Home
last modified time | relevance | path

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

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