mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
topology: Parse front-end DAI name and ID for the PCM
These two fields are necessary to create the front-end DAIs in kernel but the support is missing in text conf previously. Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
5d23c406d1
commit
25d6f8e6a8
2 changed files with 57 additions and 0 deletions
|
|
@ -533,6 +533,10 @@ extern "C" {
|
|||
*
|
||||
* id "0" # used for binding to the PCM
|
||||
*
|
||||
* dai."name of front-end DAI" {
|
||||
* id "0" # used for binding to the front-end DAI
|
||||
* }
|
||||
*
|
||||
* pcm."playback" {
|
||||
* capabilities "capabilities1" # capabilities for playback
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue