diff options
Diffstat (limited to 'sound/soc/soc-topology.c')
| -rw-r--r-- | sound/soc/soc-topology.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c index 002772e3ba2c..dd3a391476ae 100644 --- a/sound/soc/soc-topology.c +++ b/sound/soc/soc-topology.c | |||
| @@ -242,6 +242,14 @@ static const struct soc_tplg_map dapm_map[] = { | |||
| 242 | {SND_SOC_TPLG_DAPM_DAI_IN, snd_soc_dapm_dai_in}, | 242 | {SND_SOC_TPLG_DAPM_DAI_IN, snd_soc_dapm_dai_in}, |
| 243 | {SND_SOC_TPLG_DAPM_DAI_OUT, snd_soc_dapm_dai_out}, | 243 | {SND_SOC_TPLG_DAPM_DAI_OUT, snd_soc_dapm_dai_out}, |
| 244 | {SND_SOC_TPLG_DAPM_DAI_LINK, snd_soc_dapm_dai_link}, | 244 | {SND_SOC_TPLG_DAPM_DAI_LINK, snd_soc_dapm_dai_link}, |
| 245 | {SND_SOC_TPLG_DAPM_BUFFER, snd_soc_dapm_buffer}, | ||
| 246 | {SND_SOC_TPLG_DAPM_SCHEDULER, snd_soc_dapm_scheduler}, | ||
| 247 | {SND_SOC_TPLG_DAPM_EFFECT, snd_soc_dapm_effect}, | ||
| 248 | {SND_SOC_TPLG_DAPM_SIGGEN, snd_soc_dapm_siggen}, | ||
| 249 | {SND_SOC_TPLG_DAPM_SRC, snd_soc_dapm_src}, | ||
| 250 | {SND_SOC_TPLG_DAPM_ASRC, snd_soc_dapm_asrc}, | ||
| 251 | {SND_SOC_TPLG_DAPM_ENCODER, snd_soc_dapm_encoder}, | ||
| 252 | {SND_SOC_TPLG_DAPM_DECODER, snd_soc_dapm_decoder}, | ||
| 245 | }; | 253 | }; |
| 246 | 254 | ||
| 247 | static int tplc_chan_get_reg(struct soc_tplg *tplg, | 255 | static int tplc_chan_get_reg(struct soc_tplg *tplg, |
