projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0b3da9
)
ALSA: hda: Cirrus: Fix coefficient index for beep configuration
author
Alexander Stein
<alexander.stein@systec-electronic.com>
Thu, 1 Nov 2012 12:42:37 +0000
(13:42 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 5 Nov 2012 11:27:38 +0000
(12:27 +0100)
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_cirrus.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_cirrus.c
b/sound/pci/hda/patch_cirrus.c
index
61a7113
..
3b7d67a
100644
(file)
--- a/
sound/pci/hda/patch_cirrus.c
+++ b/
sound/pci/hda/patch_cirrus.c
@@
-1107,7
+1107,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 */