Home
last modified time | relevance | path

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

/linux/sound/core/
A Dsound_kunit.c147 KUNIT_EXPECT_EQ(test, snd_pcm_format_big_endian(valid_fmt[i].format), in test_format_endianness()
153 KUNIT_EXPECT_EQ(test, snd_pcm_format_big_endian(WRONG_FORMAT_1), -EINVAL); in test_format_endianness()
154 KUNIT_EXPECT_EQ(test, snd_pcm_format_big_endian(WRONG_FORMAT_2), -EINVAL); in test_format_endianness()
A Dpcm_misc.c332 int snd_pcm_format_big_endian(snd_pcm_format_t format) in snd_pcm_format_big_endian() function
341 EXPORT_SYMBOL(snd_pcm_format_big_endian);
/linux/sound/pcmcia/pdaudiocf/
A Dpdaudiocf_pcm.c102 chip->pcm_swab = snd_pcm_format_big_endian(runtime->format) > 0; in pdacf_pcm_prepare()
/linux/drivers/most/
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/
A Dmulaw.c282 data->cvt_endian = snd_pcm_format_big_endian(format) > 0; in init_data()
A Dpcm_plugin.c332 int big = snd_pcm_format_big_endian(format) > 0; in snd_pcm_plug_slave_format()
346 badness += snd_pcm_format_big_endian(f) != big; in snd_pcm_plug_slave_format()
/linux/include/sound/
A Dpcm.h1142 int snd_pcm_format_big_endian(snd_pcm_format_t format);
1156 #define snd_pcm_format_cpu_endian(format) snd_pcm_format_big_endian(format)
/linux/drivers/media/pci/saa7134/
A Dsaa7134-alsa.c520 if (snd_pcm_format_big_endian(runtime->format)) in snd_card_saa7134_capture_prepare()
/linux/sound/pci/
A Dcs4281.c726 if (snd_pcm_format_big_endian(runtime->format) > 0) in snd_cs4281_mode()
/linux/sound/soc/fsl/
A Dfsl_easrc.c1109 ret = snd_pcm_format_big_endian(raw_fmt); in fsl_easrc_process_format()
/linux/sound/pci/riptide/
A Driptide.c1013 order = snd_pcm_format_big_endian(format) != 0; in setsampleformat()
/linux/sound/pci/cs46xx/
A Dcs46xx_lib.c1239 if (snd_pcm_format_big_endian(runtime->format)) in snd_cs46xx_playback_prepare()

Completed in 47 milliseconds