From: "Łukasz Wojniłowicz" <lukasz.wojnilowicz@gmail.com>
To: patch@alsa-project.org
Cc: alsa-devel@alsa-project.org
Subject: Mute lfe and side for 4930g when pluging in headphones
Date: Thu, 19 Nov 2009 23:39:17 +0100 [thread overview]
Message-ID: <1258670357.7166.6.camel@localhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 164 bytes --]
Sorry that I'm not sending this patch by git but it takes for me too
long to clone alsa-kernel.git repository at 15 KB download rate. Thanks
for your understanding
[-- Attachment #2: 4930g mute lfe and side.patch --]
[-- Type: text/x-patch, Size: 768 bytes --]
From: =?utf-8?q?=C5=81ukasz=20Wojni=C5=82owicz?= <lukasz.wojnilowicz@gmail.com>
Subject: Mute lfe and side for 4930g when pluging in headphones
Comment: Fixes first issue from comment 0021423 in bug from site https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4317
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index eee3143..4ed3b77 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1786,6 +1786,8 @@ static void alc888_acer_aspire_4930g_setup(struct hda_codec *codec)
spec->autocfg.hp_pins[0] = 0x15;
spec->autocfg.speaker_pins[0] = 0x14;
+ spec->autocfg.speaker_pins[1] = 0x16;
+ spec->autocfg.speaker_pins[2] = 0x17;
}
static void alc888_acer_aspire_6530g_setup(struct hda_codec *codec)
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
next reply other threads:[~2009-11-19 22:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-19 22:39 Łukasz Wojniłowicz [this message]
2009-11-20 7:52 ` Mute lfe and side for 4930g when pluging in headphones Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1258670357.7166.6.camel@localhost \
--to=lukasz.wojnilowicz@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=patch@alsa-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.