Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dda7219.c125 SOC_ENUM_SINGLE(DA7219_GAIN_RAMP_CTRL, DA7219_GAIN_RAMP_RATE_SHIFT,
934 snd_soc_component_read32(component, DA7219_GAIN_RAMP_CTRL); in da7219_gain_ramp_event()
935 snd_soc_component_write(component, DA7219_GAIN_RAMP_CTRL, in da7219_gain_ramp_event()
941 snd_soc_component_write(component, DA7219_GAIN_RAMP_CTRL, in da7219_gain_ramp_event()
2116 { DA7219_GAIN_RAMP_CTRL, 0x00 },
2226 regmap_write(da7219->regmap, DA7219_GAIN_RAMP_CTRL, in da7219_i2c_probe()
Dda7219-aad.c161 gain_ramp_ctrl = snd_soc_component_read32(component, DA7219_GAIN_RAMP_CTRL); in da7219_aad_hptest_work()
162 snd_soc_component_write(component, DA7219_GAIN_RAMP_CTRL, DA7219_GAIN_RAMP_RATE_X8); in da7219_aad_hptest_work()
311 snd_soc_component_write(component, DA7219_GAIN_RAMP_CTRL, gain_ramp_ctrl); in da7219_aad_hptest_work()
Dda7219.h92 #define DA7219_GAIN_RAMP_CTRL 0x92 macro