Home
last modified time | relevance | path

Searched refs:sample_bits (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/sound/soc/dwc/
Ddwc-pcm.c24 #define dw_pcm_tx_fn(sample_bits) \ argument
25 static unsigned int dw_pcm_tx_##sample_bits(struct dw_i2s_dev *dev, \
29 const u##sample_bits (*p)[2] = (void *)runtime->dma_area; \
44 #define dw_pcm_rx_fn(sample_bits) \ argument
45 static unsigned int dw_pcm_rx_##sample_bits(struct dw_i2s_dev *dev, \
49 u##sample_bits (*p)[2] = (void *)runtime->dma_area; \
/Linux-v5.4/sound/pci/hda/
Dhda_eld.c160 a->sample_bits = 0; in hdmi_update_short_audio_desc()
173 a->sample_bits |= cea_sample_sizes[i + 1]; in hdmi_update_short_audio_desc()
383 snd_print_pcm_bits(a->sample_bits, buf2 + 8, sizeof(buf2) - 8); in hdmi_show_short_audio_desc()
429 snd_print_pcm_bits(a->sample_bits, buf, sizeof(buf)); in hdmi_print_sad_info()
431 i, a->sample_bits, buf); in hdmi_print_sad_info()
542 e->sad[n].sample_bits = val; in snd_hdmi_write_eld_info()
578 if (a->sample_bits & AC_SUPPCM_BITS_20) { in snd_hdmi_eld_update_pcm_info()
583 if (a->sample_bits & AC_SUPPCM_BITS_24) { in snd_hdmi_eld_update_pcm_info()
Dhda_local.h654 int sample_bits; /* for LPCM */ member
/Linux-v5.4/sound/soc/sof/intel/
Dhda-pcm.c63 static inline u32 get_bits(struct snd_sof_dev *sdev, int sample_bits) in get_bits() argument
65 switch (sample_bits) { in get_bits()
78 sample_bits); in get_bits()
/Linux-v5.4/sound/soc/fsl/
Dfsl_dma.c546 unsigned int sample_bits = in fsl_dma_hw_params() local
550 unsigned int sample_bytes = sample_bits / 8; in fsl_dma_hw_params()
590 switch (sample_bits) { in fsl_dma_hw_params()
604 dev_err(dev, "unsupported sample size %u\n", sample_bits); in fsl_dma_hw_params()
/Linux-v5.4/sound/soc/xtensa/
Dxtfpga-i2s.c129 #define xtfpga_pcm_tx_fn(channels, sample_bits) \ argument
130 static unsigned xtfpga_pcm_tx_##channels##x##sample_bits( \
134 const u##sample_bits (*p)[channels] = \
/Linux-v5.4/sound/soc/
Dsoc-pcm.c216 if (soc_dai->sample_bits && (soc_dai->driver->symmetric_samplebits || in soc_pcm_apply_symmetry()
219 soc_dai->sample_bits); in soc_pcm_apply_symmetry()
223 soc_dai->sample_bits); in soc_pcm_apply_symmetry()
241 unsigned int rate, channels, sample_bits, symmetry, i; in soc_pcm_params_symmetry() local
245 sample_bits = snd_pcm_format_physical_width(params_format(params)); in soc_pcm_params_symmetry()
278 if (symmetry && cpu_dai->sample_bits && cpu_dai->sample_bits != sample_bits) { in soc_pcm_params_symmetry()
280 cpu_dai->sample_bits, sample_bits); in soc_pcm_params_symmetry()
930 codec_dai->sample_bits = snd_pcm_format_physical_width( in soc_pcm_hw_params()
943 cpu_dai->sample_bits = in soc_pcm_hw_params()
1010 cpu_dai->sample_bits = 0; in soc_pcm_hw_free()
[all …]
/Linux-v5.4/sound/soc/codecs/
Duda134x.c147 master_runtime->sample_bits, in uda134x_startup()
156 master_runtime->sample_bits); in uda134x_startup()
Dtwl4030.c49 unsigned int sample_bits; member
1608 twl4030->sample_bits); in twl4030_constraints()
1794 twl4030->sample_bits = hw_param_interval(params, in twl4030_hw_params()
Dtlv320aic3x.c1205 width = substream->runtime->sample_bits; in aic3x_prepare()
/Linux-v5.4/include/sound/
Dsoc-dai.h344 unsigned int sample_bits; member
Dpcm.h368 unsigned int sample_bits; member
663 return size * 8 / runtime->sample_bits; in bytes_to_samples()
683 return size * runtime->sample_bits / 8; in samples_to_bytes()
/Linux-v5.4/sound/hda/
Dhdac_stream.c27 bits_per_sample = runtime->sample_bits, in snd_hdac_get_stream_stripe_ctl()
/Linux-v5.4/sound/soc/intel/atom/
Dsst-mfld-platform-pcm.c146 param->uc.pcm_params.pcm_wd_sz = substream->runtime->sample_bits; in sst_fill_pcm_params()
/Linux-v5.4/sound/usb/caiaq/
Daudio.c260 runtime->sample_bits, bpp); in snd_usb_caiaq_pcm_prepare()
/Linux-v5.4/sound/pci/lx6464es/
Dlx_core.c686 if (runtime->sample_bits == 16) in lx_stream_set_format()
/Linux-v5.4/sound/pci/
Dintel8x0.c981 if (runtime->sample_bits > 16) in snd_intel8x0_setup_pcm_out()
1002 ichdev->pos_shift = (runtime->sample_bits > 16) ? 2 : 1; in snd_intel8x0_pcm_prepare()
/Linux-v5.4/sound/usb/
Dpcm.c1403 if (bytes % (runtime->sample_bits >> 3) != 0) { in retire_capture_urb()
/Linux-v5.4/sound/core/
Dpcm_native.c685 runtime->sample_bits = bits; in snd_pcm_hw_params()
/Linux-v5.4/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1563 unsigned int sample_bits;