Lines Matching refs:format
268 * cs4270_set_dai_fmt - configure the codec for the selected audio format
270 * @format: a SND_SOC_DAIFMT_x value indicating the data format
281 unsigned int format)
286 /* set DAI format */
287 switch (format & SND_SOC_DAIFMT_FORMAT_MASK) {
290 cs4270->mode = format & SND_SOC_DAIFMT_FORMAT_MASK;
293 dev_err(component->dev, "invalid dai format\n");
298 switch (format & SND_SOC_DAIFMT_MASTER_MASK) {
321 * Specifically, the sample rate and the data format.
373 /* Set the DAI format */
386 dev_err(component->dev, "unknown dai format\n");