Searched refs:cae_st_mic (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | rt722-sdca.c | 355 unsigned int cae_st_spk, cae_st_hp, cae_st_mic; in rt722_cae_load() local 410 regmap_read(rt722->regmap, RT722_MIC_CAE_PARAM99, &cae_st_mic); in rt722_cae_load() 413 cae_st_mic &= 0x80; in rt722_cae_load() 416 __func__, __LINE__, cae_st_spk, cae_st_hp, cae_st_mic); in rt722_cae_load() 424 else if (cae_st_mic) in rt722_cae_load() 438 regmap_read(rt722->regmap, RT722_MIC_CAE_PARAM96, &cae_st_mic); in rt722_cae_load() 440 __func__, __LINE__, cae_st_spk, cae_st_hp, cae_st_mic); in rt722_cae_load() 441 if ((cae_st_spk & 0x40) && (cae_st_hp & 0x40) && (cae_st_mic & 0x40)) in rt722_cae_load() 447 && (cae_st_mic & 0x40))) { in rt722_cae_load()
|