Hannu Savolainen wrote:
> I cannot figure out which control affects the microphone input. Could 
> you run ossxmix and try to find out which control should be set to 0.
> 
> Best regards,
> 
> Hannu
> _______________________________________________
> oss-devel mailing list
> oss-devel@mailman.opensound.com
> http://mailman.opensound.com/mailman/listinfo/oss-devel
> 
My apologies for taking such a ridiculously long time to respond.

Diff attached mutes input for speakers by default.
--- oss-devel/kernel/drv/oss_hdaudio/hdaudio_thinkpad_r61.c     2008-11-16 
02:38:28.000000000 +0000
+++ hdaudio_thinkpad_r61.c      2008-11-16 02:39:10.000000000 +0000
@@ -201,7 +201,7 @@
 
                        HDA_GROUP(amp_group, group, "mute");
                        HDA_INMUTE(0x0a, 0, amp_group, "front", UNMUTE);        
/* From widget 0x04 */
-                       HDA_INMUTE(0x0a, 1, amp_group, "input-mix", UNMUTE);    
/* From widget 0x21 */
+                       HDA_INMUTE(0x0a, 1, amp_group, "input-mix", MUTE);      
/* From widget 0x21 */
                }
           }
 
_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel

Reply via email to