diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2012-11-01 13:42:37 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-26 11:37:41 -0800 |
commit | 2a1d20c8d31dd4d2b83838e4de3e15ebbb442806 (patch) | |
tree | 4e0fdf5a4ad24ecb2198a35707f0a5533a1be8c1 /sound | |
parent | 30966dbf8217223b017514ca684c633e5c31a13a (diff) | |
download | linux-3.10-2a1d20c8d31dd4d2b83838e4de3e15ebbb442806.tar.gz linux-3.10-2a1d20c8d31dd4d2b83838e4de3e15ebbb442806.tar.bz2 linux-3.10-2a1d20c8d31dd4d2b83838e4de3e15ebbb442806.zip |
ALSA: hda: Cirrus: Fix coefficient index for beep configuration
commit 5a83b4b5a391f07141b157ac9daa51c409e71ab5 upstream.
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_cirrus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c index 2bc6c51f58e..d7ba0f124d5 100644 --- a/sound/pci/hda/patch_cirrus.c +++ b/sound/pci/hda/patch_cirrus.c @@ -1112,7 +1112,7 @@ static const struct hda_verb cs_coef_init_verbs[] = { | 0x0400 /* Disable Coefficient Auto increment */ )}, /* Beep */ - {0x11, AC_VERB_SET_COEF_INDEX, IDX_DAC_CFG}, + {0x11, AC_VERB_SET_COEF_INDEX, IDX_BEEP_CFG}, {0x11, AC_VERB_SET_PROC_COEF, 0x0007}, /* Enable Beep thru DAC1/2/3 */ {} /* terminator */ |