> It's necessary to move the line .reboot_notify = conexant_reboot_notify, > from static const struct hda_codec_ops conexant_patch_ops = { > to static const struct hda_codec_ops cx_auto_patch_ops = {
Good catch! Fixed. > snd_hda_codec_set_power_to_all(codec, codec->afg, AC_PWRST_D3, false); > I think it's not necessary to turning every single pin to D3, just pin for > the Speaker, like this > snd_hda_codec_write(codec, 0x10, 0, AC_VERB_SET_POWER_STATE, AC_PWRST_D3); I guess it doesn't matter much. All pins get set to D3 afterwards anyway, so as long as this implementation does not cause regressions anywhere, I'll try this first out of simplicity. > 1) There is a wrong AC_VERB_SET_CONNECT_SEL setting. Speaker 0x10 and > Headphones 0x11 (and maybe dock station 0x12) > are connected to Audio Output 0x19 instead of Audio Mixer 0x17. I don't think this is a bug. The 0x17 node is not used because there is a more direct path ( 0x19 -> 0x10 instead of 0x19 -> 0x17 -> 0x10 ). In some codecs, not using the mixer node gives slightly better audio quality, so therefore we use this strategy by default. Is it causing any practical problems for you? > 2) I don't know how to explain it but there is a wrong PCM level. Sound > output is muted in the "0% <-> unamplified" part of the > volume slider and is working in the "unamplified <-> 100% ->" part only and > it's annoying; When you move the slider in the GUI, that in turns modifies sliders at the ALSA level. As far as I can see, this corresponds to a "Speaker" and a "Master" slider, or "Headphones" and "Master" if you have headphones plugged in. Start "alsamixer" in a terminal. (see https://wiki.ubuntu.com/Audio/Alsamixer for keys you can use.) Fiddle around with this, i e, move the slider in the sound settings GUI and see the alsamixer GUI bars moving. Or change things in the alsamixer GUI and notice what results it has on the actual output volume. It seems to me like either of the "Speaker" or "Master" sliders are not working properly, or maybe "Headphones" control Speakers or something otherwise strange here. Maybe you can figure it out? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/886975 Title: [Thinkpad R61i/T61] Lenovo sound chip Conexant CX20549 Venice doesn't work correctly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/886975/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs