All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Maxim Levitsky <maximlevitsky@gmail.com>
Cc: alsa-devel <alsa-devel@alsa-project.org>
Subject: Re: ALC268 - Acer Aspire 5720 - mic source switch disappered
Date: Wed, 30 Sep 2009 08:11:49 +0200	[thread overview]
Message-ID: <s5hbpktotay.wl%tiwai@suse.de> (raw)
In-Reply-To: <1254243103.20723.6.camel@maxim-laptop>

At Tue, 29 Sep 2009 18:51:43 +0200,
Maxim Levitsky wrote:
> 
> On Tue, 2009-09-29 at 18:50 +0200, Maxim Levitsky wrote: 
> > On Tue, 2009-09-29 at 17:36 +0200, Takashi Iwai wrote: 
> > > At Tue, 29 Sep 2009 17:23:15 +0200,
> > > Maxim Levitsky wrote:
> > > > 
> > > > On Tue, 2009-09-29 at 08:47 +0200, Takashi Iwai wrote: 
> > > > > At Tue, 29 Sep 2009 03:13:18 +0200,
> > > > > Maxim Levitsky wrote:
> > > > > > 
> > > > > > Hi,
> > > > > > 
> > > > > > I have installed 2.6.32-rc1 (well -rc2...)
> > > > > > 
> > > > > > And I notice that 'Input source' is missing.
> > > > > 
> > > > > Now it's selected automatically per mic-jack plugging.
> > > > > 
> > > > > 
> > > > > Takashi
> > > > 
> > > > Nice, but driver doesn't record from internal mic now, despite the fact
> > > > that no external mic is plugged in.
> > > 
> > > That's a bug, obviously :)
> > > 
> > > Could you run alsa-info.sh (with --no-upload option) with and without
> > > the mic plugged, and attach the files?
> > > 
> > > 
> > > thanks,
> > > 
> > > Takashi
> > 
> > Sure, I already did, but it mostly contains the /proc/asound/Intel/...
> > codec#0 stuff...
> Here the attachment I forgot...

Ah, this is no aspire-one-like model.

Looks like I mistakenly removed the input source mixer element.
The fixed patch is below.


thanks,

Takashi

---
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 1296058..bc057a8 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -12660,7 +12660,7 @@ static struct alc_config_preset alc268_presets[] = {
 		.init_hook = alc268_toshiba_automute,
 	},
 	[ALC268_ACER] = {
-		.mixers = { alc268_acer_mixer, alc268_capture_nosrc_mixer,
+		.mixers = { alc268_acer_mixer, alc268_capture_alt_mixer,
 			    alc268_beep_mixer },
 		.init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
 				alc268_acer_verbs },

  reply	other threads:[~2009-09-30  6:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-29  1:13 ALC268 - Acer Aspire 5720 - mic source switch disappered Maxim Levitsky
2009-09-29  6:47 ` Takashi Iwai
2009-09-29 15:23   ` Maxim Levitsky
2009-09-29 15:36     ` Takashi Iwai
2009-09-29 16:50       ` Maxim Levitsky
2009-09-29 16:51         ` Maxim Levitsky
2009-09-30  6:11           ` Takashi Iwai [this message]
2009-09-30 17:33             ` Maxim Levitsky

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=s5hbpktotay.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=maximlevitsky@gmail.com \
    /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.