[alsa-devel] [PATCH 3/4] ASoC: Add optional pointer to codec interconnects to snd_soc_codec_driver
Mark Brown
broonie at opensource.wolfsonmicro.com
Wed Jan 26 14:41:23 CET 2011
On Wed, Jan 26, 2011 at 01:58:16PM +0200, Jarkko Nikula wrote:
> {
> - int ret = 0;
> + int ret = 0, err;
Looks good but it'd be better to avoid combining initialisation with
other variable declarations like this - it's a bit error prone, if only
from a legibility point of view.
As for the machines a similar thing for widgets would be nice.
More information about the Alsa-devel
mailing list