Lines Matching refs:snd_soc_component_write
143 return snd_soc_component_write(component, reg, val | 0x0100);
927 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_2, reg);
931 snd_soc_component_write(component, WM8991_CLOCKING_2, reg | WM8991_SYSCLK_SRC);
934 snd_soc_component_write(component, WM8991_PLL1, pll_div.n | WM8991_SDM |
936 snd_soc_component_write(component, WM8991_PLL2, (u8)(pll_div.k>>8));
937 snd_soc_component_write(component, WM8991_PLL3, (u8)(pll_div.k & 0xFF));
942 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_2, reg);
998 snd_soc_component_write(component, WM8991_AUDIO_INTERFACE_1, audio1);
999 snd_soc_component_write(component, WM8991_AUDIO_INTERFACE_3, audio3);
1013 snd_soc_component_write(component, WM8991_CLOCKING_2, reg | div);
1018 snd_soc_component_write(component, WM8991_CLOCKING_2, reg | div);
1023 snd_soc_component_write(component, WM8991_CLOCKING_2, reg | div);
1028 snd_soc_component_write(component, WM8991_CLOCKING_1, reg | div);
1063 snd_soc_component_write(component, WM8991_AUDIO_INTERFACE_1, audio1);
1074 snd_soc_component_write(component, WM8991_DAC_CTRL, val | WM8991_DAC_MUTE);
1076 snd_soc_component_write(component, WM8991_DAC_CTRL, val);
1094 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, val | 0x2);
1101 snd_soc_component_write(component, WM8991_ANTIPOP1, WM8991_DIS_LLINE |
1107 snd_soc_component_write(component, WM8991_ANTIPOP2, WM8991_SOFTST |
1115 snd_soc_component_write(component, WM8991_ANTIPOP2, WM8991_SOFTST |
1119 snd_soc_component_write(component, WM8991_ANTIPOP1, 0);
1122 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x1b00);
1127 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x1f02);
1132 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x1f03);
1137 snd_soc_component_write(component, WM8991_ANTIPOP2, WM8991_SOFTST |
1142 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x3);
1145 snd_soc_component_write(component, WM8991_ANTIPOP2, WM8991_BUFIOEN);
1151 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, val | 0x4);
1156 snd_soc_component_write(component, WM8991_ANTIPOP2, WM8991_SOFTST |
1160 snd_soc_component_write(component, WM8991_ANTIPOP2, WM8991_SOFTST |
1166 snd_soc_component_write(component, WM8991_DAC_CTRL, val | WM8991_DAC_MUTE);
1169 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x1f03);
1172 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x1f01);
1177 snd_soc_component_write(component, WM8991_ANTIPOP1, WM8991_DIS_LLINE |
1183 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x0);
1186 snd_soc_component_write(component, WM8991_ANTIPOP2, 0x0);