Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_misc.c330 int snd_pcm_format_big_endian(snd_pcm_format_t format) in snd_pcm_format_big_endian() function
339 EXPORT_SYMBOL(snd_pcm_format_big_endian);
/OK3568_Linux_fs/kernel/drivers/staging/most/sound/
H A Dsound.c342 if (snd_pcm_format_big_endian(runtime->format) || width == 8) in pcm_prepare()
351 if (snd_pcm_format_big_endian(runtime->format) || width == 8) in pcm_prepare()
/OK3568_Linux_fs/kernel/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_pcm.c102 chip->pcm_swab = snd_pcm_format_big_endian(runtime->format) > 0; in pdacf_pcm_prepare()
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_plugin.c331 int big = snd_pcm_format_big_endian(format) > 0; in snd_pcm_plug_slave_format()
345 badness += snd_pcm_format_big_endian(f) != big; in snd_pcm_plug_slave_format()
H A Dmulaw.c282 data->cvt_endian = snd_pcm_format_big_endian(format) > 0; in init_data()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h1046 int snd_pcm_format_big_endian(snd_pcm_format_t format);
1060 #define snd_pcm_format_cpu_endian(format) snd_pcm_format_big_endian(format)
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c520 if (snd_pcm_format_big_endian(runtime->format)) in snd_card_saa7134_capture_prepare()
/OK3568_Linux_fs/kernel/sound/pci/
H A Dcs4281.c730 if (snd_pcm_format_big_endian(runtime->format) > 0) in snd_cs4281_mode()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_imx2135 snd_pcm_format_big_endian
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_easrc.c1109 ret = snd_pcm_format_big_endian(raw_fmt); in fsl_easrc_process_format()
/OK3568_Linux_fs/kernel/sound/pci/riptide/
H A Driptide.c1015 order = snd_pcm_format_big_endian(format) != 0; in setsampleformat()
/OK3568_Linux_fs/kernel/sound/pci/cs46xx/
H A Dcs46xx_lib.c1244 if (snd_pcm_format_big_endian(runtime->format)) in snd_cs46xx_playback_prepare()