Home
last modified time | relevance | path

Searched refs:cae_st_hp (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Drt722-sdca.c355 unsigned int cae_st_spk, cae_st_hp, cae_st_mic; in rt722_cae_load() local
409 regmap_read(rt722->regmap, RT722_HP_CAE_PARAM68, &cae_st_hp); in rt722_cae_load()
412 cae_st_hp &= 0x80; in rt722_cae_load()
416 __func__, __LINE__, cae_st_spk, cae_st_hp, cae_st_mic); in rt722_cae_load()
421 else if (cae_st_hp) in rt722_cae_load()
437 regmap_read(rt722->regmap, RT722_HP_CAE_PARAM65, &cae_st_hp); 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()