Home
last modified time | relevance | path

Searched refs:sample_bytes (Results 1 – 6 of 6) sorted by relevance

/linux/sound/usb/
H A Dformat.c35 int sample_width, sample_bytes; in parse_audio_format_i_type() local
49 sample_bytes = fmt->bSubframeSize; in parse_audio_format_i_type()
57 sample_bytes = fmt->bSubslotSize; in parse_audio_format_i_type()
74 sample_bytes = as->bSubslotSize; in parse_audio_format_i_type()
101 sample_width == 24 && sample_bytes == 2) in parse_audio_format_i_type()
102 sample_bytes = 3; in parse_audio_format_i_type()
103 else if (sample_width > sample_bytes * 8) { in parse_audio_format_i_type()
106 sample_width, sample_bytes); in parse_audio_format_i_type()
109 switch (sample_bytes) { in parse_audio_format_i_type()
132 sample_width, sample_bytes); in parse_audio_format_i_type()
[all …]
H A Dquirks.h45 unsigned int sample_bytes);
H A Dquirks.c1985 unsigned int sample_bytes) in snd_usb_interface_dsd_format_quirks() argument
/linux/sound/soc/atmel/
H A Dmchp-i2s-mcc.c536 int sample_bytes = params_physical_width(params) / 8; in mchp_i2s_mcc_hw_params() local
538 params_channels(params) * sample_bytes; in mchp_i2s_mcc_hw_params()
660 maxburst = mchp_i2s_mcc_period_to_maxburst(period_bytes, sample_bytes); in mchp_i2s_mcc_hw_params()
H A Dmchp-pdmc.c531 int sample_bytes = params_physical_width(params) / 8; in mchp_pdmc_hw_params() local
533 params_channels(params) * sample_bytes; in mchp_pdmc_hw_params()
601 maxburst = mchp_pdmc_period_to_maxburst(period_bytes, sample_bytes); in mchp_pdmc_hw_params()
/linux/sound/soc/fsl/
H A Dfsl_dma.c521 unsigned int sample_bytes = sample_bits / 8; in fsl_dma_hw_params() local
610 mr |= CCSR_DMA_MR_BWC((dma_private->ssi_fifo_depth - 2) * sample_bytes); in fsl_dma_hw_params()