Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dda7219-aad.c163 gain_ramp_ctrl = snd_soc_component_read(component, DA7219_GAIN_RAMP_CTRL); in da7219_aad_hptest_work()
164 snd_soc_component_write(component, DA7219_GAIN_RAMP_CTRL, DA7219_GAIN_RAMP_RATE_X8); in da7219_aad_hptest_work()
313 snd_soc_component_write(component, DA7219_GAIN_RAMP_CTRL, gain_ramp_ctrl); in da7219_aad_hptest_work()
Dda7219.c121 SOC_ENUM_SINGLE(DA7219_GAIN_RAMP_CTRL, DA7219_GAIN_RAMP_RATE_SHIFT,
937 snd_soc_component_read(component, DA7219_GAIN_RAMP_CTRL); in da7219_gain_ramp_event()
938 snd_soc_component_write(component, DA7219_GAIN_RAMP_CTRL, in da7219_gain_ramp_event()
944 snd_soc_component_write(component, DA7219_GAIN_RAMP_CTRL, in da7219_gain_ramp_event()
2364 { DA7219_GAIN_RAMP_CTRL, 0x00 },
2468 regmap_write(da7219->regmap, DA7219_GAIN_RAMP_CTRL, in da7219_probe()
Dda7219.h88 #define DA7219_GAIN_RAMP_CTRL 0x92 macro