Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/usb/
A Dformat.c35 int sample_width, sample_bytes; in parse_audio_format_i_type() local
45 sample_bytes = fmt->bSubframeSize; in parse_audio_format_i_type()
53 sample_bytes = fmt->bSubslotSize; in parse_audio_format_i_type()
68 sample_bytes = as->bSubslotSize; in parse_audio_format_i_type()
92 sample_width == 24 && sample_bytes == 2) in parse_audio_format_i_type()
93 sample_bytes = 3; in parse_audio_format_i_type()
94 else if (sample_width > sample_bytes * 8) { in parse_audio_format_i_type()
97 sample_width, sample_bytes); in parse_audio_format_i_type()
100 switch (sample_bytes) { in parse_audio_format_i_type()
123 sample_width, sample_bytes); in parse_audio_format_i_type()
[all …]
A Dquirks.h45 unsigned int sample_bytes);
A Dquirks.c1855 unsigned int sample_bytes) in snd_usb_interface_dsd_format_quirks() argument
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dcommon-spectral.c414 switch (sample_bytes - sample_len) { in ath_cmn_copy_fft_frame()
481 int sample_bytes = 0; in ath_cmn_process_fft() local
540 sample_bytes++; in ath_cmn_process_fft()
579 if ((sample_bytes > sample_len + 2) || in ath_cmn_process_fft()
580 ((sample_bytes > sample_len) && in ath_cmn_process_fft()
598 (sample_bytes >= sample_len) && in ath_cmn_process_fft()
599 (sample_bytes < sample_len + 2) && in ath_cmn_process_fft()
613 sample_bytes); in ath_cmn_process_fft()
621 sample_bytes); in ath_cmn_process_fft()
640 if (sample_bytes == sample_len) { in ath_cmn_process_fft()
[all …]
/linux-6.3-rc2/sound/soc/fsl/
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()

Completed in 23 milliseconds