Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ead9b7c3 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[ALSA] Fix the PCM mixer switch for AD1986A



HDA Codec driver
Fix the PCM mixer switch for AD1986a (it was a typo).

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 4a19faee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{