This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] em28xx: Fix wrong AC97 mic register usage
Author:  Ezequiel García <[email protected]>
Date:    Mon Jun 11 15:17:22 2012 -0300

Signed-off-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/video/em28xx/em28xx-audio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=2acde1d95f2654601a395367442c192d3da03512

diff --git a/drivers/media/video/em28xx/em28xx-audio.c 
b/drivers/media/video/em28xx/em28xx-audio.c
index d7e2a3d..e2a7a00 100644
--- a/drivers/media/video/em28xx/em28xx-audio.c
+++ b/drivers/media/video/em28xx/em28xx-audio.c
@@ -682,7 +682,7 @@ static int em28xx_audio_init(struct em28xx *dev)
                em28xx_cvol_new(card, dev, "Video", AC97_VIDEO_VOL);
                em28xx_cvol_new(card, dev, "Line In", AC97_LINEIN_VOL);
                em28xx_cvol_new(card, dev, "Phone", AC97_PHONE_VOL);
-               em28xx_cvol_new(card, dev, "Microphone", AC97_PHONE_VOL);
+               em28xx_cvol_new(card, dev, "Microphone", AC97_MIC_VOL);
                em28xx_cvol_new(card, dev, "CD", AC97_CD_VOL);
                em28xx_cvol_new(card, dev, "AUX", AC97_AUX_VOL);
                em28xx_cvol_new(card, dev, "PCM", AC97_PCM_OUT_VOL);

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to