Searched refs:WM8750_ADCDAC (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
H A D | wm8750.h | 23 #define WM8750_ADCDAC 0x05 macro
|
H A 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_read(codec, WM8750_ADCDAC) & 0xfff7; wm8750_mute() 618 snd_soc_write(codec, WM8750_ADCDAC, mute_reg | 0x8); wm8750_mute() 620 snd_soc_write(codec, WM8750_ADCDAC, mute_reg); wm8750_mute()
|
Completed in 45 milliseconds