Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_misc.c317 int snd_pcm_format_big_endian(snd_pcm_format_t format) in snd_pcm_format_big_endian() function
326 EXPORT_SYMBOL(snd_pcm_format_big_endian);
/linux/drivers/most/
H A Dmost_snd.c334 if (snd_pcm_format_big_endian(runtime->format) || width == 8) in pcm_prepare()
343 if (snd_pcm_format_big_endian(runtime->format) || width == 8) in pcm_prepare()
/linux/sound/core/oss/
H A Dmulaw.c268 data->cvt_endian = snd_pcm_format_big_endian(format) > 0; in init_data()
H A Dpcm_plugin.c317 int big = snd_pcm_format_big_endian(format) > 0; in snd_pcm_plug_slave_format()
331 badness += snd_pcm_format_big_endian(f) != big; in snd_pcm_plug_slave_format()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c520 if (snd_pcm_format_big_endian(runtime->format)) in snd_card_saa7134_capture_prepare()
/linux/sound/soc/fsl/
H A Dfsl_easrc.c1168 ret = snd_pcm_format_big_endian(raw_fmt); in fsl_easrc_process_format()
/linux/sound/pci/riptide/
H A Driptide.c1014 order = snd_pcm_format_big_endian(format) != 0; in setsampleformat()
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c1214 if (snd_pcm_format_big_endian(runtime->format)) in snd_cs46xx_playback_prepare()