Searched refs:WM8900_REG_RINVOL (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8900.c | 57 #define WM8900_REG_RINVOL 0x17 macro 360 SOC_SINGLE_TLV("Right Input PGA Volume", WM8900_REG_RINVOL, 0, 31, 0, 362 SOC_SINGLE("Right Input PGA Switch", WM8900_REG_RINVOL, 6, 1, 1), 363 SOC_SINGLE("Right Input PGA ZC Switch", WM8900_REG_RINVOL, 7, 1, 0), 1187 snd_soc_component_update_bits(component, WM8900_REG_RINVOL, 0x100, 0x100); in wm8900_probe()
|