Home
last modified time | relevance | path

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

/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()
/sound/core/
Dpcm_misc.c290 int snd_pcm_format_little_endian(snd_pcm_format_t format) in snd_pcm_format_little_endian() function
300 EXPORT_SYMBOL(snd_pcm_format_little_endian);
313 val = snd_pcm_format_little_endian(format); in snd_pcm_format_big_endian()
/sound/pcmcia/pdaudiocf/
Dpdaudiocf_pcm.c131 chip->pcm_little = snd_pcm_format_little_endian(runtime->format) > 0; in pdacf_pcm_prepare()
/sound/drivers/vx/
Dvx_pcm.c173 if (snd_pcm_format_little_endian(runtime->format)) in vx_set_format()
/sound/pci/lx6464es/
Dlx_core.c705 if (snd_pcm_format_little_endian(runtime->format)) in lx_stream_set_format()