-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Somebody in the thread at some point said:
> Andy Green wrote:
> 
>> Definitely cc anything that wants to go in the kernel on this list.
>> Bugzilla attachments are nice but we can't see them unless we get lucky
>> now bug #s are in 4 digits.  Please go ahead and send them here and they
>> will get attention.
> 
> I haven't created a patch for it yet, but #1190 is a small kernel bug in
> sound/soc/codecs/wm8753.c (the "Voice Playback Volume" line should have
> a "0" instead of a "4").

Is the attached patch expressing what you mean?

- -Andy


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFHmj2wOjLpvpq7dMoRAuIcAKCSjeFO1DPWTaTIkyS459sd7KDURACeLGXl
YWeFOI2L/s/KWwbqBgVM6Gw=
=TxFs
-----END PGP SIGNATURE-----
montour-audio.patch

From: warmcat <[EMAIL PROTECTED]>

Mike Montour spotted a problem on Bugzilla which is found here in patch
form

From: Mike Montour <[EMAIL PROTECTED]>
---

 sound/soc/codecs/wm8753.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c
index efced93..7d9bb43 100644
--- a/sound/soc/codecs/wm8753.c
+++ b/sound/soc/codecs/wm8753.c
@@ -277,7 +277,7 @@ SOC_DOUBLE_R("Speaker Playback ZC Switch", WM8753_LOUT2V, WM8753_ROUT2V, 7, 1, 0
 
 SOC_SINGLE("Mono Bypass Playback Volume", WM8753_MOUTM1, 4, 7, 1),
 SOC_SINGLE("Mono Sidetone Playback Volume", WM8753_MOUTM2, 4, 7, 1),
-SOC_SINGLE("Mono Voice Playback Volume", WM8753_MOUTM2, 4, 7, 1),
+SOC_SINGLE("Mono Voice Playback Volume", WM8753_MOUTM2, 0, 7, 1),
 SOC_SINGLE("Mono Playback ZC Switch", WM8753_MOUTV, 7, 1, 0),
 
 SOC_ENUM("Bass Boost", wm8753_enum[0]),

Reply via email to