6 Sep 23:15
[PATCH] ice1712/aureon.c: fix coding style
From: Alexander Beregalov <a.beregalov <at> gmail.com>
Subject: [PATCH] ice1712/aureon.c: fix coding style
Newsgroups: gmane.linux.alsa.devel
Date: 2008-09-06 21:19:00 GMT
Subject: [PATCH] ice1712/aureon.c: fix coding style
Newsgroups: gmane.linux.alsa.devel
Date: 2008-09-06 21:19:00 GMT
before: total: 304 errors, 137 warnings, 2259 lines checked after: total: 0 errors, 121 warnings, 2284 lines checked Compile tested, size is different because of include was changed, but without that change md5sum is different because of cmp cx,dx/cmp dx,cx swap and __LINE__ was changed in printk function. Signed-off-by: Alexander Beregalov <a.beregalov <at> gmail.com> --- sound/pci/ice1712/aureon.c | 677 +++++++++++++++++++++++--------------------- 1 files changed, 351 insertions(+), 326 deletions(-) diff --git a/sound/pci/ice1712/aureon.c b/sound/pci/ice1712/aureon.c index a137fc1..110d16e 100644 --- a/sound/pci/ice1712/aureon.c +++ b/sound/pci/ice1712/aureon.c @@ -44,10 +44,9 @@ * not working: prety much everything else, at least i could verify that * we have no digital output, no capture, pretty bad clicks and poops * on mixer switch and other coll stuff. - * - */ + */ -#include <asm/io.h> +#include <linux/io.h>(Continue reading)
RSS Feed