Searched refs:WM8750_ADCDAC (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | wm8750.c | 131 SOC_ENUM_SINGLE(WM8750_ADCDAC, 5, 4, wm8750_adcpol), 132 SOC_ENUM_SINGLE(WM8750_ADCDAC, 1, 4, wm8750_deemph), 151 SOC_SINGLE("Playback 6dB Attenuate", WM8750_ADCDAC, 7, 1, 0), 152 SOC_SINGLE("Capture 6dB Attenuate", WM8750_ADCDAC, 8, 1, 0), 615 u16 mute_reg = snd_soc_component_read32(component, WM8750_ADCDAC) & 0xfff7; in wm8750_mute() 618 snd_soc_component_write(component, WM8750_ADCDAC, mute_reg | 0x8); in wm8750_mute() 620 snd_soc_component_write(component, WM8750_ADCDAC, mute_reg); in wm8750_mute()
|
D | wm8750.h | 23 #define WM8750_ADCDAC 0x05 macro
|