Searched refs:cae_st_spk (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 408 regmap_read(rt722->regmap, RT722_SPK_CAE_PARAM38, &cae_st_spk); in rt722_cae_load() 411 cae_st_spk &= 0x80; in rt722_cae_load() 416 __func__, __LINE__, cae_st_spk, cae_st_hp, cae_st_mic); in rt722_cae_load() 418 if (cae_st_spk) in rt722_cae_load() 436 regmap_read(rt722->regmap, RT722_SPK_CAE_PARAM35, &cae_st_spk); 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() 446 if (!retry && !((cae_st_spk & 0x40) && (cae_st_hp & 0x40) in rt722_cae_load()
|