Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Des8326.h121 #define ES8326_DAIFMT_MASK ((1 << 5) | (3 << 0)) macro
H A Des8326.c530 snd_soc_component_update_bits(component, ES8326_FMT, ES8326_DAIFMT_MASK, iface); in es8326_set_dai_fmt()