Searched refs:RT5665_MONO_OUT (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | rt5665.c | 499 case RT5665_MONO_OUT: in rt5665_readable_register() 1402 SOC_SINGLE_TLV("MONOVOL Playback Volume", RT5665_MONO_OUT, 2441 SOC_DAPM_SINGLE("Switch", RT5665_MONO_OUT, RT5665_VOL_L_SFT, 1, 1); 2451 SOC_DAPM_SINGLE("Switch", RT5665_MONO_OUT, RT5665_L_MUTE_SFT, 1, 1); 2482 snd_soc_component_update_bits(component, RT5665_MONO_OUT, 0x10, 0x10); in rt5665_mono_event() 2483 snd_soc_component_update_bits(component, RT5665_MONO_OUT, 0x20, 0x20); in rt5665_mono_event() 2487 snd_soc_component_update_bits(component, RT5665_MONO_OUT, 0x20, 0); in rt5665_mono_event() 2488 snd_soc_component_update_bits(component, RT5665_MONO_OUT, 0x10, 0); in rt5665_mono_event() 4679 regmap_write(rt5665->regmap, RT5665_MONO_OUT, 0x480a); in rt5665_calibrate()
|
| H A D | rt5665.h | 25 #define RT5665_MONO_OUT 0x0004 macro
|