diff options
Diffstat (limited to 'sound/soc/omap/n810.c')
-rw-r--r-- | sound/soc/omap/n810.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/omap/n810.c b/sound/soc/omap/n810.c index 230b8c144848..ee7cd53aa3ee 100644 --- a/sound/soc/omap/n810.c +++ b/sound/soc/omap/n810.c | |||
@@ -230,8 +230,8 @@ static const struct snd_soc_dapm_route audio_map[] = { | |||
230 | {"Ext Spk", NULL, "LLOUT"}, | 230 | {"Ext Spk", NULL, "LLOUT"}, |
231 | {"Ext Spk", NULL, "RLOUT"}, | 231 | {"Ext Spk", NULL, "RLOUT"}, |
232 | 232 | ||
233 | {"DMic Rate 64", NULL, "Mic Bias 2V"}, | 233 | {"DMic Rate 64", NULL, "Mic Bias"}, |
234 | {"Mic Bias 2V", NULL, "DMic"}, | 234 | {"Mic Bias", NULL, "DMic"}, |
235 | }; | 235 | }; |
236 | 236 | ||
237 | static const char *spk_function[] = {"Off", "On"}; | 237 | static const char *spk_function[] = {"Off", "On"}; |