Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/sound/
Dasound.h201 #define SNDRV_PCM_FORMAT_FLOAT_BE ((__force snd_pcm_format_t) 15) /* 4-byte float, IEEE-754 32-bit,… macro
261 #define SNDRV_PCM_FORMAT_FLOAT SNDRV_PCM_FORMAT_FLOAT_BE
/Linux-v6.1/tools/include/uapi/sound/
Dasound.h201 #define SNDRV_PCM_FORMAT_FLOAT_BE ((__force snd_pcm_format_t) 15) /* 4-byte float, IEEE-754 32-bit,… macro
261 #define SNDRV_PCM_FORMAT_FLOAT SNDRV_PCM_FORMAT_FLOAT_BE
/Linux-v6.1/sound/core/
Dpcm_misc.c111 [SNDRV_PCM_FORMAT_FLOAT_BE] = {
/Linux-v6.1/sound/xen/
Dxen_snd_front_alsa.c148 .alsa = SNDRV_PCM_FORMAT_FLOAT_BE
/Linux-v6.1/sound/pci/mixart/
Dmixart.c547 case SNDRV_PCM_FORMAT_FLOAT_BE: in mixart_set_format()