Home
last modified time | relevance | path

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

/linux-4.4.14/sound/usb/
Dformat.c48 int sample_width, sample_bytes; in parse_audio_format_i_type() local
56 sample_bytes = fmt->bSubframeSize; in parse_audio_format_i_type()
64 sample_bytes = fmt->bSubslotSize; in parse_audio_format_i_type()
86 sample_width == 24 && sample_bytes == 2) in parse_audio_format_i_type()
87 sample_bytes = 3; in parse_audio_format_i_type()
88 else if (sample_width > sample_bytes * 8) { in parse_audio_format_i_type()
91 sample_width, sample_bytes); in parse_audio_format_i_type()
94 switch (sample_bytes) { in parse_audio_format_i_type()
117 sample_width, sample_bytes); in parse_audio_format_i_type()
144 pcm_formats |= snd_usb_interface_dsd_format_quirks(chip, fp, sample_bytes); in parse_audio_format_i_type()
Dquirks.h41 unsigned int sample_bytes);
Dquirks.c1280 unsigned int sample_bytes) in snd_usb_interface_dsd_format_quirks() argument
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c442 ath_cmn_copy_fft_frame(u8 *in, u8 *out, int sample_len, int sample_bytes) in ath_cmn_copy_fft_frame() argument
444 switch (sample_bytes - sample_len) { in ath_cmn_copy_fft_frame()
508 int sample_bytes = 0; in ath_cmn_process_fft() local
564 sample_bytes++; in ath_cmn_process_fft()
573 sample_bytes = len - sizeof(struct ath_radar_info); in ath_cmn_process_fft()
584 if (vdata[i] <= 0x7 && sample_bytes >= sample_len - 1) { in ath_cmn_process_fft()
603 if ((sample_bytes > sample_len + 2) || in ath_cmn_process_fft()
604 ((sample_bytes > sample_len) && in ath_cmn_process_fft()
622 (sample_bytes >= sample_len) && in ath_cmn_process_fft()
623 (sample_bytes < sample_len + 2) && in ath_cmn_process_fft()
[all …]
/linux-4.4.14/sound/soc/fsl/
Dfsl_dma.c550 unsigned int sample_bytes = sample_bits / 8; in fsl_dma_hw_params() local
639 mr |= CCSR_DMA_MR_BWC((dma_private->ssi_fifo_depth - 2) * sample_bytes); in fsl_dma_hw_params()