mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
topology: Add parsing for rates from conf
In alsa-lib topology parser, rate_min and rate_max are parsed currently. Add support to parse rates also. Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
89c96ad7fb
commit
c550a421a3
3 changed files with 92 additions and 0 deletions
|
|
@ -534,6 +534,7 @@ extern "C" {
|
|||
* SectionPCMCapabilities."name" {
|
||||
*
|
||||
* formats "S24_LE,S16_LE" # Supported formats
|
||||
* rates "48000" # Supported rates
|
||||
* rate_min "48000" # Max supported sample rate
|
||||
* rate_max "48000" # Min supported sample rate
|
||||
* channels_min "2" # Min number of channels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue