Searched defs:cs_spec (Results 1 – 1 of 1) sorted by relevance
22 struct cs_spec { struct23 struct hda_gen_spec gen;25 unsigned int gpio_mask;26 unsigned int gpio_dir;27 unsigned int gpio_data;28 unsigned int gpio_eapd_hp; /* EAPD GPIO bit for headphones */29 unsigned int gpio_eapd_speaker; /* EAPD GPIO bit for speakers */32 unsigned int spdif_detect:1;33 unsigned int spdif_present:1;34 unsigned int sense_b:1;[all …]