Searched refs:WM8753_PWR1 (Results 1 – 2 of 2) sorted by relevance
/sound/soc/codecs/ |
D | wm8753.c | 471 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8753_PWR1, 5, 0), 476 SND_SOC_DAPM_DAC("Left DAC", "Left HiFi Playback", WM8753_PWR1, 3, 0), 483 SND_SOC_DAPM_DAC("Right DAC", "Right HiFi Playback", WM8753_PWR1, 2, 0), 490 SND_SOC_DAPM_DAC("Voice DAC", "Voice Playback", WM8753_PWR1, 4, 0), 1332 u16 pwr_reg = snd_soc_read(codec, WM8753_PWR1) & 0xfe3e; in wm8753_set_bias_level() 1337 snd_soc_write(codec, WM8753_PWR1, pwr_reg | 0x00c0); in wm8753_set_bias_level() 1341 snd_soc_write(codec, WM8753_PWR1, pwr_reg | 0x01c1); in wm8753_set_bias_level() 1345 snd_soc_write(codec, WM8753_PWR1, pwr_reg | 0x0141); in wm8753_set_bias_level() 1348 snd_soc_write(codec, WM8753_PWR1, 0x0001); in wm8753_set_bias_level()
|
D | wm8753.h | 38 #define WM8753_PWR1 0x14 macro
|