Searched defs:hda_component (Results 1 – 1 of 1) sorted by relevance
15 struct hda_component { struct16 struct device *dev;17 char name[HDA_MAX_NAME_SIZE];18 struct hda_codec *codec;19 struct acpi_device *adev;20 bool acpi_notifications_supported;21 void (*acpi_notify)(acpi_handle handle, u32 event, struct device *dev);22 void (*pre_playback_hook)(struct device *dev, int action);23 void (*playback_hook)(struct device *dev, int action);24 void (*post_playback_hook)(struct device *dev, int action);