Lines Matching full:linear
240 * snd_pcm_format_signed - Check the PCM format is signed linear
243 * Return: 1 if the given PCM format is signed linear, 0 if unsigned
244 * linear, and a negative error code for non-linear formats.
259 * snd_pcm_format_unsigned - Check the PCM format is unsigned linear
262 * Return: 1 if the given PCM format is unsigned linear, 0 if signed
263 * linear, and a negative error code for non-linear formats.
277 * snd_pcm_format_linear - Check the PCM format is linear
280 * Return: 1 if the given PCM format is linear, 0 if not.