Lines Matching defs:fmt
54 unsigned int fmt);
56 unsigned int fmt);
889 unsigned int fmt)
894 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
954 * Set's PCM dai fmt and BCLK.
957 unsigned int fmt)
965 switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) {
979 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
983 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
997 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
1051 unsigned int fmt)
1056 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
1083 unsigned int fmt)
1091 switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) {
1105 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
1109 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
1123 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
1190 unsigned int fmt)
1198 return wm8753_vdac_adc_set_dai_fmt(component, fmt);
1202 unsigned int fmt)
1204 return wm8753_hdac_set_dai_fmt(component, fmt);
1208 unsigned int fmt)
1216 return wm8753_vdac_adc_set_dai_fmt(component, fmt);
1220 unsigned int fmt)
1228 if (wm8753_hdac_set_dai_fmt(component, fmt) < 0)
1230 return wm8753_vdac_adc_set_dai_fmt(component, fmt);
1234 unsigned int fmt)
1241 ret = wm8753_mode1h_set_dai_fmt(component, fmt);
1244 ret = wm8753_mode2_set_dai_fmt(component, fmt);
1248 ret = wm8753_mode3_4_set_dai_fmt(component, fmt);
1256 return wm8753_i2s_set_dai_fmt(component, fmt);
1260 unsigned int fmt)
1265 wm8753->hifi_fmt = fmt;
1267 return wm8753_hifi_write_dai_fmt(component, fmt);
1271 unsigned int fmt)
1279 ret = wm8753_mode1v_set_dai_fmt(component, fmt);
1282 ret = wm8753_pcm_set_dai_fmt(component, fmt);
1290 unsigned int fmt)
1295 wm8753->voice_fmt = fmt;
1297 return wm8753_voice_write_dai_fmt(component, fmt);