[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#402682: linux-image-2.6.18-3-amd64: emu10k1 and Audigy 4: Line mixer should be a playback mixer



Package: linux-image-2.6.18-3-amd64
Version: 2.6.18-7
Severity: normal


I have an Creative Audigy 4 sound card which uses the snd-emu10k1 module
from the Linux kernel.

In the kernel versions 2.6.17 and before the line mixer used to be a
playback mixer. But with 2.6.18 this changed and now it is a capture mixer.
As a result I can no longer use the mixer in my TV and radio
applications and I am not able to change the volume.
My TV card uses the line input as its sound output.

Maybe this is not a kernel bug and should be fixed in the TV and radio
applications (kdetv and kradio in my case), but all sound cards I used
before had the line mixer as playback mixer. So there was never a problem.

The attached patch fixes the problem in the emu10k1 module by not rename
the line mixer (as it was before).


Regards,
Markus

--- linux-source-2.6.18/sound/pci/emu10k1/emumixer.c.org	2006-12-12 01:19:05.000000000 +0100
+++ linux-source-2.6.18/sound/pci/emu10k1/emumixer.c	2006-12-12 01:20:59.000000000 +0100
@@ -836,8 +836,6 @@
 		"Phone Playback Volume", "Phone Capture Volume",
 		"Mic Playback Switch", "Mic Capture Switch",
 		"Mic Playback Volume", "Mic Capture Volume",
-		"Line Playback Switch", "Line Capture Switch",
-		"Line Playback Volume", "Line Capture Volume",
 		"CD Playback Switch", "CD Capture Switch",
 		"CD Playback Volume", "CD Capture Volume",
 		"Aux Playback Switch", "Aux Capture Switch",

Reply to: