Comment 24 for bug 637947

Revision history for this message
Oliver Grawert (ogra) wrote :

the following patch together with the attached omap4 file put into /usr/share/alsa/init/ will make sure the mixer controls are properly set by default:

--- /usr/share/alsa/init/00main 2010-09-23 13:11:10.000000000 +0200
+++ 00main 2010-10-05 20:24:24.000000000 +0200
@@ -32,6 +32,7 @@
 # real ALSA configuration database
 CARDINFO{driver}=="HDA-Intel", INCLUDE="hda", GOTO="init_end"
 CARDINFO{driver}=="CA0106", INCLUDE="ca0106", GOTO="init_end"
+CARDINFO{driver}=="SDP4430", INCLUDE="omap4", GOTO="init_end"
 CARDINFO{driver}=="Test", INCLUDE="test", GOTO="init_end"

 LABEL="init_end"