Searched refs:hp_stat_mask (Results 1 – 2 of 2) sorted by relevance
778 return (in_le32(&chip->awacs->codec_stat) & chip->hp_stat_mask) ? 1 : 0; in snd_pmac_awacs_detect_headphone()912 if (chip->hp_stat_mask == 0) { in snd_pmac_awacs_init()916 chip->hp_stat_mask = pm7500 || pm5500 ? MASK_HDPCONN in snd_pmac_awacs_init()923 chip->hp_stat_mask = imac in snd_pmac_awacs_init()931 chip->hp_stat_mask = MASK_LOCONN; in snd_pmac_awacs_init()934 chip->hp_stat_mask = MASK_HDPCONN; in snd_pmac_awacs_init()
118 unsigned int hp_stat_mask; member