Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2020 14:24:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 251727] [sound] [snd_hda] After update to r368166 no sound recording with internal microphone
Message-ID:  <bug-251727-227-f4vGBq7G8Y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251727-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251727-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251727

--- Comment #6 from Matthias Apitz <guru@unixarea.de> ---
What happens is that the values have no effect:

[guru@c720-r368166 ~]$ grep init_clear /boot/device.hints
dev.hdaa.0.init_clear=3D1
dev.hdaa.1.init_clear=3D1
[guru@c720-r368166 ~]$ sysctl dev.hdaa.0.init_clear
dev.hdaa.0.init_clear: 0
[guru@c720-r368166 ~]$ sysctl dev.hdaa.1.init_clear
dev.hdaa.1.init_clear: 0

and if you look also in my DEBUG messages above, the code in hdacc.c in the
test

...
                device_printf(devinfo->dev,
                "DEBUG hdaa.c: hdaa_audio_prepare_pin_ctrl() has=20
devinfo->init_clear as: %d\n",
                        devinfo->init_clear);
                /* Disable everything. */
                if (devinfo->init_clear) {
                        device_printf(devinfo->dev,
                        "DEBUG hdaa.c: hdaa_audio_prepare_pin_ctrl() disabl=
es
everything\n");
                        w->wclass.pin.ctrl &=3D ~(
                        HDA_CMD_SET_PIN_WIDGET_CTRL_HPHN_ENABLE |
...
does not have any value !=3D0 in devinfo->init_clear;

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251727-227-f4vGBq7G8Y>