Searched refs:WM8750_ADCDAC (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | wm8750.c | 128 SOC_ENUM_SINGLE(WM8750_ADCDAC, 5, 4, wm8750_adcpol), 129 SOC_ENUM_SINGLE(WM8750_ADCDAC, 1, 4, wm8750_deemph), 148 SOC_SINGLE("Playback 6dB Attenuate", WM8750_ADCDAC, 7, 1, 0), 149 SOC_SINGLE("Capture 6dB Attenuate", WM8750_ADCDAC, 8, 1, 0), 612 u16 mute_reg = snd_soc_component_read(component, WM8750_ADCDAC) & 0xfff7; in wm8750_mute() 615 snd_soc_component_write(component, WM8750_ADCDAC, mute_reg | 0x8); in wm8750_mute() 617 snd_soc_component_write(component, WM8750_ADCDAC, mute_reg); in wm8750_mute()
|
D | wm8750.h | 19 #define WM8750_ADCDAC 0x05 macro
|