Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_FORMAT_FLOAT_LE (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/sound/soc/fsl/
H A Dfsl_easrc.c563 if (in_s_fmt == SNDRV_PCM_FORMAT_FLOAT_LE && in fsl_easrc_prefilter_config()
564 out_s_fmt != SNDRV_PCM_FORMAT_FLOAT_LE) in fsl_easrc_prefilter_config()
566 else if (in_s_fmt != SNDRV_PCM_FORMAT_FLOAT_LE && in fsl_easrc_prefilter_config()
567 out_s_fmt == SNDRV_PCM_FORMAT_FLOAT_LE) in fsl_easrc_prefilter_config()
609 if (in_s_fmt == SNDRV_PCM_FORMAT_FLOAT_LE && in fsl_easrc_prefilter_config()
610 out_s_fmt != SNDRV_PCM_FORMAT_FLOAT_LE) { in fsl_easrc_prefilter_config()
616 } else if (in_s_fmt != SNDRV_PCM_FORMAT_FLOAT_LE && in fsl_easrc_prefilter_config()
617 out_s_fmt == SNDRV_PCM_FORMAT_FLOAT_LE) { in fsl_easrc_prefilter_config()
/openbmc/linux/sound/virtio/
H A Dvirtio_pcm_ops.c65 { SNDRV_PCM_FORMAT_FLOAT_LE, VIRTIO_SND_PCM_FMT_FLOAT },
H A Dvirtio_pcm.c52 [VIRTIO_SND_PCM_FMT_FLOAT] = SNDRV_PCM_FORMAT_FLOAT_LE,
/openbmc/linux/sound/core/
H A Dpcm_misc.c107 [SNDRV_PCM_FORMAT_FLOAT_LE] = {
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h200 #define SNDRV_PCM_FORMAT_FLOAT_LE ((__force snd_pcm_format_t) 14) /* 4-byte float, IEEE-754 32-bit,… macro
248 #define SNDRV_PCM_FORMAT_FLOAT SNDRV_PCM_FORMAT_FLOAT_LE
/openbmc/linux/include/uapi/sound/
H A Dasound.h200 #define SNDRV_PCM_FORMAT_FLOAT_LE ((__force snd_pcm_format_t) 14) /* 4-byte float, IEEE-754 32-bit,… macro
248 #define SNDRV_PCM_FORMAT_FLOAT SNDRV_PCM_FORMAT_FLOAT_LE
/openbmc/linux/sound/hda/
H A Dhdac_device.c771 if (maxbps >= 32 || format == SNDRV_PCM_FORMAT_FLOAT_LE) in snd_hdac_calc_stream_format()
/openbmc/linux/sound/pci/lola/
H A Dlola_pcm.c381 case SNDRV_PCM_FORMAT_FLOAT_LE: in lola_get_format_verb()
/openbmc/linux/sound/xen/
H A Dxen_snd_front_alsa.c144 .alsa = SNDRV_PCM_FORMAT_FLOAT_LE
/openbmc/linux/sound/pci/mixart/
H A Dmixart.c543 case SNDRV_PCM_FORMAT_FLOAT_LE: in mixart_set_format()
/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr.c568 case SNDRV_PCM_FORMAT_FLOAT_LE: in pcxhr_set_format()
/openbmc/linux/sound/pci/ctxfi/
H A Dctatc.c185 case SNDRV_PCM_FORMAT_FLOAT_LE: in convert_format()
/openbmc/linux/sound/pci/rme9652/
H A Dhdspm.c5640 if (SNDRV_PCM_FORMAT_FLOAT_LE == params_format(params)) { in snd_hdspm_hw_params()