projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77231ab
)
ASoC: wm_hubs: fix wrong bits for LINEOUT2 N/P mixer
author
UK KIM
<w0806.kim@samsung.com>
Fri, 27 Jan 2012 16:52:22 +0000
(
01:52
+0900)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 27 Jan 2012 20:25:47 +0000
(20:25 +0000)
Signed-off-by: UK KIM <w0806.kim@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
sound/soc/codecs/wm_hubs.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm_hubs.c
b/sound/soc/codecs/wm_hubs.c
index
9ccc416
..
ea26724
100644
(file)
--- a/
sound/soc/codecs/wm_hubs.c
+++ b/
sound/soc/codecs/wm_hubs.c
@@
-592,8
+592,8
@@
SOC_DAPM_SINGLE("Output Switch", WM8993_LINE_MIXER2, 0, 1, 0),
};
static const struct snd_kcontrol_new line2n_mix[] = {
-SOC_DAPM_SINGLE("Left Output Switch", WM8993_LINE_MIXER2,
6
, 1, 0),
-SOC_DAPM_SINGLE("Right Output Switch", WM8993_LINE_MIXER2,
5
, 1, 0),
+SOC_DAPM_SINGLE("Left Output Switch", WM8993_LINE_MIXER2,
5
, 1, 0),
+SOC_DAPM_SINGLE("Right Output Switch", WM8993_LINE_MIXER2,
6
, 1, 0),
};
static const struct snd_kcontrol_new line2p_mix[] = {