Searched refs:bits_per_sample (Results 1 – 11 of 11) sorted by relevance
/sound/soc/qcom/qdsp6/ |
D | q6asm.h | 57 u32 bits_per_sample; member 86 u16 bits_per_sample; member 103 uint16_t bits_per_sample, bool is_gapless); 106 uint32_t format, uint16_t bits_per_sample); 110 uint16_t bits_per_sample); 118 uint16_t bits_per_sample);
|
D | q6asm.c | 93 u16 bits_per_sample; member 121 u16 bits_per_sample; member 134 u16 bits_per_sample; member 165 u16 bits_per_sample; member 185 uint16_t bits_per_sample; member 211 u16 bits_per_sample; member 229 uint16_t bits_per_sample; member 928 uint16_t bits_per_sample, bool is_gapless) in q6asm_open_write() argument 953 open->bits_per_sample = bits_per_sample; in q6asm_open_write() 1095 uint16_t bits_per_sample) in q6asm_media_format_block_multi_ch_pcm() argument [all …]
|
D | q6asm-dai.c | 64 uint16_t bits_per_sample; member 263 0, prtd->bits_per_sample, false); in q6asm_dai_prepare() 267 prtd->bits_per_sample); in q6asm_dai_prepare() 287 prtd->bits_per_sample); in q6asm_dai_prepare() 293 prtd->bits_per_sample); in q6asm_dai_prepare() 490 prtd->bits_per_sample = 16; in q6asm_dai_hw_params() 493 prtd->bits_per_sample = 24; in q6asm_dai_hw_params() 751 wma_cfg.bits_per_sample = prtd->bits_per_sample; in __q6asm_dai_compr_set_codec_params() 812 alac_cfg.bit_depth = prtd->bits_per_sample; in __q6asm_dai_compr_set_codec_params() 846 ape_cfg.bits_per_sample = prtd->bits_per_sample; in __q6asm_dai_compr_set_codec_params() [all …]
|
D | q6routing.c | 332 int bits_per_sample; member 383 session->bits_per_sample = pdata->bits_per_sample; in q6routing_stream_open() 390 session->bits_per_sample, 0, 0); in q6routing_stream_open() 1069 session->bits_per_sample = 16; in routing_hw_params() 1072 session->bits_per_sample = 24; in routing_hw_params()
|
/sound/soc/intel/skylake/ |
D | skl-nhlt.c | 30 wfmt->bits_per_sample, wfmt->samples_per_sec); in skl_get_specific_cfg() 31 if (wfmt->channels == no_ch && wfmt->bits_per_sample == bps) { in skl_get_specific_cfg() 224 bps = wav_fmt->fmt.bits_per_sample; in skl_get_ssp_clks() 243 (bps == wav_fmt->fmt.bits_per_sample)) { in skl_get_ssp_clks()
|
D | skl-ssp-clk.c | 92 ipc->sclk_fs.bit_depth = wfmt->bits_per_sample; in skl_fill_clk_ipc()
|
/sound/soc/xilinx/ |
D | xlnx_formatter_pcm.c | 458 u32 low, high, active_ch, val, bytes_per_ch, bits_per_sample; in xlnx_formatter_pcm_hw_params() local 506 bits_per_sample = params_width(params); in xlnx_formatter_pcm_hw_params() 507 switch (bits_per_sample) { in xlnx_formatter_pcm_hw_params()
|
/sound/hda/ |
D | hdac_stream.c | 27 bits_per_sample = runtime->sample_bits, in snd_hdac_get_stream_stripe_ctl() local 36 value = (channels * bits_per_sample * in snd_hdac_get_stream_stripe_ctl() 39 value = (channels * bits_per_sample) / sdo_line; in snd_hdac_get_stream_stripe_ctl()
|
/sound/pci/echoaudio/ |
D | echoaudio_dsp.c | 790 switch (format->bits_per_sample) { in set_audio_format() 815 format->bits_per_sample == 32 && !format->mono_to_stereo) { in set_audio_format() 820 switch (format->bits_per_sample) { in set_audio_format()
|
D | echoaudio.h | 329 u8 bits_per_sample; /* 8, 16, 24, 32 (24 bits left aligned) */ member
|
D | echoaudio.c | 705 format.bits_per_sample = 8; in pcm_prepare() 708 format.bits_per_sample = 16; in pcm_prepare() 711 format.bits_per_sample = 24; in pcm_prepare() 717 format.bits_per_sample = 32; in pcm_prepare()
|