Searched refs:hp_stat_mask (Results 1 – 3 of 3) sorted by relevance
789 return (in_le32(&chip->awacs->codec_stat) & chip->hp_stat_mask) ? 1 : 0; in snd_pmac_awacs_detect_headphone()923 if (chip->hp_stat_mask == 0) { in snd_pmac_awacs_init()927 chip->hp_stat_mask = pm7500 || pm5500 ? MASK_HDPCONN in snd_pmac_awacs_init()934 chip->hp_stat_mask = imac in snd_pmac_awacs_init()942 chip->hp_stat_mask = MASK_LOCONN; in snd_pmac_awacs_init()945 chip->hp_stat_mask = MASK_HDPCONN; in snd_pmac_awacs_init()
565 return (in_le32(&chip->awacs->codec_stat) & chip->hp_stat_mask) ? 1 : 0; in snd_pmac_burgundy_detect_headphone()655 if (chip->hp_stat_mask == 0) { in snd_pmac_burgundy_init()658 chip->hp_stat_mask = BURGUNDY_HPDETECT_IMAC_UPPER in snd_pmac_burgundy_init()662 chip->hp_stat_mask = BURGUNDY_HPDETECT_PMAC_BACK; in snd_pmac_burgundy_init()
117 unsigned int hp_stat_mask; member
Completed in 8 milliseconds