1SND_PCM_FORMAT_SIGNE(9) PCM API SND_PCM_FORMAT_SIGNE(9)
23
4
NAME
6snd_pcm_format_signed - Check the PCM format is signed linear
7
SYNOPSIS
9int snd_pcm_format_signed(snd_pcm_format_t format);
10
ARGUMENTS
12format
13the format to check
14
RETURN
161 if the given PCM format is signed linear, 0 if unsigned linear, and a
17negative error code for non-linear formats.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 SND_PCM_FORMAT_SIGNE(9)