Searched refs:WM8750_RINVOL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | wm8750.h | 20 #define WM8750_RINVOL 0x01 macro
|
D | wm8750.c | 139 SOC_DOUBLE_R("Capture Volume", WM8750_LINVOL, WM8750_RINVOL, 0, 63, 0), 140 SOC_DOUBLE_R("Capture ZC Switch", WM8750_LINVOL, WM8750_RINVOL, 6, 1, 0), 141 SOC_DOUBLE_R("Capture Switch", WM8750_LINVOL, WM8750_RINVOL, 7, 1, 1), 706 snd_soc_component_update_bits(component, WM8750_RINVOL, 0x0100, 0x0100); in wm8750_probe()
|