ALSA: hda - Add hduadio support to DEVTABLE
[firefly-linux-kernel-4.4.55.git] / include / sound / hdaudio.h
index b35bf59a1ecc0fea0c2d3256aef92e6b14ca080f..ddca48eb02e0049abb2be46e1c74aba90ea10ea7 100644 (file)
@@ -21,23 +21,13 @@ struct hdac_stream;
 struct hdac_device;
 struct hdac_driver;
 struct hdac_widget_tree;
+struct hda_device_id;
 
 /*
  * exported bus type
  */
 extern struct bus_type snd_hda_bus_type;
 
-/*
- * HDA device table
- */
-struct hda_device_id {
-       __u32 vendor_id;
-       __u32 rev_id;
-       __u8 api_version;
-       const char *name;
-       unsigned long driver_data;
-};
-
 /*
  * generic arrays
  */