diff options
author | Liam Girdwood <lg@opensource.wolfsonmicro.com> | 2006-12-18 08:38:37 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:02:35 -0500 |
commit | 659eacc55a378066b60896b2bbd261ca32a10c04 (patch) | |
tree | c58669c4a2a7af1eaf97d8975b12743f0d70e9ac /sound/soc/codecs/wm9712.c | |
parent | 4dc53e28e2e5cccb3521466be8f2ab4689ca9143 (diff) |
[ALSA] Remove trailing white space from wm9712.c
This patch removes some trailing white space from the WM9712 ASoC codec
driver.
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc/codecs/wm9712.c')
-rw-r--r-- | sound/soc/codecs/wm9712.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c index c6b7de426460..36c6a38a0f94 100644 --- a/sound/soc/codecs/wm9712.c +++ b/sound/soc/codecs/wm9712.c | |||
@@ -45,7 +45,7 @@ static int ac97_write(struct snd_soc_codec *codec, | |||
45 | /* may need to expand this */ | 45 | /* may need to expand this */ |
46 | static struct snd_soc_dai_mode ac97_modes[] = { | 46 | static struct snd_soc_dai_mode ac97_modes[] = { |
47 | { | 47 | { |
48 | .pcmfmt = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S18_3LE, | 48 | .pcmfmt = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S18_3LE, |
49 | .pcmrate = AC97_RATES, | 49 | .pcmrate = AC97_RATES, |
50 | .pcmdir = AC97_DIR, | 50 | .pcmdir = AC97_DIR, |
51 | }, | 51 | }, |