Lines Matching defs:hifi
797 /* codec hifi mclk (after PLL) clock divider coefficients */
1053 u16 hifi = snd_soc_component_read(component, WM8753_HIFI) & 0x01e0;
1058 hifi |= 0x0002;
1063 hifi |= 0x0001;
1066 hifi |= 0x0003;
1069 hifi |= 0x0013;
1075 snd_soc_component_write(component, WM8753_HIFI, hifi);
1085 u16 ioctl, hifi;
1087 hifi = snd_soc_component_read(component, WM8753_HIFI) & 0x013f;
1098 hifi |= 0x0040;
1113 hifi |= 0x0080;
1122 hifi &= ~0x0010;
1127 hifi |= 0x0090;
1130 hifi |= 0x0080;
1133 hifi |= 0x0010;
1143 snd_soc_component_write(component, WM8753_HIFI, hifi);
1158 u16 hifi = snd_soc_component_read(component, WM8753_HIFI) & 0x01f3;
1175 hifi |= 0x0004;
1178 hifi |= 0x0008;
1181 hifi |= 0x000c;
1185 snd_soc_component_write(component, WM8753_HIFI, hifi);
1374 * configurations. This gives 2 PCM's available for use, hifi and voice.
1405 { .name = "wm8753-hifi",