Commit d540de4c2d53753f29a042525bc7267e2e4533b3

Authored by Mark Brown
Committed by Jaroslav Kysela
1 parent de51ca1267

ALSA: ASoC: Fix indentation in WM9713

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>

Showing 1 changed file with 11 additions and 11 deletions Side-by-side Diff

sound/soc/codecs/wm9713.c
... ... @@ -949,17 +949,17 @@
949 949  
950 950 static void wm9713_voiceshutdown(struct snd_pcm_substream *substream)
951 951 {
952   - struct snd_soc_pcm_runtime *rtd = substream->private_data;
953   - struct snd_soc_device *socdev = rtd->socdev;
954   - struct snd_soc_codec *codec = socdev->codec;
955   - u16 status;
  952 + struct snd_soc_pcm_runtime *rtd = substream->private_data;
  953 + struct snd_soc_device *socdev = rtd->socdev;
  954 + struct snd_soc_codec *codec = socdev->codec;
  955 + u16 status;
956 956  
957   - /* Gracefully shut down the voice interface. */
958   - status = ac97_read(codec, AC97_EXTENDED_STATUS) | 0x1000;
959   - ac97_write(codec, AC97_HANDSET_RATE, 0x0280);
960   - schedule_timeout_interruptible(msecs_to_jiffies(1));
961   - ac97_write(codec, AC97_HANDSET_RATE, 0x0F80);
962   - ac97_write(codec, AC97_EXTENDED_MID, status);
  957 + /* Gracefully shut down the voice interface. */
  958 + status = ac97_read(codec, AC97_EXTENDED_STATUS) | 0x1000;
  959 + ac97_write(codec, AC97_HANDSET_RATE, 0x0280);
  960 + schedule_timeout_interruptible(msecs_to_jiffies(1));
  961 + ac97_write(codec, AC97_HANDSET_RATE, 0x0F80);
  962 + ac97_write(codec, AC97_EXTENDED_MID, status);
963 963 }
964 964  
965 965 static int ac97_hifi_prepare(struct snd_pcm_substream *substream)