diff options
| author | Takashi Iwai <tiwai@suse.de> | 2005-06-08 08:48:19 -0400 |
|---|---|---|
| committer | Jaroslav Kysela <perex@suse.cz> | 2005-06-22 06:28:27 -0400 |
| commit | ead9b7c39984f509dc42d81200109c01a0b689c2 (patch) | |
| tree | 25af5868623f02a90db0a6ccc032eca7a034195a | |
| parent | 4a19faee6332fad8f81eaa98cf0e3be15a2366c4 (diff) | |
[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: Takashi Iwai <tiwai@suse.de>
| -rw-r--r-- | sound/pci/hda/patch_analog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index caa486993446..2fd05bb84136 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
| @@ -318,7 +318,7 @@ static int ad1986a_pcm_amp_vol_put(snd_kcontrol_t *kcontrol, snd_ctl_elem_value_ | |||
| 318 | return change; | 318 | return change; |
| 319 | } | 319 | } |
| 320 | 320 | ||
| 321 | #define ad1986a_pcm_amp_sw_info snd_hda_mixer_amp_volume_info | 321 | #define ad1986a_pcm_amp_sw_info snd_hda_mixer_amp_switch_info |
| 322 | 322 | ||
| 323 | static int ad1986a_pcm_amp_sw_get(snd_kcontrol_t *kcontrol, snd_ctl_elem_value_t *ucontrol) | 323 | static int ad1986a_pcm_amp_sw_get(snd_kcontrol_t *kcontrol, snd_ctl_elem_value_t *ucontrol) |
| 324 | { | 324 | { |
