]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/pci/hda/hda_codec.h
Pull hp-machvec into release branch
[linux-2.6-omap-h63xx.git] / sound / pci / hda / hda_codec.h
index dd0d99d2ad2724e937337c4e79720362fab11436..bb53bcf76742ed1ccc77078e2efb4c2cdc275a40 100644 (file)
@@ -505,6 +505,7 @@ struct hda_pcm_stream {
 struct hda_pcm {
        char *name;
        struct hda_pcm_stream stream[2];
+       unsigned int is_modem;  /* modem codec? */
 };
 
 /* codec information */
@@ -514,6 +515,7 @@ struct hda_codec {
        struct list_head list;  /* list point */
 
        hda_nid_t afg;  /* AFG node id */
+       hda_nid_t mfg;  /* MFG node id */
 
        /* ids */
        u32 vendor_id;