diff options
author | Kusanagi Kouichi <slash@ma.neweb.ne.jp> | 2009-02-05 00:00:58 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-04 16:17:42 +0100 |
commit | 680cd53652d8bfb2b97d8c0248d1afb82de6b61d (patch) | |
tree | b1fd65c49253445ea836addc4d287804855b9234 /sound/pci/hda/hda_beep.h | |
parent | 123848e77623b9996288e85433985439c157fcd0 (diff) |
ALSA: hda: Add digital beep generator support for Realtek codecs.
A digital beep generator can be used via input layer.
Signed-off-by: Kusanagi Kouichi <slash@ma.neweb.ne.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_beep.h')
-rw-r--r-- | sound/pci/hda/hda_beep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_beep.h b/sound/pci/hda/hda_beep.h index b9679f081ca..51bf6a5daf3 100644 --- a/sound/pci/hda/hda_beep.h +++ b/sound/pci/hda/hda_beep.h @@ -39,7 +39,7 @@ struct hda_beep { int snd_hda_attach_beep_device(struct hda_codec *codec, int nid); void snd_hda_detach_beep_device(struct hda_codec *codec); #else -#define snd_hda_attach_beep_device(...) +#define snd_hda_attach_beep_device(...) 0 #define snd_hda_detach_beep_device(...) #endif #endif |