snd_pcm_format_big_endian 519 drivers/media/pci/saa7134/saa7134-alsa.c if (snd_pcm_format_big_endian(runtime->format)) snd_pcm_format_big_endian 384 drivers/staging/most/sound/sound.c if (snd_pcm_format_big_endian(runtime->format) || width == 8) snd_pcm_format_big_endian 393 drivers/staging/most/sound/sound.c if (snd_pcm_format_big_endian(runtime->format) || width == 8) snd_pcm_format_big_endian 1032 include/sound/pcm.h int snd_pcm_format_big_endian(snd_pcm_format_t format); snd_pcm_format_big_endian 1046 include/sound/pcm.h #define snd_pcm_format_cpu_endian(format) snd_pcm_format_big_endian(format) snd_pcm_format_big_endian 282 sound/core/oss/mulaw.c data->cvt_endian = snd_pcm_format_big_endian(format) > 0; snd_pcm_format_big_endian 352 sound/core/oss/pcm_plugin.c int big = snd_pcm_format_big_endian(format) > 0; snd_pcm_format_big_endian 366 sound/core/oss/pcm_plugin.c badness += snd_pcm_format_big_endian(f) != big; snd_pcm_format_big_endian 334 sound/core/pcm_misc.c EXPORT_SYMBOL(snd_pcm_format_big_endian); snd_pcm_format_big_endian 730 sound/pci/cs4281.c if (snd_pcm_format_big_endian(runtime->format) > 0) snd_pcm_format_big_endian 1244 sound/pci/cs46xx/cs46xx_lib.c if (snd_pcm_format_big_endian(runtime->format)) snd_pcm_format_big_endian 1016 sound/pci/riptide/riptide.c order = snd_pcm_format_big_endian(format) != 0; snd_pcm_format_big_endian 120 sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c chip->pcm_swab = snd_pcm_format_big_endian(runtime->format) > 0;