Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dwm8903.c181 case WM8903_DAC_DIGITAL_1: in wm8903_readable_register()
441 return snd_soc_component_update_bits(component, WM8903_DAC_DIGITAL_1, in wm8903_set_deemph()
509 WM8903_DAC_DIGITAL_1, 0, osr_text);
564 WM8903_DAC_DIGITAL_1, 10, soft_mute_text);
571 WM8903_DAC_DIGITAL_1, 9, mute_mode_text);
702 SOC_SINGLE("DAC Mono Switch", WM8903_DAC_DIGITAL_1, 12, 1, 0),
1315 reg = snd_soc_component_read(component, WM8903_DAC_DIGITAL_1); in wm8903_mute()
1322 snd_soc_component_write(component, WM8903_DAC_DIGITAL_1, reg); in wm8903_mute()
1459 u16 dac_digital1 = snd_soc_component_read(component, WM8903_DAC_DIGITAL_1); in wm8903_hw_params()
1579 snd_soc_component_write(component, WM8903_DAC_DIGITAL_1, dac_digital1); in wm8903_hw_params()
[all …]
Dwm8903.h46 #define WM8903_DAC_DIGITAL_1 0x21 macro