Lines Matching defs:format
807 int format;
809 format = fmt & SND_SOC_DAIFMT_INV_MASK;
810 dev_dbg(dai->dev, "Enter:%s, format=%x\n", __func__, format);
812 switch (format) {
820 dev_err(dai->dev, "Invalid frame sync polarity %d\n", format);
828 int format;
830 format = (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK);
831 dev_dbg(dai->dev, "Enter:%s, format=%x\n", __func__, format);
833 switch (format) {
839 dev_err(dai->dev, "Invalid ssp protocol: %d\n", format);
1057 cmd.param.part.cfg.format = ids->format; /* stereo/Mono */