diff options
author | Bard Liao <bardliao@realtek.com> | 2015-05-05 09:42:00 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-06 13:46:47 -0400 |
commit | 786aa09b27be7916c1281d7a29a394bd1ae7a4dc (patch) | |
tree | eee3b016c385ac908ebc806514e0239077b9a3c6 | |
parent | 177e1e1fbc63f6e4ac0fab56dcb61bb8c8597681 (diff) |
ASoC: rt5645: fix add missing widget
"IF1 DAC0" and "IF1 DAC3" are used in rt5645_dapm_routes but missing
in rt5645_dapm_widgets.
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/rt5645.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 7996c9ceff5c..a72d9893c209 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c | |||
@@ -1697,8 +1697,10 @@ static const struct snd_soc_dapm_widget rt5645_dapm_widgets[] = { | |||
1697 | /* Digital Interface */ | 1697 | /* Digital Interface */ |
1698 | SND_SOC_DAPM_SUPPLY("I2S1", RT5645_PWR_DIG1, | 1698 | SND_SOC_DAPM_SUPPLY("I2S1", RT5645_PWR_DIG1, |
1699 | RT5645_PWR_I2S1_BIT, 0, NULL, 0), | 1699 | RT5645_PWR_I2S1_BIT, 0, NULL, 0), |
1700 | SND_SOC_DAPM_PGA("IF1 DAC0", SND_SOC_NOPM, 0, 0, NULL, 0), | ||
1700 | SND_SOC_DAPM_PGA("IF1 DAC1", SND_SOC_NOPM, 0, 0, NULL, 0), | 1701 | SND_SOC_DAPM_PGA("IF1 DAC1", SND_SOC_NOPM, 0, 0, NULL, 0), |
1701 | SND_SOC_DAPM_PGA("IF1 DAC2", SND_SOC_NOPM, 0, 0, NULL, 0), | 1702 | SND_SOC_DAPM_PGA("IF1 DAC2", SND_SOC_NOPM, 0, 0, NULL, 0), |
1703 | SND_SOC_DAPM_PGA("IF1 DAC3", SND_SOC_NOPM, 0, 0, NULL, 0), | ||
1702 | SND_SOC_DAPM_MUX("RT5645 IF1 DAC1 L Mux", SND_SOC_NOPM, 0, 0, | 1704 | SND_SOC_DAPM_MUX("RT5645 IF1 DAC1 L Mux", SND_SOC_NOPM, 0, 0, |
1703 | &rt5645_if1_dac0_tdm_sel_mux), | 1705 | &rt5645_if1_dac0_tdm_sel_mux), |
1704 | SND_SOC_DAPM_MUX("RT5645 IF1 DAC1 R Mux", SND_SOC_NOPM, 0, 0, | 1706 | SND_SOC_DAPM_MUX("RT5645 IF1 DAC1 R Mux", SND_SOC_NOPM, 0, 0, |