Home
last modified time | relevance | path

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

12

/openbmc/linux/sound/soc/dwc/
H A 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; \
/openbmc/linux/sound/pci/hda/
H A 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()
546 e->sad[n].sample_bits = val; in snd_hdmi_write_eld_info()
582 if (a->sample_bits & AC_SUPPCM_BITS_20) { in snd_hdmi_eld_update_pcm_info()
587 if (a->sample_bits & AC_SUPPCM_BITS_24) { in snd_hdmi_eld_update_pcm_info()
H A Dhda_local.h659 int sample_bits; /* for LPCM */ member
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-pcm.c74 u32 hda_dsp_get_bits(struct snd_sof_dev *sdev, int sample_bits) in hda_dsp_get_bits() argument
76 switch (sample_bits) { in hda_dsp_get_bits()
89 sample_bits); in hda_dsp_get_bits()
H A Dhda.h612 u32 hda_dsp_get_bits(struct snd_sof_dev *sdev, int sample_bits);
/openbmc/linux/sound/soc/fsl/
H A Dfsl_dma.c517 unsigned int sample_bits = in fsl_dma_hw_params() local
521 unsigned int sample_bytes = sample_bits / 8; in fsl_dma_hw_params()
561 switch (sample_bits) { in fsl_dma_hw_params()
575 dev_err(dev, "unsupported sample size %u\n", sample_bits); in fsl_dma_hw_params()
/openbmc/linux/sound/soc/xtensa/
H A 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] = \
/openbmc/linux/sound/soc/generic/
H A Dsimple-card-utils.c149 dai->tdm_width_map[i].sample_bits = *p++; in asoc_simple_parse_tdm_width_map()
394 int sample_bits = params_width(params); in asoc_simple_set_tdm() local
405 slot_width = sample_bits; in asoc_simple_set_tdm()
408 if (simple_dai->tdm_width_map[i].sample_bits == sample_bits) { in asoc_simple_set_tdm()
/openbmc/linux/sound/soc/codecs/
H A Dhda-dai.c85 runtime->sample_bits, 0); in hda_codec_dai_prepare()
H A Dtwl4030.c57 unsigned int sample_bits; member
1616 twl4030->sample_bits); in twl4030_constraints()
1802 twl4030->sample_bits = hw_param_interval(params, in twl4030_hw_params()
H A Dtlv320aic3x.c1200 width = substream->runtime->sample_bits; in aic3x_prepare()
/openbmc/linux/sound/soc/sh/
H A Drz-ssi.c833 unsigned int sample_bits = hw_param_interval(params, in rz_ssi_dai_hw_params() local
837 if (sample_bits != 16) { in rz_ssi_dai_hw_params()
839 sample_bits); in rz_ssi_dai_hw_params()
/openbmc/linux/sound/soc/mediatek/mt8195/
H A Dmt8195-dai-pcm.c130 unsigned int bit_width = dai->sample_bits; in mtk_dai_pcm_configure()
/openbmc/linux/sound/soc/mediatek/mt8188/
H A Dmt8188-dai-pcm.c131 unsigned int bit_width = dai->sample_bits; in mtk_dai_pcm_configure()
H A Dmt8188-afe-pcm.c404 (runtime->channels * runtime->sample_bits - 1)) / in mt8188_afe_fe_trigger()
405 (runtime->channels * runtime->sample_bits) + 1; in mt8188_afe_fe_trigger()
/openbmc/linux/include/sound/
H A Dpcm.h373 unsigned int sample_bits; member
709 return size * 8 / runtime->sample_bits; in bytes_to_samples()
733 return size * runtime->sample_bits / 8; in samples_to_bytes()
H A Dsimple_card_utils.h20 u8 sample_bits; member
H A Dsoc-dai.h459 unsigned int sample_bits; member
/openbmc/linux/sound/soc/
H A Dsoc-pcm.c378 dai->sample_bits = snd_pcm_format_physical_width(params_format(params)); in soc_pcm_set_dai_params()
382 dai->sample_bits = 0; in soc_pcm_set_dai_params()
414 __soc_pcm_apply_symmetry(sample_bits, SAMPLE_BITS); in soc_pcm_apply_symmetry()
448 __soc_pcm_params_symmetry(sample_bits); in soc_pcm_params_symmetry()
705 (dai->rate || dai->channels || dai->sample_bits)) in soc_pcm_clean()
/openbmc/linux/sound/hda/
H A Dhdac_stream.c61 bits_per_sample = runtime->sample_bits, in snd_hdac_get_stream_stripe_ctl()
/openbmc/linux/sound/soc/intel/avs/
H A Dpcm.c351 runtime->sample_bits, 0); in avs_dai_hda_be_prepare()
622 runtime->sample_bits, 0); in avs_dai_fe_prepare()
/openbmc/linux/sound/soc/intel/atom/
H A Dsst-mfld-platform-pcm.c146 param->uc.pcm_params.pcm_wd_sz = substream->runtime->sample_bits; in sst_fill_pcm_params()
/openbmc/linux/sound/usb/caiaq/
H A Daudio.c253 runtime->sample_bits, bpp); in snd_usb_caiaq_pcm_prepare()
/openbmc/linux/sound/pci/lx6464es/
H A Dlx_core.c681 if (runtime->sample_bits == 16) in lx_stream_set_format()
/openbmc/linux/sound/pci/
H A Dintel8x0.c963 if (runtime->sample_bits > 16) in snd_intel8x0_setup_pcm_out()
984 ichdev->pos_shift = (runtime->sample_bits > 16) ? 2 : 1; in snd_intel8x0_pcm_prepare()

12