Searched refs:hp_stat_mask (Results 1 – 3 of 3) sorted by relevance
802 return (in_le32(&chip->awacs->codec_stat) & chip->hp_stat_mask) ? 1 : 0; in snd_pmac_awacs_detect_headphone()936 if (chip->hp_stat_mask == 0) { in snd_pmac_awacs_init()940 chip->hp_stat_mask = pm7500 || pm5500 ? MASK_HDPCONN in snd_pmac_awacs_init()947 chip->hp_stat_mask = imac in snd_pmac_awacs_init()955 chip->hp_stat_mask = MASK_LOCONN; in snd_pmac_awacs_init()958 chip->hp_stat_mask = MASK_HDPCONN; in snd_pmac_awacs_init()
578 return (in_le32(&chip->awacs->codec_stat) & chip->hp_stat_mask) ? 1 : 0; in snd_pmac_burgundy_detect_headphone()668 if (chip->hp_stat_mask == 0) { in snd_pmac_burgundy_init()671 chip->hp_stat_mask = BURGUNDY_HPDETECT_IMAC_UPPER in snd_pmac_burgundy_init()675 chip->hp_stat_mask = BURGUNDY_HPDETECT_PMAC_BACK; in snd_pmac_burgundy_init()
130 unsigned int hp_stat_mask; member