/linux-6.6.21/sound/soc/ |
D | soc-utils.c | 28 sample_size = snd_pcm_format_width(params_format(params)); in snd_soc_params_to_frame_size() 92 tdm_width = snd_pcm_format_width(params_format(params)); in snd_soc_tdm_params_to_bclk()
|
/linux-6.6.21/include/sound/ |
D | sdw.h | 39 stream_config->bps = snd_pcm_format_width(params_format(params)); in snd_sdw_params_to_config()
|
D | pcm_params.h | 349 return snd_pcm_format_width(params_format(p)); in params_width()
|
/linux-6.6.21/sound/core/oss/ |
D | linear.c | 121 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()
|
D | mulaw.c | 296 snd_pcm_format_width(format) / 8; in init_data()
|
/linux-6.6.21/sound/soc/codecs/ |
D | max98520.c | 178 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()
|
D | max98373-i2c.c | 225 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()
|
D | rt1017-sdca-sdw.c | 609 stream_config.bps = snd_pcm_format_width(params_format(params)); in rt1017_sdca_pcm_hw_params() 616 params_rate(params), num_channels, snd_pcm_format_width(params_format(params)), in rt1017_sdca_pcm_hw_params()
|
D | max98373-sdw.c | 566 switch (snd_pcm_format_width(params_format(params))) { in max98373_sdw_dai_hw_params() 582 max98373->ch_size = snd_pcm_format_width(params_format(params)); in max98373_sdw_dai_hw_params()
|
D | max98388.c | 568 switch (snd_pcm_format_width(params_format(params))) { in max98388_dai_hw_params() 584 max98388->ch_size = snd_pcm_format_width(params_format(params)); in max98388_dai_hw_params()
|
D | max98927.c | 308 switch (snd_pcm_format_width(params_format(params))) { in max98927_dai_hw_params() 324 max98927->ch_size = snd_pcm_format_width(params_format(params)); in max98927_dai_hw_params()
|
/linux-6.6.21/sound/core/ |
D | pcm_iec958.c | 137 snd_pcm_format_width(runtime->format), in snd_pcm_fill_iec958_consumer()
|
D | pcm_misc.c | 350 int snd_pcm_format_width(snd_pcm_format_t format) in snd_pcm_format_width() function 360 EXPORT_SYMBOL(snd_pcm_format_width);
|
/linux-6.6.21/sound/soc/qcom/ |
D | storm.c | 29 bitwidth = snd_pcm_format_width(format); in storm_ops_hw_params()
|
D | lpass-hdmi.c | 37 bitwidth = snd_pcm_format_width(format); in lpass_hdmi_daiops_hw_params()
|
/linux-6.6.21/sound/isa/es1688/ |
D | es1688_lib.c | 354 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-6.6.21/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-6.6.21/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-6.6.21/sound/soc/samsung/ |
D | snow.c | 40 bitwidth = snd_pcm_format_width(params_format(params)); in snow_card_hw_params()
|
/linux-6.6.21/sound/soc/sh/rcar/ |
D | ssi.c | 417 width = snd_pcm_format_width(runtime->format); in rsnd_ssi_config_init() 536 unsigned int fmt_width = snd_pcm_format_width(params_format(params)); in rsnd_ssi_hw_params() 882 if (snd_pcm_format_width(runtime->format) == 24) in rsnd_ssi_pio_interrupt()
|
/linux-6.6.21/sound/soc/mediatek/mt8186/ |
D | mt8186-dai-pcm.c | 229 snd_pcm_format_width(format); in mtk_dai_pcm_hw_params()
|
/linux-6.6.21/sound/isa/msnd/ |
D | msnd.c | 501 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-6.6.21/sound/isa/ |
D | es18xx.c | 439 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-6.6.21/sound/pci/ |
D | sis7019.c | 514 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()
|
/linux-6.6.21/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835-pcm.c | 214 snd_pcm_format_width(runtime->format)); in snd_bcm2835_pcm_prepare()
|