[alsa-devel] [WIP PATCH] Scarlett mixer interface for 6i6, 18i6, 18i8 and 18i20.

Tobias Hoffmann smilingthax at googlemail.com
Tue Oct 7 17:24:54 CEST 2014


On 07/10/14 17:16, David Henningsson wrote:
> +#define CTLS_OUTPUT(index, name) \
> +	do { \
> +		err = add_output_ctls(mixer, index, name, info); \
> +		if (err<  0) \
> +			return err; \
> +	while (0)

AFAICS the last line should be:

      } while (0)


   Tobias



More information about the Alsa-devel mailing list