提交 bf677bd8 编写于 作者: T Takashi Iwai

ALSA: hda - Fix typos of Capture controls.

The commit 6479c631
    ALSA: hda - Create Capture controls dynamically
introduced typos of "Capture".  Fixed now.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 6732bd0d
...@@ -3307,11 +3307,11 @@ static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol, ...@@ -3307,11 +3307,11 @@ static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
{ {
int err; int err;
err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx, err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
"Captuer Volume", vol); "Capture Volume", vol);
if (err < 0) if (err < 0)
return err; return err;
err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_MUTE, idx, err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_MUTE, idx,
"Captuer Switch", sw); "Capture Switch", sw);
if (err < 0) if (err < 0)
return err; return err;
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册