/linux/sound/soc/ |
H A D | soc-utils-test.c | 28 { 8000, SNDRV_PCM_FORMAT_S32_LE, 1, 0, 0, 0, 256000 }, 29 { 8000, SNDRV_PCM_FORMAT_S32_LE, 2, 0, 0, 0, 512000 }, 34 { 44100, SNDRV_PCM_FORMAT_S32_LE, 1, 0, 0, 0, 1411200 }, 35 { 44100, SNDRV_PCM_FORMAT_S32_LE, 2, 0, 0, 0, 2822400 }, 40 { 384000, SNDRV_PCM_FORMAT_S32_LE, 1, 0, 0, 0, 12288000 }, 41 { 384000, SNDRV_PCM_FORMAT_S32_LE, 2, 0, 0, 0, 24576000 }, 48 { 8000, SNDRV_PCM_FORMAT_S32_LE, 1, 0, 0, 2, 512000 }, 49 { 8000, SNDRV_PCM_FORMAT_S32_LE, 2, 0, 0, 2, 512000 }, 54 { 44100, SNDRV_PCM_FORMAT_S32_LE, 1, 0, 0, 2, 2822400 }, 55 { 44100, SNDRV_PCM_FORMAT_S32_LE, 2, 0, 0, 2, 2822400 }, [all …]
|
/linux/sound/soc/amd/vangogh/ |
H A D | acp5x-i2s.c | 122 case SNDRV_PCM_FORMAT_S32_LE: in acp5x_i2s_hwparams() 193 case SNDRV_PCM_FORMAT_S32_LE: in acp5x_i2s_hwparams()
|
/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-alsa-pcm.c | 124 is_s32 = runtime->format == SNDRV_PCM_FORMAT_S32_LE; in cobalt_alsa_announce_pcm_data() 324 is_s32 = runtime->format == SNDRV_PCM_FORMAT_S32_LE; in cobalt_alsa_pb_pcm_data()
|
/linux/sound/soc/sof/intel/ |
H A D | hda-probes.c | 83 bps = snd_pcm_format_physical_width(SNDRV_PCM_FORMAT_S32_LE); in hda_probes_compr_set_params()
|
/linux/sound/soc/amd/acp/ |
H A D | acp-i2s.c | 217 case SNDRV_PCM_FORMAT_S32_LE: in acp_i2s_hwparams() 311 case SNDRV_PCM_FORMAT_S32_LE: in acp_i2s_hwparams()
|
/linux/sound/soc/codecs/ |
H A D | max98371.c | 239 case SNDRV_PCM_FORMAT_S32_LE: in max98371_dai_hw_params()
|
H A D | rk3308_codec.c | 597 case SNDRV_PCM_FORMAT_S32_LE: in rk3308_codec_dac_dig_config() 650 case SNDRV_PCM_FORMAT_S32_LE: in rk3308_codec_adc_dig_config()
|
H A D | max98926.c | 392 case SNDRV_PCM_FORMAT_S32_LE: in max98926_dai_hw_params()
|
H A D | inno_rk3036.c | 283 case SNDRV_PCM_FORMAT_S32_LE: in rk3036_codec_dai_hw_params()
|
/linux/sound/soc/dwc/ |
H A D | dwc-pcm.c | 180 case SNDRV_PCM_FORMAT_S32_LE: in dw_pcm_hw_params()
|
/linux/sound/soc/intel/avs/boards/ |
H A D | rt5640.c | 88 if (params_format(params) == SNDRV_PCM_FORMAT_S32_LE) in avs_rt5640_be_fixup()
|
/linux/sound/usb/6fire/ |
H A D | pcm.c | 218 else if (alsa_rt->format == SNDRV_PCM_FORMAT_S32_LE) in usb6fire_pcm_capture() 254 if (alsa_rt->format == SNDRV_PCM_FORMAT_S32_LE) in usb6fire_pcm_playback()
|
/linux/sound/pci/oxygen/ |
H A D | oxygen_pcm.c | 243 if (params_format(hw_params) == SNDRV_PCM_FORMAT_S32_LE) in oxygen_format() 273 if (params_format(hw_params) == SNDRV_PCM_FORMAT_S32_LE) in oxygen_i2s_bits()
|
/linux/sound/soc/amd/raven/ |
H A D | acp3x-i2s.c | 107 case SNDRV_PCM_FORMAT_S32_LE: in acp3x_i2s_hwparams()
|
/linux/sound/soc/sti/ |
H A D | uniperif_reader.c | 123 case SNDRV_PCM_FORMAT_S32_LE: in uni_reader_prepare_pcm()
|
H A D | uniperif_player.c | 336 case SNDRV_PCM_FORMAT_S32_LE: in uni_player_prepare_iec958() 470 case SNDRV_PCM_FORMAT_S32_LE: in uni_player_prepare_pcm()
|
/linux/sound/soc/intel/avs/ |
H A D | probes.c | 131 snd_pcm_format_t format = SNDRV_PCM_FORMAT_S32_LE; in avs_probe_compr_set_params()
|
/linux/sound/soc/fsl/ |
H A D | lpc3xxx-i2s.c | 176 case SNDRV_PCM_FORMAT_S32_LE: in lpc3xxx_i2s_hw_params()
|
/linux/tools/include/uapi/sound/ |
H A D | asound.h |
|
/linux/tools/perf/trace/beauty/include/uapi/sound/ |
H A D | asound.h | 196 #define SNDRV_PCM_FORMAT_S32_LE ((__force snd_pcm_format_t) 10) macro 246 #define SNDRV_PCM_FORMAT_S32 SNDRV_PCM_FORMAT_S32_LE
|
/linux/sound/virtio/ |
H A D | virtio_pcm_ops.c | 63 { SNDRV_PCM_FORMAT_S32_LE, VIRTIO_SND_PCM_FMT_S32 },
|
/linux/sound/soc/cirrus/ |
H A D | ep93xx-i2s.c | 304 case SNDRV_PCM_FORMAT_S32_LE: in ep93xx_i2s_hw_params()
|
/linux/sound/core/ |
H A D | pcm_misc.c | 91 [SNDRV_PCM_FORMAT_S32_LE] = {
|
/linux/sound/soc/tegra/ |
H A D | tegra210_i2s.c | 645 case SNDRV_PCM_FORMAT_S32_LE: in tegra210_i2s_hw_params() 677 case SNDRV_PCM_FORMAT_S32_LE: in tegra210_i2s_hw_params()
|
/linux/sound/soc/qcom/qdsp6/ |
H A D | q6afe-dai.c | 55 case SNDRV_PCM_FORMAT_S32_LE: in q6slim_hw_params() 116 case SNDRV_PCM_FORMAT_S32_LE: in q6afe_usb_hw_params()
|