Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8750.h16 #define WM8750_RINVOL 0x01 macro
H A Dwm8750.c136 SOC_DOUBLE_R("Capture Volume", WM8750_LINVOL, WM8750_RINVOL, 0, 63, 0),
137 SOC_DOUBLE_R("Capture ZC Switch", WM8750_LINVOL, WM8750_RINVOL, 6, 1, 0),
138 SOC_DOUBLE_R("Capture Switch", WM8750_LINVOL, WM8750_RINVOL, 7, 1, 1),
704 snd_soc_component_update_bits(component, WM8750_RINVOL, 0x0100, 0x0100); in wm8750_probe()
/openbmc/qemu/hw/audio/
H A Dwm8750.c331 #define WM8750_RINVOL 0x01 macro
427 case WM8750_RINVOL: /* Right Channel PGA */ in wm8750_tx()