Lines Matching defs:fmt
2707 struct aif *aif, unsigned int fmt)
2711 switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) {
2761 unsigned int dai_id, unsigned int fmt)
2784 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
2825 unsigned int dai_id, unsigned int fmt)
2848 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
2879 static int tscs454_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt)
2886 ret = set_aif_master_from_fmt(component, aif, fmt);
2890 ret = set_aif_format_from_fmt(component, dai->id, fmt);
2894 ret = set_aif_clock_format_from_fmt(component, dai->id, fmt);