This file in your home page is more recent in that -mm tree.
However, the changes is just for cxt5047 chipsets.
But I tried to load the hda-intel with the last one patch_conexant.c and I have the same issue.
Rodrigo.
The diff:
--- sound/pci/hda/patch_conexant.c 2007-03-27 13:21:30.000000000 -0300 +++ patch_conexant.c 2007-03-27 14:10:08.000000000 -0300 @@ -978,22 +978,10 @@ HDA_CODEC_MUTE("PCM Switch", 0x10, 0x00, HDA_OUTPUT), HDA_CODEC_VOLUME("PCM-2 Volume", 0x1c, 0x00, HDA_OUTPUT), HDA_CODEC_MUTE("PCM-2 Switch", 0x1c, 0x00, HDA_OUTPUT), - { - .iface = SNDRV_CTL_ELEM_IFACE_MIXER, - .name = "Master Playback Volume", - .info = snd_hda_mixer_amp_volume_info, - .get = snd_hda_mixer_amp_volume_get, - .put = cxt5047_hp_master_vol_put, - .private_value = HDA_COMPOSE_AMP_VAL(0x13, 3, 0, HDA_OUTPUT), - }, - { - .iface = SNDRV_CTL_ELEM_IFACE_MIXER, - .name = "Master Playback Switch", - .info = cxt_eapd_info, - .get = cxt_eapd_get, - .put = cxt5047_hp_master_sw_put, - .private_value = 0x13, - }, + HDA_CODEC_VOLUME("Speaker Volume", 0x1d, 0x00, HDA_OUTPUT), + HDA_CODEC_MUTE("Speaker Switch", 0x1d, 0x00, HDA_OUTPUT), + HDA_CODEC_VOLUME("Headphone Volume", 0x13, 0x00, HDA_OUTPUT), + HDA_CODEC_MUTE("Headphone Switch", 0x13, 0x00, HDA_OUTPUT),
{} };
Tobin Davis wrote:
I'm not entirely sure that the code you have is the latest. Could you compare your patch_conexant.c with this one: http://members.dsl-only.net/~tdavis/patch_conexant.c
This is my latest version (it's also in the alsa hg tree).
Tobin