summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-07-30 09:26:07 +0200
committerTakashi Iwai <tiwai@suse.de>2009-07-30 09:26:07 +0200
commitceacf8c3b023b292b0e66f95745e334eb993d15d (patch)
tree7135df0569ce69778622d725dbafdf1ecd7f9d71 /sound/pci
parent7b7c561184a0ff8ce5c01eec45426dadc87125e6 (diff)
parentbf677bd8fbd5dc06ead5511cf9fa76d090856c6a (diff)
Merge branch 'topic/hda' into for-next
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_sigmatel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index e40c8119889e..5dcabb18b332 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -3309,11 +3309,11 @@ static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
{
int err;
err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
- "Captuer Volume", vol);
+ "Capture Volume", vol);
if (err < 0)
return err;
err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_MUTE, idx,
- "Captuer Switch", sw);
+ "Capture Switch", sw);
if (err < 0)
return err;
return 0;