Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dpcm_misc.c309 int snd_pcm_format_big_endian(snd_pcm_format_t format) in snd_pcm_format_big_endian() function
319 EXPORT_SYMBOL(snd_pcm_format_big_endian);
/linux-4.1.27/sound/pcmcia/pdaudiocf/
Dpdaudiocf_pcm.c133 chip->pcm_swab = snd_pcm_format_big_endian(runtime->format) > 0; in pdacf_pcm_prepare()
/linux-4.1.27/sound/core/oss/
Dmulaw.c280 data->cvt_endian = snd_pcm_format_big_endian(format) > 0; in init_data()
Dpcm_plugin.c323 int big = snd_pcm_format_big_endian(format) > 0; in snd_pcm_plug_slave_format()
337 badness += snd_pcm_format_big_endian(f) != big; in snd_pcm_plug_slave_format()
/linux-4.1.27/include/sound/
Dpcm.h1040 int snd_pcm_format_big_endian(snd_pcm_format_t format);
1054 #define snd_pcm_format_cpu_endian(format) snd_pcm_format_big_endian(format)
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-alsa.c541 if (snd_pcm_format_big_endian(runtime->format)) in snd_card_saa7134_capture_prepare()
/linux-4.1.27/sound/pci/
Dcs4281.c746 if (snd_pcm_format_big_endian(runtime->format) > 0) in snd_cs4281_mode()
/linux-4.1.27/sound/pci/riptide/
Driptide.c1030 order = snd_pcm_format_big_endian(format) != 0; in setsampleformat()
/linux-4.1.27/sound/pci/cs46xx/
Dcs46xx_lib.c1258 if (snd_pcm_format_big_endian(runtime->format)) in snd_cs46xx_playback_prepare()