Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dda7218.c616 out_filt1l = snd_soc_component_read(component, DA7218_OUT_1L_FILTER_CTRL); in da7218_biquad_coeff_put()
617 snd_soc_component_write(component, DA7218_OUT_1L_FILTER_CTRL, in da7218_biquad_coeff_put()
627 snd_soc_component_write(component, DA7218_OUT_1L_FILTER_CTRL, out_filt1l); in da7218_biquad_coeff_put()
1153 SOC_DOUBLE_R("Out Filter Switch", DA7218_OUT_1L_FILTER_CTRL,
1157 DA7218_OUT_1L_FILTER_CTRL, DA7218_OUT_1R_FILTER_CTRL,
1160 SOC_DOUBLE_R("Out Filter Gain Ramp Switch", DA7218_OUT_1L_FILTER_CTRL,
1250 SOC_ENUM_SINGLE(DA7218_OUT_1L_FILTER_CTRL,
1663 SND_SOC_DAPM_DAC("Out FilterL", NULL, DA7218_OUT_1L_FILTER_CTRL,
2937 snd_soc_component_update_bits(component, DA7218_OUT_1L_FILTER_CTRL, in da7218_probe()
3060 { DA7218_OUT_1L_FILTER_CTRL, 0x40 },
H A Dda7218.h40 #define DA7218_OUT_1L_FILTER_CTRL 0x20 macro