Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157819
b: refs/heads/master
c: bf677bd
h: refs/heads/master
i:
  157817: 84a4ac7
  157815: fb9619f
v: v3
  • Loading branch information
Takashi Iwai committed Jul 30, 2009
1 parent b18e31d commit 5e3fa25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6732bd0d15893d20359396309adc238e0af10b58
refs/heads/master: bf677bd8fbd5dc06ead5511cf9fa76d090856c6a
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5e3fa25

Please sign in to comment.