diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2015-02-25 16:32:45 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-02-25 20:08:35 +0100 |
commit | 7f788e0cc07dba7f4eee6ffea30edee3af86e2a5 (patch) | |
tree | 34d25619b6d61a9fcc23b5c235eb0f7fae7e4a62 | |
parent | f0418d46d6ad25be991d557c6c50d1e61b4ba690 (diff) |
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>
-rw-r--r-- | sound/pci/azt3328.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sound/pci/azt3328.c b/sound/pci/azt3328.c index a40a2b4c8fd7..33b2a0af1b59 100644 --- a/sound/pci/azt3328.c +++ b/sound/pci/azt3328.c @@ -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; |