diff options
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index eb4a2ae792e9..f14871151be9 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -523,6 +523,7 @@ struct hda_codec_preset { | |||
523 | unsigned int subs; | 523 | unsigned int subs; |
524 | unsigned int subs_mask; | 524 | unsigned int subs_mask; |
525 | unsigned int rev; | 525 | unsigned int rev; |
526 | hda_nid_t afg, mfg; | ||
526 | const char *name; | 527 | const char *name; |
527 | int (*patch)(struct hda_codec *codec); | 528 | int (*patch)(struct hda_codec *codec); |
528 | }; | 529 | }; |