All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxim Levitsky <maximlevitsky@gmail.com>
To: Thomas Meyer <thomas@m3y3r.de>
Cc: Takashi Iwai <tiwai@suse.de>,
	alsa-devel@alsa-project.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: hda-intel: no soundcard with current linus' git tree
Date: Thu, 18 Oct 2007 03:51:50 +0200	[thread overview]
Message-ID: <200710180351.50618.maximlevitsky@gmail.com> (raw)
In-Reply-To: <471651C4.20907@m3y3r.de>

Hi,

I understand why this happens.

Your sound card has a single "headphone" output, and since it is single, it is called "Master"
the stac you have also has a real master volume control, that controls all the DACs, not just the headphones.

I added support for it, thus two controls collided.

The  following patch will rename the "Master" output to "Headphone"
Note that on the stac 9205/9204, the only one that has no master volume (the volume knob)
but has a "Master Volume" amplifier widget, this will probably rename the "Master Volume" to
Headphones.

This chip is quite different, thus I think this should be handled in its patch function.
I see what I can do later.
Meanwhile the rename from "Master" to Headphones" is the only regression.

Best regards,
	Maxim Levitsky

PS: I reply to this mail with the patch.

WARNING: multiple messages have this Message-ID (diff)
From: Maxim Levitsky <maximlevitsky@gmail.com>
To: Thomas Meyer <thomas@m3y3r.de>
Cc: Takashi Iwai <tiwai@suse.de>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	alsa-devel@alsa-project.org
Subject: Re: hda-intel: no soundcard with current linus' git tree
Date: Thu, 18 Oct 2007 03:51:50 +0200	[thread overview]
Message-ID: <200710180351.50618.maximlevitsky@gmail.com> (raw)
In-Reply-To: <471651C4.20907@m3y3r.de>

Hi,

I understand why this happens.

Your sound card has a single "headphone" output, and since it is single, it is called "Master"
the stac you have also has a real master volume control, that controls all the DACs, not just the headphones.

I added support for it, thus two controls collided.

The  following patch will rename the "Master" output to "Headphone"
Note that on the stac 9205/9204, the only one that has no master volume (the volume knob)
but has a "Master Volume" amplifier widget, this will probably rename the "Master Volume" to
Headphones.

This chip is quite different, thus I think this should be handled in its patch function.
I see what I can do later.
Meanwhile the rename from "Master" to Headphones" is the only regression.

Best regards,
	Maxim Levitsky

PS: I reply to this mail with the patch.

  reply	other threads:[~2007-10-18  1:52 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-16 22:18 hda-intel: no soundcard with current linus' git tree Thomas Meyer
2007-10-17  2:47 ` Maxim Levitsky
2007-10-17  2:47   ` Maxim Levitsky
2007-10-17  8:42 ` Takashi Iwai
2007-10-17 18:17   ` Thomas Meyer
2007-10-18  1:51     ` Maxim Levitsky [this message]
2007-10-18  1:51       ` Maxim Levitsky
2007-10-18  1:53       ` Maxim Levitsky
2007-10-18  1:53         ` Maxim Levitsky
2007-10-18  5:57         ` Takashi Iwai
2007-10-18  5:57           ` Takashi Iwai
2007-10-18 14:21           ` Maxim Levitsky
2007-10-18 14:21             ` Maxim Levitsky
2007-10-18 13:49             ` Takashi Iwai
2007-10-18 13:49               ` Takashi Iwai
2007-10-18 15:24               ` Maxim Levitsky
2007-10-18 15:24                 ` Maxim Levitsky
2007-10-18 14:47                 ` Takashi Iwai
2007-10-18 14:47                   ` Takashi Iwai
2007-10-21 15:42               ` Thomas Meyer
2007-10-18  2:35 ` Jeff Garzik
2007-10-18  3:36   ` Maxim Levitsky
2007-10-18  3:38     ` Jeff Garzik
2007-10-18  4:10       ` Maxim Levitsky
2007-10-18  4:24         ` Jeff Garzik
2007-10-18  6:02       ` Takashi Iwai
2007-10-18  8:49   ` Jan-Simon Möller
2007-10-18  8:11     ` Takashi Iwai
2007-10-18  8:11       ` [alsa-devel] " Takashi Iwai
2007-10-18 11:50       ` Jan-Simon Möller
2007-10-18 11:50         ` [alsa-devel] " Jan-Simon Möller
2007-10-18 15:05         ` Jan-Simon Möller
2007-10-18 14:39           ` Takashi Iwai
2007-10-18 14:39             ` [alsa-devel] " Takashi Iwai
2007-10-18 16:19             ` Jan-Simon Möller
2007-10-18 16:19               ` [alsa-devel] " Jan-Simon Möller
2007-10-19  5:05               ` Takashi Iwai
2007-10-19  5:05                 ` [alsa-devel] " Takashi Iwai
2007-10-19 10:46                 ` Jan-Simon Möller
2007-10-19 10:46                   ` [alsa-devel] " Jan-Simon Möller
2007-10-19 10:02                   ` Takashi Iwai
2007-10-19 10:02                     ` [alsa-devel] " Takashi Iwai
2007-10-21 14:57                     ` Jan-Simon Möller

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=200710180351.50618.maximlevitsky@gmail.com \
    --to=maximlevitsky@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=thomas@m3y3r.de \
    --cc=tiwai@suse.de \
    /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.