All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Ustun ERGENOGLU <ustun.ergenoglu@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: No recording on hda-intel (AD1981HD)
Date: Tue, 12 Feb 2008 15:04:59 +0100	[thread overview]
Message-ID: <s5hve4utgms.wl%tiwai@suse.de> (raw)
In-Reply-To: <681812960802120600p68c4d8f5s16971db6654038b1@mail.gmail.com>

At Tue, 12 Feb 2008 16:00:51 +0200,
Ustun ERGENOGLU wrote:
> 
> I have read the whole thread and I have the same exact problem of
> recording with a realtek ALC861 codec on a ATI chipset board. My
> harddisk controller is also using sata_sil module. I have this problem
> for a long time too. Would the same patch solve the problem for me as
> well?

Well, the patch does have effect only when you enable MSI.  And, MSI
is disabled on many ATI chipsets as default unless you patch the
kernel.  I suggest it just to check whether any unknown IRQs are
issued or the hardware is just screwed up.

It looks like this is a generic problem of ATI SB chipset.  Which
model is it?  SB450, SB460 or SB600?


Takashi


> 2008/2/12, Takashi Iwai <tiwai@suse.de>:
> > At Fri, 8 Feb 2008 19:51:39 +0100,
> > Grzegorz Chwesewicz wrote:
> > >
> > > Friday 08 of February 2008 16:57:37 Takashi Iwai napisał(a):
> > > > At Fri, 08 Feb 2008 13:24:52 +0100,
> > > >
> > > > I wrote:
> > > > > BTW, do you have problems found in below?
> > > > >   https://bugzilla.novell.com/show_bug.cgi?id=297703
> > > > >
> > > > > According to the reporter, nc6400 with AD1981 has a problem with
> > > > > headphone jack auto-muting and with the non-linear master volume.
> > > > >
> > > > > I supplied two test patches there.
> > > >
> > > > For convenience, I attach patches here.
> > >
> > > Hi, I had no time to test your first patch (this one which check if irq
> > > handler is called), I've only tested it for a while (working on MSI turned
> > > on, sometimes hard locks my laptop).
> > >
> > > I also have similiar problems with automute, and non-linear master volume
> > > control.
> > >
> > > Without automute patch, automute works from time to time. With your patch
> > > applied to latest git it works all the time, until the recording breaks. When
> > > it happens I have sound only in headphones, but not in internal speaker.
> > > Pluging and unpluging HP doesn't help, only reloading hda-intel fixes
> > > problem.
> > > Assuming, your automute patch is ok, but it helps me only until mic breaks.
> >
> > OK, this patch is now on HG tree.
> >
> > > Without ad1981-hp-master-amp-fix muting (muting=disabling it, not making it's
> > > value equal 0) "Master" and "PCM" control works ok. Decrementing Master and
> > > PCM controls to 0 is possible, but after that I can hear very quiet output
> > > from internal speakers.
> > > With your patch (ad1981-hp-master-amp-fix) applied to latest git I can't
> > > decrement Master control to 0 (I can do that with PCM, but behavior is same
> > > as described upper). I can only decrement it to value 3, and when I press
> > > down key (in alsamixer) to step to lower level of loudness, it's switching to
> > > value 103. When Master has 103 value I can hear very quiet output from
> > > internal speakers and HP (if plugged).
> >
> > The patch will change only the behavior of Master control.  PCM should
> > be as same as before.
> >
> > What "value" are you referring in the above context?  Is it a raw
> > mixer value, percent or dB, or the codec amp value?
> >
> > Maybe we need to make clear how the master volume control behaves.
> > According to the original bug reporter, the master volume behaves like
> > below:
> >
> > - from 0% to 49%
> >   sounds are still audible, and the volume doesn't change at all
> > - from 50% to 100%
> >   sounds get louder normally
> >
> > How about yours?
> >
> >
> > Takashi
> > _______________________________________________
> > Alsa-devel mailing list
> > Alsa-devel@alsa-project.org
> > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> >
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

  reply	other threads:[~2008-02-12 14:04 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-03 19:17 No recording on hda-intel (AD1981HD) Grzegorz Chwesewicz
2008-02-06 11:09 ` Grzegorz Chwesewicz
2008-02-07 12:09   ` Takashi Iwai
2008-02-08 12:24     ` Takashi Iwai
2008-02-08 15:57       ` Takashi Iwai
2008-02-08 18:51         ` Grzegorz Chwesewicz
2008-02-12 10:49           ` Takashi Iwai
2008-02-12 14:00             ` Ustun ERGENOGLU
2008-02-12 14:04               ` Takashi Iwai [this message]
2008-02-12 14:36                 ` Ustun ERGENOGLU
2008-02-12 17:59                 ` Grzegorz Chwesewicz
2008-02-12 22:17                   ` Grzegorz Chwesewicz
2008-02-13 15:40                   ` Takashi Iwai
2008-02-12 16:41             ` Grzegorz Chwesewicz

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=s5hve4utgms.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=ustun.ergenoglu@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.