Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/oss/
H A 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()
H A 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()
/openbmc/linux/sound/core/
H A 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()
/openbmc/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_pcm.c100 chip->pcm_little = snd_pcm_format_little_endian(runtime->format) > 0; in pdacf_pcm_prepare()
/openbmc/linux/include/sound/
H A Dpcm.h1109 int snd_pcm_format_little_endian(snd_pcm_format_t format);
1122 #define snd_pcm_format_cpu_endian(format) snd_pcm_format_little_endian(format)
/openbmc/linux/sound/soc/fsl/
H A Dfsl_qmc_audio.c569 if (snd_pcm_format_little_endian(format) == 1) in qmc_audio_formats()
/openbmc/linux/sound/drivers/vx/
H A Dvx_pcm.c157 if (snd_pcm_format_little_endian(runtime->format)) in vx_set_format()
/openbmc/linux/sound/pci/lx6464es/
H A Dlx_core.c685 if (snd_pcm_format_little_endian(runtime->format)) in lx_stream_set_format()