On Mon, Nov 16, 2015 at 06:02:38PM +0000, Mike Cond wrote: > Hello, that is my first post on openbsd mailing list. > I have installed openbsd 5.8 stable on HP Elitebook 2540p and encountered a > problem with sound system. > It's a Intel HD 3400 version 0.5 . The kernel uses azalia driver. > There is sound on hp2 (headphone) but no sound on speaker. > I tested all setting on mixerctl without positive result. > The media buttons (mut on/off) is always off. Pressing the button works - > Hp (actually dac 0:1 is muted and unmuted) but button led is always red > (muted).??During the power down process is the button for short time unmuted > and there is noise through speaker. > I could not find a solution. Here the dmesg, mixerctl and audioctl:
Can you try the below patch and include the "pcidump -v" output as well? Index: sys/dev/pci/azalia_codec.c =================================================================== RCS file: /cvs/src/sys/dev/pci/azalia_codec.c,v retrieving revision 1.170 diff -u -p -r1.170 azalia_codec.c --- sys/dev/pci/azalia_codec.c 24 Aug 2015 04:50:40 -0000 1.170 +++ sys/dev/pci/azalia_codec.c 17 Nov 2015 02:18:38 -0000 @@ -228,6 +228,7 @@ azalia_codec_init_vtbl(codec_t *this) break; case 0x111d7603: this->name = "IDT 92HD75B3/4"; + this->qrks |= AZ_QRK_GPIO_UNMUTE_0; break; case 0x111d7604: this->name = "IDT 92HD83C1X";