diff options
Diffstat (limited to 'sound/soc/codecs/tpa6130a2.c')
-rw-r--r-- | sound/soc/codecs/tpa6130a2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/tpa6130a2.c b/sound/soc/codecs/tpa6130a2.c index fa4fa33a51aa..89788921280e 100644 --- a/sound/soc/codecs/tpa6130a2.c +++ b/sound/soc/codecs/tpa6130a2.c | |||
@@ -371,8 +371,8 @@ static const struct snd_soc_dapm_widget tpa6130a2_dapm_widgets[] = { | |||
371 | 0, 0, tpa6130a2_supply_event, | 371 | 0, 0, tpa6130a2_supply_event, |
372 | SND_SOC_DAPM_POST_PMU|SND_SOC_DAPM_POST_PMD), | 372 | SND_SOC_DAPM_POST_PMU|SND_SOC_DAPM_POST_PMD), |
373 | /* Outputs */ | 373 | /* Outputs */ |
374 | SND_SOC_DAPM_HP("TPA6130A2 Headphone Left", NULL), | 374 | SND_SOC_DAPM_OUTPUT("TPA6130A2 Headphone Left"), |
375 | SND_SOC_DAPM_HP("TPA6130A2 Headphone Right", NULL), | 375 | SND_SOC_DAPM_OUTPUT("TPA6130A2 Headphone Right"), |
376 | }; | 376 | }; |
377 | 377 | ||
378 | static const struct snd_soc_dapm_route audio_map[] = { | 378 | static const struct snd_soc_dapm_route audio_map[] = { |