diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2008-07-18 12:20:52 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-07-20 13:17:49 -0400 |
commit | 1cd2224cd01898a13138f4ab476932cfb689839e (patch) | |
tree | b482e8f8e6e51fd5143ac9ef7edc88194b031d9c /sound/pci/hda/hda_codec.h | |
parent | 68c072388d2339af504c033a51886ea7c6b8d806 (diff) |
ALSA: hda: digital pc-beep support hd-audio codecs
Added digital pc-beep support using linear tone generation for hd-codecs along
with initial support for several IDT codecs.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index efc682888b31..3a63c445d36b 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -449,6 +449,7 @@ enum { | |||
449 | */ | 449 | */ |
450 | 450 | ||
451 | struct hda_bus; | 451 | struct hda_bus; |
452 | struct hda_beep; | ||
452 | struct hda_codec; | 453 | struct hda_codec; |
453 | struct hda_pcm; | 454 | struct hda_pcm; |
454 | struct hda_pcm_stream; | 455 | struct hda_pcm_stream; |
@@ -634,6 +635,9 @@ struct hda_codec { | |||
634 | /* codec specific info */ | 635 | /* codec specific info */ |
635 | void *spec; | 636 | void *spec; |
636 | 637 | ||
638 | /* beep device */ | ||
639 | struct hda_beep *beep; | ||
640 | |||
637 | /* widget capabilities cache */ | 641 | /* widget capabilities cache */ |
638 | unsigned int num_nodes; | 642 | unsigned int num_nodes; |
639 | hda_nid_t start_nid; | 643 | hda_nid_t start_nid; |