Searched defs:cmi_spec (Results 1 – 1 of 1) sorted by relevance
44 struct cmi_spec { struct45 struct hda_gen_spec gen;46 const struct hda_verb *chip_d0_verbs;47 const struct hda_verb *chip_d3_verbs;48 const struct hda_verb *chip_hp_present_verbs;49 const struct hda_verb *chip_hp_remove_verbs;50 struct hda_codec *codec;51 struct delayed_work unsol_inputs_work;52 struct delayed_work unsol_lineout_work;53 struct delayed_work unsol_hp_work;[all …]