Lines Matching full:hifi
15 * HiFi audio (e.g. MP3, ogg) playback/capture and the other PCM available for
184 static const char *wm8753_adc_filter[] = {"HiFi", "Voice"};
466 SND_SOC_DAPM_DAC("Left DAC", "Left HiFi Playback", WM8753_PWR1, 3, 0),
473 SND_SOC_DAPM_DAC("Right DAC", "Right HiFi Playback", WM8753_PWR1, 2, 0),
797 /* codec hifi mclk (after PLL) clock divider coefficients */
1048 * Set's HiFi DAC format.
1053 u16 hifi = snd_soc_component_read(component, WM8753_HIFI) & 0x01e0; in wm8753_hdac_set_dai_fmt() local
1058 hifi |= 0x0002; in wm8753_hdac_set_dai_fmt()
1063 hifi |= 0x0001; in wm8753_hdac_set_dai_fmt()
1066 hifi |= 0x0003; in wm8753_hdac_set_dai_fmt()
1069 hifi |= 0x0013; in wm8753_hdac_set_dai_fmt()
1075 snd_soc_component_write(component, WM8753_HIFI, hifi); in wm8753_hdac_set_dai_fmt()
1085 u16 ioctl, hifi; in wm8753_i2s_set_dai_fmt() local
1087 hifi = snd_soc_component_read(component, WM8753_HIFI) & 0x013f; in wm8753_i2s_set_dai_fmt()
1098 hifi |= 0x0040; in wm8753_i2s_set_dai_fmt()
1113 hifi |= 0x0080; in wm8753_i2s_set_dai_fmt()
1122 hifi &= ~0x0010; in wm8753_i2s_set_dai_fmt()
1127 hifi |= 0x0090; in wm8753_i2s_set_dai_fmt()
1130 hifi |= 0x0080; in wm8753_i2s_set_dai_fmt()
1133 hifi |= 0x0010; in wm8753_i2s_set_dai_fmt()
1143 snd_soc_component_write(component, WM8753_HIFI, hifi); in wm8753_i2s_set_dai_fmt()
1158 u16 hifi = snd_soc_component_read(component, WM8753_HIFI) & 0x01f3; in wm8753_i2s_hw_params() local
1175 hifi |= 0x0004; in wm8753_i2s_hw_params()
1178 hifi |= 0x0008; in wm8753_i2s_hw_params()
1181 hifi |= 0x000c; in wm8753_i2s_hw_params()
1185 snd_soc_component_write(component, WM8753_HIFI, hifi); in wm8753_i2s_hw_params()
1306 /* the digital mute covers the HiFi and Voice DAC's on the WM8753. in wm8753_mute()
1374 * configurations. This gives 2 PCM's available for use, hifi and voice.
1378 * 1. Voice over PCM DAI - HIFI DAC over HIFI DAI
1379 * 2. Voice over HIFI DAI - HIFI disabled
1380 * 3. Voice disabled - HIFI over HIFI
1381 * 4. Voice disabled - HIFI over HIFI, uses voice DAI LRC for capture
1404 /* DAI HiFi mode 1 */
1405 { .name = "wm8753-hifi",
1407 .stream_name = "HiFi Playback",