Home
last modified time | relevance | path

Searched refs:snd_pcm_format_width (Results 1 – 25 of 48) sorted by relevance

12

/linux/sound/soc/
H A Dsoc-utils.c55 sample_size = snd_pcm_format_width(params_format(params)); in snd_soc_params_to_frame_size()
119 tdm_width = snd_pcm_format_width(params_format(params)); in snd_soc_tdm_params_to_bclk()
/linux/include/sound/
H A Dsdw.h39 stream_config->bps = snd_pcm_format_width(params_format(params)); in snd_sdw_params_to_config()
H A Dpcm_params.h349 return snd_pcm_format_width(params_format(p)); in params_width()
/linux/sound/core/oss/
H A Dlinear.c121 src_bytes = snd_pcm_format_width(src_format) / 8; in init_data()
122 dst_bytes = snd_pcm_format_width(dst_format) / 8; in init_data()
H A Dmulaw.c296 snd_pcm_format_width(format) / 8; in init_data()
H A Dpcm_plugin.c330 unsigned int width = snd_pcm_format_width(format); in snd_pcm_plug_slave_format()
340 w = snd_pcm_format_width(f); in snd_pcm_plug_slave_format()
/linux/sound/soc/codecs/
H A Dmax98520.c176 switch (snd_pcm_format_width(params_format(params))) { in max98520_dai_hw_params()
192 max98520->ch_size = snd_pcm_format_width(params_format(params)); in max98520_dai_hw_params()
249 snd_pcm_format_width(params_format(params)), params_rate(params)); in max98520_dai_hw_params()
H A Dmax98373-i2c.c223 switch (snd_pcm_format_width(params_format(params))) { in max98373_dai_hw_params()
239 max98373->ch_size = snd_pcm_format_width(params_format(params)); in max98373_dai_hw_params()
H A Drt1017-sdca-sdw.c608 stream_config.bps = snd_pcm_format_width(params_format(params)); in rt1017_sdca_pcm_hw_params()
615 params_rate(params), num_channels, snd_pcm_format_width(params_format(params)), in rt1017_sdca_pcm_hw_params()
H A Dmax98388.c567 switch (snd_pcm_format_width(params_format(params))) { in max98388_dai_hw_params()
583 max98388->ch_size = snd_pcm_format_width(params_format(params)); in max98388_dai_hw_params()
H A Dmax98373-sdw.c565 switch (snd_pcm_format_width(params_format(params))) { in max98373_sdw_dai_hw_params()
581 max98373->ch_size = snd_pcm_format_width(params_format(params)); in max98373_sdw_dai_hw_params()
H A Dmax98927.c306 switch (snd_pcm_format_width(params_format(params))) { in max98927_dai_hw_params()
322 max98927->ch_size = snd_pcm_format_width(params_format(params)); in max98927_dai_hw_params()
H A Dmax98363.c230 stream_config.bps = snd_pcm_format_width(params_format(params)); in max98363_sdw_dai_hw_params()
H A Dmax98390.c262 * snd_pcm_format_width(params_format(params)); in max98390_set_clock()
313 switch (snd_pcm_format_width(params_format(params))) { in max98390_dai_hw_params()
H A Drt1318-sdw.c599 stream_config.bps = snd_pcm_format_width(params_format(params)); in rt1318_sdw_hw_params()
H A Dmax98396.c516 switch (snd_pcm_format_width(params_format(params))) { in max98396_dai_hw_params()
589 snd_pcm_format_width(params_format(params))); in max98396_dai_hw_params()
/linux/sound/core/
H A Dpcm_iec958.c137 snd_pcm_format_width(runtime->format), in snd_pcm_fill_iec958_consumer()
H A Dpcm_misc.c350 int snd_pcm_format_width(snd_pcm_format_t format) in snd_pcm_format_width() function
360 EXPORT_SYMBOL(snd_pcm_format_width);
/linux/sound/soc/qcom/
H A Dstorm.c29 bitwidth = snd_pcm_format_width(format); in storm_ops_hw_params()
/linux/sound/soc/tegra/
H A Dtegra_isomgr_bw.c49 sample_bytes = snd_pcm_format_width(runtime->format) / 8; in tegra_isomgr_adma_setbw()
/linux/sound/soc/mediatek/mt8365/
H A Dmt8365-dai-adda.c189 int bit_width = snd_pcm_format_width(substream->runtime->format); in mt8365_dai_int_adda_prepare()
/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-pcm.c229 snd_pcm_format_width(format); in mtk_dai_pcm_hw_params()
/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-pcm.c214 snd_pcm_format_width(runtime->format)); in snd_bcm2835_pcm_prepare()
/linux/sound/soc/renesas/rcar/
H A Dcore.c355 switch (snd_pcm_format_width(runtime->format)) { in rsnd_get_adinr_bit()
420 if (mod == target && snd_pcm_format_width(runtime->format) == 16) { in rsnd_get_dalign()
456 if (snd_pcm_format_width(runtime->format) != 24) in rsnd_get_busif_shift()
/linux/sound/soc/fsl/
H A Dfsl_asrc.c405 switch (snd_pcm_format_width(config->input_format)) { in fsl_asrc_config_pair()
421 switch (snd_pcm_format_width(config->output_format)) { in fsl_asrc_config_pair()

12