diff options
author | Liam Girdwood <lg@opensource.wolfsonmicro.com> | 2006-12-18 14:38:37 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 09:02:35 +0100 |
commit | 659eacc55a378066b60896b2bbd261ca32a10c04 (patch) | |
tree | c58669c4a2a7af1eaf97d8975b12743f0d70e9ac /sound | |
parent | 4dc53e28e2e5cccb3521466be8f2ab4689ca9143 (diff) | |
download | linux-3.10-659eacc55a378066b60896b2bbd261ca32a10c04.tar.gz linux-3.10-659eacc55a378066b60896b2bbd261ca32a10c04.tar.bz2 linux-3.10-659eacc55a378066b60896b2bbd261ca32a10c04.zip |
[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')
-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 c6b7de42646..36c6a38a0f9 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, /* may need to expand this */ static struct snd_soc_dai_mode ac97_modes[] = { { - .pcmfmt = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S18_3LE, + .pcmfmt = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S18_3LE, .pcmrate = AC97_RATES, .pcmdir = AC97_DIR, }, |