[pulseaudio-tickets] [Bug 42353] Mistreats headphone port with dysfunctional ALSA Master volume on ICH7

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Sep 11 06:23:32 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=42353

--- Comment #17 from Raymond <superquad.vortex2 at gmail.com> ---
static const struct snd_kcontrol_new snd_ac97_ad1981x_jack_sense[] = {
    AC97_SINGLE("Headphone Jack Sense", AC97_AD_JACK_SPDIF, 11, 1, 0),
    AC97_SINGLE("Line Jack Sense", AC97_AD_JACK_SPDIF, 12, 1, 0),
};

these two controls only change JSMT2 and JSMT1


you need bit 2 and  bit3 of AC97_AD_JACK_SPDIF for JS0 ST and JS1 ST

create hp jack kctl similar to

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/oxygen?id=435feac648cab190990aa0bf9355f77d1f082db3

the point is when do the driver call snd_jack_report by interrupt or timer

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150911/932034ee/attachment.html>


More information about the pulseaudio-bugs mailing list