CirrusLogic / tinyhal

Configurable audio HAL for Android
Apache License 2.0
31 stars 17 forks source link

Allow to use card name in stream definition #11

Closed rsglobal closed 3 years ago

rsglobal commented 3 years ago

Usage example:

<stream type="pcm" dir="out" cardname="sun50ia64audio" device="0" rate="48000">
</stream>
rsglobal commented 3 years ago

@rfvirgil

Hi Richard, Please have a look

rsglobal commented 3 years ago

Done.

rfvirgil commented 3 years ago

This has been merged into the master branch. Thanks.