Skip to content

Commit

Permalink
[ALSA] Fix the PCM mixer switch for AD1986A
Browse files Browse the repository at this point in the history
HDA Codec driver
Fix the PCM mixer switch for AD1986a (it was a typo).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 22, 2005
1 parent 4a19fae commit ead9b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ static int ad1986a_pcm_amp_vol_put(snd_kcontrol_t *kcontrol, snd_ctl_elem_value_
return change;
}

#define ad1986a_pcm_amp_sw_info snd_hda_mixer_amp_volume_info
#define ad1986a_pcm_amp_sw_info snd_hda_mixer_amp_switch_info

static int ad1986a_pcm_amp_sw_get(snd_kcontrol_t *kcontrol, snd_ctl_elem_value_t *ucontrol)
{
Expand Down

0 comments on commit ead9b7c

Please sign in to comment.