Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm5110.c272 const struct reg_sequence *wseq; in wm5110_hp_pre_enable() local
278 wseq = wm5110_dre_left_enable; in wm5110_hp_pre_enable()
281 wseq = wm5110_no_dre_left_enable; in wm5110_hp_pre_enable()
288 wseq = wm5110_dre_right_enable; in wm5110_hp_pre_enable()
291 wseq = wm5110_no_dre_right_enable; in wm5110_hp_pre_enable()
300 return regmap_multi_reg_write(arizona->regmap, wseq, nregs); in wm5110_hp_pre_enable()