Searched refs:WM8753_PWR1 (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
H A Dwm8753.h38 #define WM8753_PWR1 0x14 macro
H A Dwm8753.c466 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8753_PWR1, 5, 0),
471 SND_SOC_DAPM_DAC("Left DAC", "Left HiFi Playback", WM8753_PWR1, 3, 0),
478 SND_SOC_DAPM_DAC("Right DAC", "Right HiFi Playback", WM8753_PWR1, 2, 0),
485 SND_SOC_DAPM_DAC("Voice DAC", "Voice Playback", WM8753_PWR1, 4, 0),
1330 regmap_update_bits(wm8753->regmap, WM8753_PWR1, 0x0180, 0x0100); wm8753_charge_work()
1337 u16 pwr_reg = snd_soc_read(codec, WM8753_PWR1) & 0xfe3e; wm8753_set_bias_level()
1342 snd_soc_write(codec, WM8753_PWR1, pwr_reg | 0x00c0); wm8753_set_bias_level()
1351 snd_soc_write(codec, WM8753_PWR1, pwr_reg | 0x01c1); wm8753_set_bias_level()
1356 snd_soc_write(codec, WM8753_PWR1, pwr_reg | 0x0141); wm8753_set_bias_level()
1361 snd_soc_write(codec, WM8753_PWR1, 0x0001); wm8753_set_bias_level()

Completed in 40 milliseconds