[alsa-devel] [PATCH] ASoC: S3C2412 IIS driver

Mark Brown broonie at opensource.wolfsonmicro.com
Thu Nov 22 14:06:19 CET 2007


On Tue, Nov 20, 2007 at 11:42:18AM +0000, Ben Dooks wrote:

> S3C2412 SoC IIS support for ALSA/ASoC
> 
> Signed-off-by: Ben Dooks <ben-linux at fluff.org>

Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>

Looks good, thanks - I've applied this to the linux-2.6-asoc tree with
some minor checkpatch.pl cleanups (everything except the line lengths).

I did notice these:

> +#define bit_set(v,b) (((v) & (b)) ? 1 : 0)

> +#define ABS(x) (((x) < 0) ? (-(x)) : (x))

which look like they ought to be hoisted out into generic code.


More information about the Alsa-devel mailing list