All of lore.kernel.org
 help / color / mirror / Atom feed
From: walt <w41ter@gmail.com>
To: alsa-devel@alsa-project.org
Subject: Re: ECS K7VTA3:  Mixer channels reversed [PATCH]
Date: Thu, 26 Jun 2008 05:47:18 -0700	[thread overview]
Message-ID: <g40338$d49$1@ger.gmane.org> (raw)
In-Reply-To: <s5hskv04uee.wl%tiwai@suse.de>

Takashi Iwai wrote:
> At Wed, 25 Jun 2008 17:08:02 -0700,
> walt wrote:
>> Takashi Iwai wrote:
>>> At Mon, 23 Jun 2008 16:15:05 -0700,
>>> walt wrote:
>>>> Hi list,
>>>>
>>>> I just replaced a mobo with an ECS K7VTA3 and I find that the
>>>> Headphones control is now controlling the master channel and the
>>>> Master control does nothing.
>>>>
>>>> I tried 'modprobe via82xx ac97_quirk=hp_only' but that makes the
>>>> audio device unusable (although alsamixer still seems happy to set
>>>> the individual channels).
>>> You mean that you don't hear any outputs?  Which I/O (HP out,
>>> line-out, etc) are you testing?
>> Sorry, I forgot to mention that RealAudio player complains that it
>> "cannot open the audio device. Another application may be using it."
>>
>> However, I just tried mplayer, which *does* work normally and the
>> master channel also works properly again.
>>
>> So it seems that hp_only works, but only partly.  Any idea why
>> RealPlayer is complaining?
>
> Hard to believe that the error of RealPlayer comes from ac97_quirk
> option.  It's likely a coincidence.  Please double-check.

Okay, this patch seems to make everything work correctly, but lspci
still reports "unknown device" in spite of it.

diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c
index b585cc3..aa5c2e0 100644
--- a/sound/pci/via82xx.c
+++ b/sound/pci/via82xx.c
@@ -1746,6 +1746,12 @@ static struct ac97_quirk ac97_quirks[] = {
         },
         {
                 .subvendor = 0x1019,
+               .subdevice = 0x1841,
+               .name = "ECS K7VTA3",
+               .type = AC97_TUNE_HP_ONLY
+       },
+       {
+               .subvendor = 0x1019,
                 .subdevice = 0x0a81,
                 .name = "ECS K7VTA3",
                 .type = AC97_TUNE_HP_ONLY

  reply	other threads:[~2008-06-26 12:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-23 23:15 ECS K7VTA3: Mixer channels reversed walt
2008-06-25 15:49 ` Takashi Iwai
2008-06-26  0:08   ` walt
2008-06-26  5:50     ` Takashi Iwai
2008-06-26 12:47       ` walt [this message]
2008-06-26 13:59         ` ECS K7VTA3: Mixer channels reversed [PATCH] 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='g40338$d49$1@ger.gmane.org' \
    --to=w41ter@gmail.com \
    --cc=alsa-devel@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.