diff options
-rw-r--r-- | sound/soc/codecs/nau8810.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/soc/codecs/nau8810.c b/sound/soc/codecs/nau8810.c index 7617ddad5601..f9bcdc33df84 100644 --- a/sound/soc/codecs/nau8810.c +++ b/sound/soc/codecs/nau8810.c | |||
@@ -391,10 +391,9 @@ static const struct snd_kcontrol_new nau8810_mic_boost_controls = | |||
391 | NAU8810_PMICBSTGAIN_SFT, 0x7, 0); | 391 | NAU8810_PMICBSTGAIN_SFT, 0x7, 0); |
392 | 392 | ||
393 | /* Loopback Switch */ | 393 | /* Loopback Switch */ |
394 | static const struct snd_kcontrol_new nau8810_loopback[] = { | 394 | static const struct snd_kcontrol_new nau8810_loopback = |
395 | SOC_DAPM_SINGLE("Switch", NAU8810_REG_COMP, | 395 | SOC_DAPM_SINGLE("Switch", NAU8810_REG_COMP, |
396 | NAU8810_ADDAP_SFT, 1, 0), | 396 | NAU8810_ADDAP_SFT, 1, 0); |
397 | }; | ||
398 | 397 | ||
399 | static int check_mclk_select_pll(struct snd_soc_dapm_widget *source, | 398 | static int check_mclk_select_pll(struct snd_soc_dapm_widget *source, |
400 | struct snd_soc_dapm_widget *sink) | 399 | struct snd_soc_dapm_widget *sink) |