Searched refs:WM8750_RINVOL (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | wm8750.c | 136 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()
|
D | wm8750.h | 16 #define WM8750_RINVOL 0x01 macro
|