Lines Matching defs:format
39 unsigned int format;
287 static int cs4234_dai_set_fmt(struct snd_soc_dai *codec_dai, unsigned int format)
293 cs4234->format = format & SND_SOC_DAIFMT_FORMAT_MASK;
294 switch (cs4234->format) {
305 dev_err(component->dev, "Unsupported dai format\n");
309 switch (format & SND_SOC_DAIFMT_MASTER_MASK) {
313 if (cs4234->format == SND_SOC_DAIFMT_DSP_A) {
314 dev_err(component->dev, "Unsupported DSP A format in master mode\n");
324 switch (format & SND_SOC_DAIFMT_INV_MASK) {
470 switch (cs4234->format) {
478 * width, which we don't care about, so constrain the format.
501 dev_err(comp->dev, "Startup unsupported DAI format\n");