ASoC: dapm: Add new widget type for constructing DAPM graphs on DSPs.
Add some DAPM widget types to better support the construction of DAPM graphs within DSPs. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
2ea659a9ef
commit
8a70b4544e
@@ -510,6 +510,13 @@ enum snd_soc_dapm_type {
|
||||
snd_soc_dapm_dai_out,
|
||||
snd_soc_dapm_dai_link, /* link between two DAI structures */
|
||||
snd_soc_dapm_kcontrol, /* Auto-disabled kcontrol */
|
||||
snd_soc_dapm_buffer, /* DSP/CODEC internal buffer */
|
||||
snd_soc_dapm_scheduler, /* DSP/CODEC internal scheduler */
|
||||
snd_soc_dapm_effect, /* DSP/CODEC effect component */
|
||||
snd_soc_dapm_src, /* DSP/CODEC SRC component */
|
||||
snd_soc_dapm_asrc, /* DSP/CODEC ASRC component */
|
||||
snd_soc_dapm_encoder, /* FW/SW audio encoder component */
|
||||
snd_soc_dapm_decoder, /* FW/SW audio decoder component */
|
||||
};
|
||||
|
||||
enum snd_soc_dapm_subclass {
|
||||
|
||||
Reference in New Issue
Block a user