Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/oss/
Dlinear.c123 src_le = snd_pcm_format_little_endian(src_format) > 0; in init_data()
124 dst_le = snd_pcm_format_little_endian(dst_format) > 0; in init_data()
Dmulaw.c284 data->cvt_endian = snd_pcm_format_little_endian(format) > 0; in init_data()
290 if (snd_pcm_format_little_endian(format)) { in init_data()
/Linux-v6.1/sound/core/
Dpcm_misc.c313 int snd_pcm_format_little_endian(snd_pcm_format_t format) in snd_pcm_format_little_endian() function
323 EXPORT_SYMBOL(snd_pcm_format_little_endian);
336 val = snd_pcm_format_little_endian(format); in snd_pcm_format_big_endian()
/Linux-v6.1/sound/pcmcia/pdaudiocf/
Dpdaudiocf_pcm.c100 chip->pcm_little = snd_pcm_format_little_endian(runtime->format) > 0; in pdacf_pcm_prepare()
/Linux-v6.1/include/sound/
Dpcm.h1111 int snd_pcm_format_little_endian(snd_pcm_format_t format);
1124 #define snd_pcm_format_cpu_endian(format) snd_pcm_format_little_endian(format)
/Linux-v6.1/sound/drivers/vx/
Dvx_pcm.c157 if (snd_pcm_format_little_endian(runtime->format)) in vx_set_format()
/Linux-v6.1/sound/pci/lx6464es/
Dlx_core.c686 if (snd_pcm_format_little_endian(runtime->format)) in lx_stream_set_format()