aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/neo1973_gta02_wm8753.c
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-10-16 15:19:20 +0200
committerTakashi Iwai <tiwai@suse.de>2010-10-17 10:08:27 +0200
commitfa2eb005ebcbac89745a1f9a9f0c8678ba63f61a (patch)
tree50345f534a981d40143274aed4c5bdbd8739e7cb /sound/soc/s3c24xx/neo1973_gta02_wm8753.c
parentMerge remote branch 'alsa/devel' into topic/misc (diff)
downloadlinux-dev-fa2eb005ebcbac89745a1f9a9f0c8678ba63f61a.tar.xz
linux-dev-fa2eb005ebcbac89745a1f9a9f0c8678ba63f61a.zip
sound: fixed typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/s3c24xx/neo1973_gta02_wm8753.c')
-rw-r--r--sound/soc/s3c24xx/neo1973_gta02_wm8753.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c
index 209c25994c7e..4719558289d4 100644
--- a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c
+++ b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c
@@ -182,7 +182,7 @@ static int neo1973_gta02_voice_hw_params(
if (ret < 0)
return ret;
- /* configue and enable PLL for 12.288MHz output */
+ /* configure and enable PLL for 12.288MHz output */
ret = snd_soc_dai_set_pll(codec_dai, WM8753_PLL2, 0,
iis_clkrate / 4, 12288000);
if (ret < 0)