Selaa lähdekoodia

ALSA: azt3328: some indenting cleanups

A few minor tweaks to make things line up correctly.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Dan Carpenter 10 vuotta sitten
vanhempi
commit
7f788e0cc0
1 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 4 3
      sound/pci/azt3328.c

+ 4 - 3
sound/pci/azt3328.c

@@ -1385,8 +1385,8 @@ snd_azf3328_ctrl_codec_activity(struct snd_azf3328 *chip,
 					.running)
 					.running)
 			     &&  (!chip->codecs[peer_codecs[codec_type].other2]
 			     &&  (!chip->codecs[peer_codecs[codec_type].other2]
 					.running));
 					.running));
-		 }
-		 if (call_function)
+		}
+		if (call_function)
 			snd_azf3328_ctrl_enable_codecs(chip, enable);
 			snd_azf3328_ctrl_enable_codecs(chip, enable);
 
 
 		/* ...and adjust clock, too
 		/* ...and adjust clock, too
@@ -2126,7 +2126,8 @@ static struct snd_pcm_ops snd_azf3328_i2s_out_ops = {
 static int
 static int
 snd_azf3328_pcm(struct snd_azf3328 *chip)
 snd_azf3328_pcm(struct snd_azf3328 *chip)
 {
 {
-enum { AZF_PCMDEV_STD, AZF_PCMDEV_I2S_OUT, NUM_AZF_PCMDEVS }; /* pcm devices */
+	/* pcm devices */
+	enum { AZF_PCMDEV_STD, AZF_PCMDEV_I2S_OUT, NUM_AZF_PCMDEVS };
 
 
 	struct snd_pcm *pcm;
 	struct snd_pcm *pcm;
 	int err;
 	int err;