Lines Matching defs:dai
330 struct snd_pcm_hw_params *hw_params, struct snd_soc_dai *dai)
337 dev_dbg(dai->dev, "%s: ++\n", __func__);
338 dev_dbg(dai->dev, "format: 0x%08x\n", params_format(hw_params));
339 dev_dbg(dai->dev, "rate: 0x%08x\n", params_rate(hw_params));
340 dev_dbg(dai->dev, "word_len: %d, aud_bit: %d\n", word_len, aud_bit);
342 dev_err(dai->dev, "not supported word length\n");
362 ret = snd_soc_component_update_bits(dai->component,
365 dev_err(dai->dev, "config aud bit fail\n");
368 ret = snd_soc_component_update_bits(dai->component,
371 dev_err(dai->dev, "config word len fail\n");
374 dev_dbg(dai->dev, "%s: --\n", __func__);
406 /* dai properties */
410 /* dai operations */