Searched refs:hs_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/soc/codecs/
H A Dcs42l42.h43 u8 hs_type; member in struct:cs42l42_private
H A Dcs42l42.c573 switch (cs42l42->hs_type) {
1211 cs42l42->hs_type = CS42L42_PLUG_CTIA;
1215 cs42l42->hs_type = CS42L42_PLUG_OMTP;
1222 cs42l42->hs_type = CS42L42_PLUG_CTIA;
1226 cs42l42->hs_type = CS42L42_PLUG_OMTP;
1231 cs42l42->hs_type = CS42L42_PLUG_HEADPHONE;
1278 cs42l42->hs_type = (hs_det_status & CS42L42_HSDET_TYPE_MASK) >>
1297 if (cs42l42->hs_type == CS42L42_PLUG_INVALID ||
1298 cs42l42->hs_type == CS42L42_PLUG_HEADPHONE) {
1304 if ((cs42l42->hs_type
[all...]
/linux-master/sound/pci/hda/
H A Dpatch_cs8409.c676 unsigned int hs_type; local
717 hs_type = CS42L42_PLUG_CTIA;
721 hs_type = CS42L42_PLUG_OMTP;
728 hs_type = CS42L42_PLUG_CTIA;
732 hs_type = CS42L42_PLUG_OMTP;
736 hs_type = CS42L42_PLUG_HEADPHONE;
740 hs_type = CS42L42_PLUG_INVALID;
761 return hs_type;

Completed in 307 milliseconds