mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
topology: Add support for new widget types
Add topology support for new DSP widget types. This allows the new widgets to be added to the driver and firmware DAPM graphs. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
ec16d21f86
commit
84beecc71e
2 changed files with 17 additions and 1 deletions
|
|
@ -38,6 +38,14 @@ static const struct map_elem widget_map[] = {
|
|||
{"dai_in", SND_SOC_TPLG_DAPM_DAI_IN},
|
||||
{"dai_out", SND_SOC_TPLG_DAPM_DAI_OUT},
|
||||
{"dai_link", SND_SOC_TPLG_DAPM_DAI_LINK},
|
||||
{"buffer", SND_SOC_TPLG_DAPM_BUFFER},
|
||||
{"scheduler", SND_SOC_TPLG_DAPM_SCHEDULER},
|
||||
{"effect", SND_SOC_TPLG_DAPM_EFFECT},
|
||||
{"siggen", SND_SOC_TPLG_DAPM_SIGGEN},
|
||||
{"src", SND_SOC_TPLG_DAPM_SRC},
|
||||
{"asrc", SND_SOC_TPLG_DAPM_ASRC},
|
||||
{"encoder", SND_SOC_TPLG_DAPM_ENCODER},
|
||||
{"decoder", SND_SOC_TPLG_DAPM_DECODER},
|
||||
};
|
||||
|
||||
static int lookup_widget(const char *w)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue