[pulseaudio-tickets] [Bug 42353] Mistreats headphone port with dysfunctional ALSA Master volume on ICH7
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 17 16:50:42 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=42353
--- Comment #33 from Raymond <superquad.vortex2 at gmail.com> ---
if (check_list(ac97, ad1981_jacks_blacklist))
return 0;
+ if (ac97->subsystem_vendor == 0x1028 &&
+ ac97->subsystem_device == 0x01ad) {
+ snd_ac97_rename_vol_ctl(ac97, "Master Playback", "Line Out Playback");
+ snd_ac97_rename_vol_ctl(ac97, "Master Mono Playback",
+ "Speaker Playback");
+ }
return patch_build_controls(ac97, snd_ac97_ad1981x_jack_sense,
ARRAY_SIZE(snd_ac97_ad1981x_jack_sense));
}
--
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/20150917/d6d213d7/attachment.html>
More information about the pulseaudio-bugs
mailing list