Lines Matching refs:format
268 snd_pcm_format_t format = params_format(params);
276 dev_dbg(component->dev, "%s() rate=%u format=0x%x width=%u channels=%u\n",
277 __func__, rate, format, width, channels);
358 static int pcm186x_set_fmt(struct snd_soc_dai *dai, unsigned int format)
365 dev_dbg(component->dev, "%s() format=0x%x\n", __func__, format);
368 switch (format & SND_SOC_DAIFMT_MASTER_MASK) {
386 switch (format & SND_SOC_DAIFMT_INV_MASK) {
394 /* set interface format */
395 switch (format & SND_SOC_DAIFMT_FORMAT_MASK) {
413 dev_err(component->dev, "Invalid DAI format\n");