]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda/cirrus - Fix the digital beep registration
authorTakashi Iwai <tiwai@suse.de>
Mon, 18 Mar 2013 10:00:44 +0000 (11:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Mar 2013 19:17:29 +0000 (12:17 -0700)
commit5aa7e1f25eecc54c4e48f95c56b6f55125869f62
treeab2e8c01a0d0c3f295a5bfc55cf8692f3180f268
parent592d2aa069e66958c05829d43eee8d5b5a954f68
ALSA: hda/cirrus - Fix the digital beep registration

commit a86b1a2cd2f81f74e815e07f756edd7bc5b6f034 upstream.

The argument passed to snd_hda_attach_beep_device() is a widget NID
while spec->beep_amp holds the composed value for amp controls.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_conexant.c