[alsa-devel] snd-hda-intel : issues with mic boost on ALC3236

Simon Derr ddrsimon at gmail.com
Sun May 3 23:27:46 CEST 2015


Hello,

I have made some progress.

First I may have been mistaken when I thought that the external mic
was working. Further testing makes me think that it was actually the
internal mic picking up sound while the headset was connected. But
that's not really an issue for me, since I am mostly interested in the
internal mic.

Now, I have used ftrace to trace what was going on when I plugged the
headset while using dell-headset-multi. This allowed me to write a
patchfile that I can load using

   modprobe snd-hda-intel patch=,my-hda-patch.fw

With the contents of /lib/firmware/my-hda-patch.fw being as follows:

[codec]
0x10ec0233 0x1043124f 0

[verb]
0x20 0x500 0x45
0x20 0x4c4 0x29
0x20 0x500 0x35
0x20 0xc00 0x00
0x20 0x500 0x35
0x20 0x46f 0x3e
0x20 0x500 0x06
0x20 0x421 0x00
0x20 0x500 0x1a
0x20 0x400 0x21
0x20 0x500 0x26
0x20 0x400 0x8c


Using this, my internal mic works, and keeps working after suspend/resume.

Regards,


    Simon


More information about the Alsa-devel mailing list