Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt5631.c40 { RT5631_HP_OUT_VOL, 0x8080 },
115 case RT5631_HP_OUT_VOL: in rt5631_readable_register()
266 SOC_DOUBLE("HP Playback Switch", RT5631_HP_OUT_VOL,
268 SOC_DOUBLE_TLV("HP Playback Volume", RT5631_HP_OUT_VOL,
423 snd_soc_component_update_bits(component, RT5631_HP_OUT_VOL, in onebit_depop_mute_stage()
427 snd_soc_component_update_bits(component, RT5631_HP_OUT_VOL, in onebit_depop_mute_stage()
541 snd_soc_component_update_bits(component, RT5631_HP_OUT_VOL, in depop_seq_mute_stage()
552 snd_soc_component_update_bits(component, RT5631_HP_OUT_VOL, in depop_seq_mute_stage()
774 static SOC_ENUM_SINGLE_DECL(rt5631_hpvoll_enum, RT5631_HP_OUT_VOL,
801 static SOC_ENUM_SINGLE_DECL(rt5631_hpvolr_enum, RT5631_HP_OUT_VOL,
H A Drt5631.h8 #define RT5631_HP_OUT_VOL 0x04 macro