Home
last modified time | relevance | path

Searched refs:WM8750_ADCDAC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwm8750.c128 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()
H A Dwm8750.h19 #define WM8750_ADCDAC 0x05 macro
/openbmc/qemu/hw/audio/
H A Dwm8750.c334 #define WM8750_ADCDAC 0x05 macro
433 case WM8750_ADCDAC: /* ADC and DAC Control */ in wm8750_tx()