projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6732bd0
)
ALSA: hda - Fix typos of Capture controls.
author
Takashi Iwai
<tiwai@suse.de>
Thu, 30 Jul 2009 07:24:29 +0000
(09:24 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 30 Jul 2009 07:24:29 +0000
(09:24 +0200)
The commit
6479c63188290beae83ade3243b9d6eb47d394b6
ALSA: hda - Create Capture controls dynamically
introduced typos of "Capture". Fixed now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index
883e2aa
..
9e19252
100644
(file)
--- a/
sound/pci/hda/patch_sigmatel.c
+++ b/
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,
- "Captu
er
Volume", vol);
+ "Captu
re
Volume", vol);
if (err < 0)
return err;
err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_MUTE, idx,
- "Captu
er
Switch", sw);
+ "Captu
re
Switch", sw);
if (err < 0)
return err;
return 0;