snd_pcm_format_big_endian  878 include/sound/pcm.h int snd_pcm_format_big_endian(snd_pcm_format_t format);
snd_pcm_format_big_endian  892 include/sound/pcm.h #define snd_pcm_format_cpu_endian(format) snd_pcm_format_big_endian(format)
snd_pcm_format_big_endian  280 sound/core/oss/mulaw.c 	data->cvt_endian = snd_pcm_format_big_endian(format) > 0;
snd_pcm_format_big_endian  320 sound/core/oss/pcm_plugin.c 		int big = snd_pcm_format_big_endian(format) > 0;
snd_pcm_format_big_endian  334 sound/core/oss/pcm_plugin.c 			badness += snd_pcm_format_big_endian(f) != big;
snd_pcm_format_big_endian  743 sound/pci/cs4281.c 	if (snd_pcm_format_big_endian(runtime->format) > 0)
snd_pcm_format_big_endian 1068 sound/pci/cs46xx/cs46xx_lib.c 		if (snd_pcm_format_big_endian(runtime->format))
snd_pcm_format_big_endian 1049 sound/pci/riptide/riptide.c 	order = snd_pcm_format_big_endian(format) != 0;
snd_pcm_format_big_endian  177 sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c 	chip->pcm_swab = snd_pcm_format_big_endian(runtime->format) > 0;