mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
topology: Fix missing stream name of widgets in text conf file
User can define the stream name of an input/output widget in the text conf file, by setting "stream_name" of a SectionWidget. Topology C API and kernel already have support for configuring a widget's stream name. This patch just adds the missing part of the text conf file. Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
ced8722f7d
commit
adb9866b70
2 changed files with 11 additions and 0 deletions
|
|
@ -483,6 +483,7 @@ extern "C" {
|
|||
* index "1" # Index number
|
||||
*
|
||||
* type "aif_in" # Widget type - detailed above
|
||||
* stream_name "name" # Stream name
|
||||
*
|
||||
* no_pm "true" # No PM control bit.
|
||||
* reg "20" # PM bit register offset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue