diff options
| author | UK KIM <w0806.kim@samsung.com> | 2012-01-27 11:52:22 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-13 14:06:04 -0500 |
| commit | a2eeb4b984210336662a9ebdbecb96efd8823ff2 (patch) | |
| tree | 05673739ba91bd04508ce3ed52122ad244a87c26 /sound | |
| parent | 2cf7d6f29728c367ac742e7e17d89d8d9b6caeba (diff) | |
ASoC: wm_hubs: fix wrong bits for LINEOUT2 N/P mixer
commit 114395c61ad2eb5a7a5cd163fcadb2414e48245a upstream.
Signed-off-by: UK KIM <w0806.kim@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/soc/codecs/wm_hubs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c index 1c2a47dcbea..b85539482ec 100644 --- a/sound/soc/codecs/wm_hubs.c +++ b/sound/soc/codecs/wm_hubs.c | |||
| @@ -568,8 +568,8 @@ SOC_DAPM_SINGLE("Output Switch", WM8993_LINE_MIXER2, 0, 1, 0), | |||
| 568 | }; | 568 | }; |
| 569 | 569 | ||
| 570 | static const struct snd_kcontrol_new line2n_mix[] = { | 570 | static const struct snd_kcontrol_new line2n_mix[] = { |
| 571 | SOC_DAPM_SINGLE("Left Output Switch", WM8993_LINE_MIXER2, 6, 1, 0), | 571 | SOC_DAPM_SINGLE("Left Output Switch", WM8993_LINE_MIXER2, 5, 1, 0), |
| 572 | SOC_DAPM_SINGLE("Right Output Switch", WM8993_LINE_MIXER2, 5, 1, 0), | 572 | SOC_DAPM_SINGLE("Right Output Switch", WM8993_LINE_MIXER2, 6, 1, 0), |
| 573 | }; | 573 | }; |
| 574 | 574 | ||
| 575 | static const struct snd_kcontrol_new line2p_mix[] = { | 575 | static const struct snd_kcontrol_new line2p_mix[] = { |
