Lines Matching defs:format
259 * cs4270_set_dai_fmt - configure the codec for the selected audio format
261 * @format: a SND_SOC_DAIFMT_x value indicating the data format
272 unsigned int format)
277 /* set DAI format */
278 switch (format & SND_SOC_DAIFMT_FORMAT_MASK) {
281 cs4270->mode = format & SND_SOC_DAIFMT_FORMAT_MASK;
284 dev_err(component->dev, "invalid dai format\n");
289 switch (format & SND_SOC_DAIFMT_MASTER_MASK) {
312 * Specifically, the sample rate and the data format.
364 /* Set the DAI format */
377 dev_err(component->dev, "unknown dai format\n");