From 5e3fa25b76b85219e0e573b2960f27576454a826 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 30 Jul 2009 09:24:29 +0200 Subject: [PATCH] --- yaml --- r: 157819 b: refs/heads/master c: bf677bd8fbd5dc06ead5511cf9fa76d090856c6a h: refs/heads/master i: 157817: 84a4ac7aede83d0b8e9aeef46f5a3b6807151d0e 157815: fb9619fe644f9af3068ff8e3aef705e2ea76704c v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_sigmatel.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5080a7e37c4c..b1eeaad601a2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6732bd0d15893d20359396309adc238e0af10b58 +refs/heads/master: bf677bd8fbd5dc06ead5511cf9fa76d090856c6a diff --git a/trunk/sound/pci/hda/patch_sigmatel.c b/trunk/sound/pci/hda/patch_sigmatel.c index 883e2aa10071..9e192529e807 100644 --- a/trunk/sound/pci/hda/patch_sigmatel.c +++ b/trunk/sound/pci/hda/patch_sigmatel.c @@ -3307,11 +3307,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;