Lines Matching defs:format
56 static unsigned int get_i2s_wlen(snd_pcm_format_t format)
58 return snd_pcm_format_physical_width(format) <= 16 ?
715 snd_pcm_format_t format = params_format(params);
719 dev_info(afe->dev, "%s(), id %d, rate %d, format %d\n",
722 rate, format);
739 i2s_con |= get_i2s_wlen(format) << I2S_WLEN_SFT;
747 i2s_con |= get_i2s_wlen(format) << I2S2_WLEN_SFT;
755 i2s_con |= get_i2s_wlen(format) << I2S3_WLEN_SFT;
762 i2s_con |= get_i2s_wlen(format) << I2S4_WLEN_SFT;
769 i2s_con |= get_i2s_wlen(format) << I2S5_WLEN_SFT;
878 dev_warn(afe->dev, "%s(), DAI format %d not support\n",