Skip to content
Commit 84d3dc20 authored by Chengu Wang's avatar Chengu Wang Committed by Takashi Iwai
Browse files

ALSA: hda: Correct EAPD for Dell Inspiron 1525

The commit 24918b61 statically changes
the model from dell-bios to dell-3stack to solve the sound decreasing
regression (http://lkml.org/lkml/2008/9/12/203), however it leads to another
problem that the 2nd headphone jack doesn't work
(https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3987

). So I think
the commit 249**2dc is just a workaround. I would like to give a true solution
here.

The datasheet for STAC9228 says, GPIO2 is the same pin as VOL DOWN, and
the EAPD pin is GPIO0. This is why the sound decreases if we set EAPD as
GPIO2. This patch changes EAPD to GPIO0 to solve the problem.

Signed-off-by: default avatarChengu Wang <wangchengu@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent e310bb06
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment