/Linux-v5.4/sound/core/oss/ |
D | linear.c | 119 src_bytes = snd_pcm_format_width(src_format) / 8; in init_data() 120 dst_bytes = snd_pcm_format_width(dst_format) / 8; in init_data()
|
D | mulaw.c | 294 snd_pcm_format_width(format) / 8; in init_data()
|
D | pcm_plugin.c | 322 unsigned int width = snd_pcm_format_width(format); in snd_pcm_plug_slave_format() 332 w = snd_pcm_format_width(f); in snd_pcm_plug_slave_format()
|
/Linux-v5.4/sound/core/ |
D | pcm_iec958.c | 99 snd_pcm_format_width(runtime->format), in snd_pcm_create_iec958_consumer()
|
D | pcm_misc.c | 343 int snd_pcm_format_width(snd_pcm_format_t format) in snd_pcm_format_width() function 352 EXPORT_SYMBOL(snd_pcm_format_width);
|
/Linux-v5.4/sound/soc/ |
D | soc-utils.c | 27 sample_size = snd_pcm_format_width(params_format(params)); in snd_soc_params_to_frame_size()
|
/Linux-v5.4/sound/soc/qcom/ |
D | storm.c | 29 bitwidth = snd_pcm_format_width(format); in storm_ops_hw_params()
|
/Linux-v5.4/sound/ppc/ |
D | snd_ps3.c | 448 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-v5.4/sound/isa/es1688/ |
D | es1688_lib.c | 371 if (snd_pcm_format_width(runtime->format) == 8) { in snd_es1688_playback_prepare() 383 if (snd_pcm_format_width(runtime->format) == 8) { in snd_es1688_playback_prepare() 433 if (snd_pcm_format_width(runtime->format) == 8) { in snd_es1688_capture_prepare() 443 if (snd_pcm_format_width(runtime->format) == 8) { in snd_es1688_capture_prepare()
|
/Linux-v5.4/sound/isa/gus/ |
D | gus_pcm.c | 78 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-v5.4/sound/soc/sh/rcar/ |
D | ssi.c | 417 width = snd_pcm_format_width(runtime->format); in rsnd_ssi_config_init() 529 unsigned int fmt_width = snd_pcm_format_width(params_format(params)); in rsnd_ssi_hw_params() 846 if (snd_pcm_format_width(runtime->format) == 24) in rsnd_ssi_pio_interrupt()
|
D | core.c | 360 switch (snd_pcm_format_width(runtime->format)) { in rsnd_get_adinr_bit() 415 if ((snd_pcm_format_width(runtime->format) != 16) || in rsnd_get_dalign() 450 if (snd_pcm_format_width(runtime->format) != 24) in rsnd_get_busif_shift()
|
/Linux-v5.4/sound/soc/samsung/ |
D | snow.c | 40 bitwidth = snd_pcm_format_width(params_format(params)); in snow_card_hw_params()
|
/Linux-v5.4/sound/soc/codecs/ |
D | max98927.c | 316 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()
|
D | max98373.c | 217 switch (snd_pcm_format_width(params_format(params))) { in max98373_dai_hw_params() 233 max98373->ch_size = snd_pcm_format_width(params_format(params)); in max98373_dai_hw_params()
|
/Linux-v5.4/sound/isa/msnd/ |
D | msnd.c | 500 chip->play_sample_size = snd_pcm_format_width(params_format(params)); in snd_msnd_playback_hw_params() 646 chip->capture_sample_size = snd_pcm_format_width(params_format(params)); in snd_msnd_capture_hw_params()
|
/Linux-v5.4/include/sound/ |
D | pcm_params.h | 347 return snd_pcm_format_width(params_format(p)); in params_width()
|
/Linux-v5.4/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835-pcm.c | 226 snd_pcm_format_width(runtime->format)); in snd_bcm2835_pcm_prepare()
|
/Linux-v5.4/sound/pci/ |
D | sis7019.c | 527 if (snd_pcm_format_width(runtime->format) == 8) in sis_pcm_playback_prepare() 788 if (snd_pcm_format_width(runtime->format) == 8) in sis_prepare_timing_voice() 830 if (snd_pcm_format_width(runtime->format) == 8) in sis_pcm_capture_prepare()
|
D | ad1889.c | 364 if (snd_pcm_format_width(rt->format) == 16) in snd_ad1889_playback_prepare() 414 if (snd_pcm_format_width(rt->format) == 16) in snd_ad1889_capture_prepare()
|
/Linux-v5.4/sound/isa/ |
D | es18xx.c | 442 if (snd_pcm_format_width(params_format(hw_params)) == 16) in snd_es18xx_playback_hw_params() 483 (snd_pcm_format_width(runtime->format) == 16 ? 0x01 : 0x00) | in snd_es18xx_playback1_prepare() 557 if (snd_pcm_format_width(params_format(hw_params)) == 16) in snd_es18xx_capture_hw_params() 593 (snd_pcm_format_width(runtime->format) == 16 ? 0x04 : 0x00) | in snd_es18xx_capture_prepare() 657 (snd_pcm_format_width(runtime->format) == 16 ? 0x04 : 0x00) | in snd_es18xx_playback2_prepare()
|
/Linux-v5.4/sound/soc/amd/ |
D | acp-da7219-max98357a.c | 255 snd_pcm_format_width(params_format(params)); in cz_da7219_params()
|
/Linux-v5.4/sound/soc/sof/intel/ |
D | hda-dai.c | 243 p_params.s_fmt = snd_pcm_format_width(params_format(params)); in hda_link_hw_params()
|
/Linux-v5.4/sound/soc/intel/skylake/ |
D | skl-pcm.c | 328 p_params.s_fmt = snd_pcm_format_width(params_format(params)); in skl_pcm_hw_params() 417 p_params.s_fmt = snd_pcm_format_width(params_format(params)); in skl_be_hw_params() 585 p_params.s_fmt = snd_pcm_format_width(params_format(params)); in skl_link_hw_params()
|
/Linux-v5.4/sound/soc/intel/baytrail/ |
D | sst-baytrail-pcm.c | 89 bits = snd_pcm_format_width(params_format(params)); in sst_byt_pcm_hw_params()
|