Lines Matching refs:format
267 snd_pcm_format_t format = params_format(params);
275 dev_dbg(component->dev, "%s() rate=%u format=0x%x width=%u channels=%u\n",
276 __func__, rate, format, width, channels);
357 static int pcm186x_set_fmt(struct snd_soc_dai *dai, unsigned int format)
364 dev_dbg(component->dev, "%s() format=0x%x\n", __func__, format);
366 switch (format & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
384 switch (format & SND_SOC_DAIFMT_INV_MASK) {
392 /* set interface format */
393 switch (format & SND_SOC_DAIFMT_FORMAT_MASK) {
411 dev_err(component->dev, "Invalid DAI format\n");