Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dpcm.h1121 int snd_pcm_format_cpu_endian(snd_pcm_format_t format);
1124 #define snd_pcm_format_cpu_endian(format) snd_pcm_format_little_endian(format) macro
1126 #define snd_pcm_format_cpu_endian(format) snd_pcm_format_big_endian(format) macro