[Bug 251727] [sound] [snd_hda] After update to r368166 no sound recording with internal microphone

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 15 08:37:40 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251727

--- Comment #3 from Matthias Apitz <guru at unixarea.de> ---

I have nailed down the problem and locally fixed it with this:

# svn diff sys/dev/sound/pci/hda/hdaa.c
Index: sys/dev/sound/pci/hda/hdaa.c
===================================================================
--- sys/dev/sound/pci/hda/hdaa.c        (revisión: 368166)
+++ sys/dev/sound/pci/hda/hdaa.c        (copia de trabajo)
@@ -6598,6 +6598,7 @@
        devinfo->newgpo = -1;
        callout_init(&devinfo->poll_jack, 1);
        devinfo->poll_ival = hz;
+       devinfo->init_clear = 1;    /* added by guru at unixarea.de */

        hdaa_lock(devinfo);
        res = hda_command(dev,

because there seems to be no code to set devinfo->init_clear from
the device.hints(5) file;

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


More information about the freebsd-bugs mailing list