Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt5616.c201 case RT5616_HP_VOL: in rt5616_readable_register()
306 SOC_DOUBLE("HP Playback Switch", RT5616_HP_VOL,
308 SOC_DOUBLE("HPVOL Playback Switch", RT5616_HP_VOL,
310 SOC_DOUBLE_TLV("HP Playback Volume", RT5616_HP_VOL,
577 snd_soc_component_update_bits(component, RT5616_HP_VOL, in rt5616_hp_event()
610 snd_soc_component_update_bits(component, RT5616_HP_VOL, in rt5616_hp_event()
1398 regmap_write(rt5616->regmap, RT5616_HP_VOL, 0xc8c8); in rt5616_i2c_shutdown()
H A Drt5616.h18 #define RT5616_HP_VOL 0x02 macro