]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/pci/azt3328.c
mlx4_en: Use correct loop cursor in error path.
[karo-tx-linux.git] / sound / pci / azt3328.c
index a40a2b4c8fd7ac8ae992a928e67c00d1c4091473..33b2a0af1b594017959fada0b8d26ec61e43689e 100644 (file)
@@ -1385,8 +1385,8 @@ snd_azf3328_ctrl_codec_activity(struct snd_azf3328 *chip,
                                        .running)
                             &&  (!chip->codecs[peer_codecs[codec_type].other2]
                                        .running));
-                }
-                if (call_function)
+               }
+               if (call_function)
                        snd_azf3328_ctrl_enable_codecs(chip, enable);
 
                /* ...and adjust clock, too
@@ -2126,7 +2126,8 @@ static struct snd_pcm_ops snd_azf3328_i2s_out_ops = {
 static int
 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;
        int err;