Searched refs:snd_pcm_format_unsigned (Results 1 – 5 of 5) sorted by relevance
283 int snd_pcm_format_unsigned(snd_pcm_format_t format) in snd_pcm_format_unsigned() function292 EXPORT_SYMBOL(snd_pcm_format_unsigned);
331 int unsignd = snd_pcm_format_unsigned(format) > 0; in snd_pcm_plug_slave_format()345 badness += snd_pcm_format_unsigned(f) != unsignd; in snd_pcm_plug_slave_format()
1139 int snd_pcm_format_unsigned(snd_pcm_format_t format);
1120 fmt->unsign = snd_pcm_format_unsigned(raw_fmt) > 0 ? 1 : 0; in fsl_easrc_process_format()
1012 sig = snd_pcm_format_unsigned(format) != 0; in setsampleformat()