提交 03d7ca17 编写于 作者: M Matthew Ranostay 提交者: Takashi Iwai

[ALSA] hda: STAC927x analog mic

Some laptops have a internal analog microphone that is not setup by the BIOS.
Signed-off-by: NMatthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 a7662640
...@@ -3721,6 +3721,8 @@ static int patch_stac927x(struct hda_codec *codec) ...@@ -3721,6 +3721,8 @@ static int patch_stac927x(struct hda_codec *codec)
spec->mixer = stac927x_mixer; spec->mixer = stac927x_mixer;
break; break;
case STAC_DELL_BIOS: case STAC_DELL_BIOS:
/* configure the analog microphone on some laptops */
stac92xx_set_config_reg(codec, 0x0c, 0x90a79130);
/* correct the front output jack as a hp out */ /* correct the front output jack as a hp out */
stac92xx_set_config_reg(codec, 0x0f, 0x0227011f); stac92xx_set_config_reg(codec, 0x0f, 0x0227011f);
/* correct the front input jack as a mic */ /* correct the front input jack as a mic */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册