Title: [7460] trunk/sound/soc/codecs: adau1371: fix more whitespace damage
Revision
7460
Author
vapier
Date
2009-09-25 03:41:21 -0400 (Fri, 25 Sep 2009)

Log Message

adau1371: fix more whitespace damage

Modified Paths


Diff

Modified: trunk/sound/soc/codecs/adau1371.c (7459 => 7460)


--- trunk/sound/soc/codecs/adau1371.c	2009-09-25 06:06:52 UTC (rev 7459)
+++ trunk/sound/soc/codecs/adau1371.c	2009-09-25 07:41:21 UTC (rev 7460)
@@ -683,7 +683,7 @@
 {
 	struct snd_soc_codec *codec = dai->codec;
 	u8 reg;
-	
+
 	reg = adau1371_read_reg_cache(codec, ADAU1371_PWRCTLB);
 	if (mute)
 		adau1371_write(codec, ADAU1371_PWRCTLB, reg & ~DAC_MUTE_MASK);
@@ -887,7 +887,8 @@
 		dev_err(socdev->dev, "failed to create pcms\n");
 		goto pcm_err;
 	}
-	/* Playback mix settings, line out switched to DACs*/
+
+	/* Playback mix settings, line out switched to DACs */
 	adau1371_write(codec, ADAU1371_LLINEMIX, LDAC_SIGNAL_ENA);
 	adau1371_write(codec, ADAU1371_RLINEMIX, RDAC_SIGNAL_ENA);
 	/* Line out volume gain:0 db by default */

Modified: trunk/sound/soc/codecs/adau1371.h (7459 => 7460)


--- trunk/sound/soc/codecs/adau1371.h	2009-09-25 06:06:52 UTC (rev 7459)
+++ trunk/sound/soc/codecs/adau1371.h	2009-09-25 07:41:21 UTC (rev 7460)
@@ -190,18 +190,18 @@
 #define ADC_MUTE_MASK		0xc0
 #define DAC_MUTE_MASK		0x30
 
-/*  DRC */
-#define DRCMODE_NGEN	0x01
+/* DRC */
+#define DRCMODE_NGEN		0x01
 #define DRCMODE_RIGHT_ENA	0x04
 #define DRCMODE_LEFT_ENA	0x08
 
 /* DSP MODE */
-#define DSPMODE_PLAYBACK_ENA 	0x01
-#define DSPMODE_CAPTURE_ENA 	0x02
+#define DSPMODE_PLAYBACK_ENA	0x01
+#define DSPMODE_CAPTURE_ENA	0x02
 
-#define BE_SHIFT  2
-#define EQ_SHIFT  4
-#define HPF_SHIFT 6
+#define BE_SHIFT		2
+#define EQ_SHIFT		4
+#define HPF_SHIFT		6
 
 #define ADAU1371_CACHEREGNUM	0x100
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to