From: Takashi Iwai <tiwai@suse.de>
To: Borislav Petkov <bp@alien8.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
Liam Girdwood <lrg@slimlogic.co.uk>,
linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL] sound fixes for 3.0-rc3
Date: Sun, 12 Jun 2011 18:18:52 +0200 [thread overview]
Message-ID: <s5hfwnff2fn.wl%tiwai@suse.de> (raw)
In-Reply-To: <s5hhb7vf2zz.wl%tiwai@suse.de>
At Sun, 12 Jun 2011 18:06:40 +0200,
Takashi Iwai wrote:
>
> At Sun, 12 Jun 2011 17:50:21 +0200,
> Borislav Petkov wrote:
> >
> > On Sun, Jun 12, 2011 at 09:52:46AM +0200, Takashi Iwai wrote:
> > > Linus,
> > >
> > > please pull sound fixes for v3.0-rc3 from:
> > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus
> > >
> > > A few regression fixes and small fixes are included.
> >
> > FWIW,
> >
> > I tested your branch ontop of latest git to check whether it fixes the
> > missing sound on my acer aspire one but no joy. 2.6.39 works fine so it
> > looks like the regression I'm seeing got introduced during the merge
> > window.
> >
> > I'm attaching ./alsa-info.sh --no-upload output and kernel config.
> >
> > Let me know if you need anything else,
>
> Please give alsa-info.sh output with the working kernel, i.e. 2.6.39
> for comparison.
>
> Also, try model=auto option for snd-hda-intel. I guess this would
> work better nowadays.
Also, try the patch below. This should fix your device (without
model=auto).
Takashi
---
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 20f01f8..9b97af9 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -13317,9 +13317,8 @@ static void alc268_acer_lc_setup(struct hda_codec *codec)
struct alc_spec *spec = codec->spec;
spec->autocfg.hp_pins[0] = 0x15;
spec->autocfg.speaker_pins[0] = 0x14;
- spec->automute_mixer_nid[0] = 0x0f;
spec->automute = 1;
- spec->automute_mode = ALC_AUTOMUTE_MIXER;
+ spec->automute_mode = ALC_AUTOMUTE_AMP;
spec->ext_mic.pin = 0x18;
spec->ext_mic.mux_idx = 0;
spec->int_mic.pin = 0x12;
next prev parent reply other threads:[~2011-06-12 16:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-12 7:52 [GIT PULL] sound fixes for 3.0-rc3 Takashi Iwai
2011-06-12 15:50 ` Borislav Petkov
2011-06-12 16:06 ` Takashi Iwai
2011-06-12 16:18 ` Takashi Iwai [this message]
2011-06-12 19:40 ` Borislav Petkov
2011-06-12 20:02 ` [PATCH] sound: Fix beep_device compilation warnings Joe Perches
2011-06-13 7:46 ` Takashi Iwai
2011-06-13 7:45 ` [GIT PULL] sound fixes for 3.0-rc3 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=s5hfwnff2fn.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=bp@alien8.de \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lrg@slimlogic.co.uk \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox