aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r--sound/pci/hda/hda_codec.h4
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
451struct hda_bus; 451struct hda_bus;
452struct hda_beep;
452struct hda_codec; 453struct hda_codec;
453struct hda_pcm; 454struct hda_pcm;
454struct hda_pcm_stream; 455struct 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;