Searched refs:WM8961_PWR_MGMT_1 (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/sound/soc/codecs/ |
| D | wm8961.c | 151 case WM8961_PWR_MGMT_1: in wm8961_readable() 405 SND_SOC_DAPM_PGA("Left Input", WM8961_PWR_MGMT_1, 5, 0, NULL, 0), 406 SND_SOC_DAPM_PGA("Right Input", WM8961_PWR_MGMT_1, 4, 0, NULL, 0), 408 SND_SOC_DAPM_ADC("ADCL", "HiFi Capture", WM8961_PWR_MGMT_1, 3, 0), 409 SND_SOC_DAPM_ADC("ADCR", "HiFi Capture", WM8961_PWR_MGMT_1, 2, 0), 411 SND_SOC_DAPM_SUPPLY("MICBIAS", WM8961_PWR_MGMT_1, 1, 0, NULL, 0), 767 reg = snd_soc_read(codec, WM8961_PWR_MGMT_1); in wm8961_set_bias_level() 770 snd_soc_write(codec, WM8961_PWR_MGMT_1, reg); in wm8961_set_bias_level() 777 reg = snd_soc_read(codec, WM8961_PWR_MGMT_1); in wm8961_set_bias_level() 779 snd_soc_write(codec, WM8961_PWR_MGMT_1, reg); in wm8961_set_bias_level() [all …]
|
| D | wm8961.h | 57 #define WM8961_PWR_MGMT_1 0x19 macro
|