Lines Matching defs:fmt
697 const unsigned int fmt = cx2072x->dai_fmt;
709 dev_dbg(dev, "config_i2spcm set_dai_fmt- %08x\n", fmt);
713 switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
730 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
753 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
1001 static int cx2072x_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt)
1007 dev_dbg(dev, "set_dai_fmt- %08x\n", fmt);
1009 switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
1020 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
1032 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
1044 cx2072x->dai_fmt = fmt;