commit | 7504b6cd220a3dd8104abe3d0f985c6957dc3e17 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Mar 18 11:25:51 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Mar 18 12:58:42 2013 +0100 |
tree | cc9375edcd24847cad943c0a5d141874f67e743f | |
parent | cf30f46acde1f84fbf603bba6540cbb40cc6c954 [diff] |
ALSA: hda - Move beep attach/detach calls in hda_generic.c Instead of calling snd_hda_attach_beep_device() and snd_hda_detach_beep_device() in each codec driver, move them to the generic parser. The codec driver just needs to set spec->beep_nid for activating the digital beep. Signed-off-by: Takashi Iwai <tiwai@suse.de>