Lines Matching refs:format
55 static unsigned int get_i2s_wlen(snd_pcm_format_t format)
57 return snd_pcm_format_physical_width(format) <= 16 ?
1672 snd_pcm_format_t format = params_format(params);
1676 dev_dbg(afe->dev, "%s(), id %d, rate %d, format %d\n",
1677 __func__, i2s_id, rate, format);
1689 i2s_con |= get_i2s_wlen(format) << I2S_WLEN_SFT;
1697 i2s_con |= get_i2s_wlen(format) << I2S2_WLEN_SFT;
1705 i2s_con |= get_i2s_wlen(format) << I2S3_WLEN_SFT;
1712 i2s_con |= get_i2s_wlen(format) << I2S4_WLEN_SFT;
1719 i2s_con |= get_i2s_wlen(format) << I2S5_WLEN_SFT;
1726 i2s_con |= get_i2s_wlen(format) << I2S6_WLEN_SFT;
1733 i2s_con |= get_i2s_wlen(format) << I2S7_WLEN_SFT;
1740 i2s_con |= get_i2s_wlen(format) << I2S8_WLEN_SFT;
1747 i2s_con |= get_i2s_wlen(format) << I2S9_WLEN_SFT;