Searched refs:WM8900_REG_RINVOL (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | wm8900.c | 60 #define WM8900_REG_RINVOL 0x17 macro 363 SOC_SINGLE_TLV("Right Input PGA Volume", WM8900_REG_RINVOL, 0, 31, 0, 365 SOC_SINGLE("Right Input PGA Switch", WM8900_REG_RINVOL, 6, 1, 1), 366 SOC_SINGLE("Right Input PGA ZC Switch", WM8900_REG_RINVOL, 7, 1, 0), 1196 snd_soc_update_bits(codec, WM8900_REG_RINVOL, 0x100, 0x100); in wm8900_probe()
|