Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dda732x_reg.h588 #define DA732X_HPF_MASK ((1 << 3) | (1 << 7)) macro
H A Dda732x.c346 snd_soc_component_update_bits(component, reg, DA732X_HPF_MASK, bits); in da732x_hpf_set()
359 val = snd_soc_component_read(component, reg) & DA732X_HPF_MASK; in da732x_hpf_get()