Home
last modified time | relevance | path

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

1234

/linux/sound/core/oss/
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()
A Dmulaw.c296 snd_pcm_format_width(format) / 8; in init_data()
A Dpcm_plugin.c327 unsigned int width = snd_pcm_format_width(format); in snd_pcm_plug_slave_format()
337 w = snd_pcm_format_width(f); in snd_pcm_plug_slave_format()
/linux/sound/soc/codecs/
A Dmax98520.c178 switch (snd_pcm_format_width(params_format(params))) { in max98520_dai_hw_params()
194 max98520->ch_size = snd_pcm_format_width(params_format(params)); in max98520_dai_hw_params()
251 snd_pcm_format_width(params_format(params)), params_rate(params)); in max98520_dai_hw_params()
A Dmax98373-sdw.c558 stream_config.bps = snd_pcm_format_width(params_format(params)); in max98373_sdw_dai_hw_params()
588 switch (snd_pcm_format_width(params_format(params))) { in max98373_sdw_dai_hw_params()
604 max98373->ch_size = snd_pcm_format_width(params_format(params)); in max98373_sdw_dai_hw_params()
A Dmax98373-i2c.c225 switch (snd_pcm_format_width(params_format(params))) { in max98373_dai_hw_params()
241 max98373->ch_size = snd_pcm_format_width(params_format(params)); in max98373_dai_hw_params()
A Dsdw-mockup.c108 stream_config.bps = snd_pcm_format_width(params_format(params)); in sdw_mockup_pcm_hw_params()
A Dmax98927.c316 switch (snd_pcm_format_width(params_format(params))) { in max98927_dai_hw_params()
332 max98927->ch_size = snd_pcm_format_width(params_format(params)); in max98927_dai_hw_params()
A Dmax98390.c265 * snd_pcm_format_width(params_format(params)); in max98390_set_clock()
316 switch (snd_pcm_format_width(params_format(params))) { in max98390_dai_hw_params()
/linux/sound/core/
A Dpcm_iec958.c137 snd_pcm_format_width(runtime->format), in snd_pcm_fill_iec958_consumer()
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/
A Dstorm.c29 bitwidth = snd_pcm_format_width(format); in storm_ops_hw_params()
A Dlpass-hdmi.c37 bitwidth = snd_pcm_format_width(format); in lpass_hdmi_daiops_hw_params()
/linux/sound/isa/es1688/
A Des1688_lib.c354 if (snd_pcm_format_width(runtime->format) == 8) { in snd_es1688_playback_prepare()
366 if (snd_pcm_format_width(runtime->format) == 8) { in snd_es1688_playback_prepare()
416 if (snd_pcm_format_width(runtime->format) == 8) { in snd_es1688_capture_prepare()
426 if (snd_pcm_format_width(runtime->format) == 8) { in snd_es1688_capture_prepare()
/linux/sound/soc/
A Dsoc-utils.c27 sample_size = snd_pcm_format_width(params_format(params)); in snd_soc_params_to_frame_size()
/linux/sound/isa/gus/
A Dgus_pcm.c78 if (snd_pcm_format_width(runtime->format) == 16) in snd_gf1_pcm_block_change()
114 voice_ctrl = snd_pcm_format_width(runtime->format) == 16 ? 0x24 : 0x20; in snd_gf1_pcm_trigger_up()
125 end -= snd_pcm_format_width(runtime->format) == 16 ? 2 : 1; in snd_gf1_pcm_trigger_up()
364 w16 = (snd_pcm_format_width(runtime->format) == 16); in playback_copy_ack()
/linux/sound/ppc/
A Dsnd_ps3.c448 snd_pcm_format_width(substream->runtime->format)); in snd_ps3_set_avsetting()
474 switch (snd_pcm_format_width(substream->runtime->format)) { in snd_ps3_set_avsetting()
483 snd_pcm_format_width(substream->runtime->format)); in snd_ps3_set_avsetting()
/linux/sound/soc/sh/rcar/
A Dssi.c414 width = snd_pcm_format_width(runtime->format); in rsnd_ssi_config_init()
531 unsigned int fmt_width = snd_pcm_format_width(params_format(params)); in rsnd_ssi_hw_params()
877 if (snd_pcm_format_width(runtime->format) == 24) in rsnd_ssi_pio_interrupt()
/linux/sound/soc/samsung/
A Dsnow.c40 bitwidth = snd_pcm_format_width(params_format(params)); in snow_card_hw_params()
/linux/sound/isa/
A Des18xx.c439 if (snd_pcm_format_width(params_format(hw_params)) == 16) in snd_es18xx_playback_hw_params()
473 (snd_pcm_format_width(runtime->format) == 16 ? 0x01 : 0x00) | in snd_es18xx_playback1_prepare()
547 if (snd_pcm_format_width(params_format(hw_params)) == 16) in snd_es18xx_capture_hw_params()
581 (snd_pcm_format_width(runtime->format) == 16 ? 0x04 : 0x00) | in snd_es18xx_capture_prepare()
645 (snd_pcm_format_width(runtime->format) == 16 ? 0x04 : 0x00) | in snd_es18xx_playback2_prepare()
/linux/sound/isa/msnd/
A Dmsnd.c501 chip->play_sample_size = snd_pcm_format_width(params_format(params)); in snd_msnd_playback_hw_params()
648 chip->capture_sample_size = snd_pcm_format_width(params_format(params)); in snd_msnd_capture_hw_params()
/linux/sound/pci/
A Dsis7019.c514 if (snd_pcm_format_width(runtime->format) == 8) in sis_pcm_playback_prepare()
770 if (snd_pcm_format_width(runtime->format) == 8) in sis_prepare_timing_voice()
812 if (snd_pcm_format_width(runtime->format) == 8) in sis_pcm_capture_prepare()
A Dad1889.c349 if (snd_pcm_format_width(rt->format) == 16) in snd_ad1889_playback_prepare()
399 if (snd_pcm_format_width(rt->format) == 16) in snd_ad1889_capture_prepare()
/linux/drivers/staging/vc04_services/bcm2835-audio/
A Dbcm2835-pcm.c215 snd_pcm_format_width(runtime->format)); in snd_bcm2835_pcm_prepare()
/linux/include/sound/
A Dpcm_params.h349 return snd_pcm_format_width(params_format(p)); in params_width()

Completed in 62 milliseconds

1234