From: Matthew Ranostay <mranostay@embeddedalley.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH 1/2] hda: STAC92xx mono mixer controls
Date: Mon, 21 Jan 2008 13:17:06 -0500 [thread overview]
Message-ID: <4794E1A2.4030701@embeddedalley.com> (raw)
In-Reply-To: <s5h8x2j9k08.wl%tiwai@suse.de>
Takashi Iwai wrote:
> At Mon, 21 Jan 2008 12:12:31 -0500,
> Matthew Ranostay wrote:
>> Added mono mixer volume/switch controls for STAC9205 and STAC925x codecs.
>>
>> Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
>
> Shouldn't they be also dynamically created? Or, BIOS won't set them
> up properly?
Actually that would be the best solution, I'll get back to you with an updated patch.
>
>
> Takashi
>
>> ---
>> diff -r 4177ec41bbef pci/hda/patch_sigmatel.c
>> --- a/pci/hda/patch_sigmatel.c Mon Jan 21 14:33:37 2008 +0100
>> +++ b/pci/hda/patch_sigmatel.c Mon Jan 21 11:37:49 2008 -0500
>> @@ -572,6 +572,7 @@ static struct hda_verb stac925x_core_ini
>> static struct hda_verb stac925x_core_init[] = {
>> /* set dac0mux for dac converter */
>> { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
>> + { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
>> {}
>> };
>>
>> @@ -600,6 +601,7 @@ static struct hda_verb stac9205_core_ini
>> static struct hda_verb stac9205_core_init[] = {
>> /* set master volume and direct control */
>> { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
>> + { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
>> {}
>> };
>>
>> @@ -748,6 +750,9 @@ static struct snd_kcontrol_new stac92hd7
>>
>> static struct snd_kcontrol_new stac925x_mixer[] = {
>> STAC_INPUT_SOURCE(1),
>> + HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x10, 0x1, 0, HDA_OUTPUT),
>> + HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x10, 0x1, 0, HDA_OUTPUT),
>> +
>> HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
>> HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_OUTPUT),
>> HDA_CODEC_VOLUME("Capture Mux Volume", 0x0f, 0, HDA_OUTPUT),
>> @@ -757,6 +762,9 @@ static struct snd_kcontrol_new stac9205_
>> static struct snd_kcontrol_new stac9205_mixer[] = {
>> STAC_INPUT_SOURCE(2),
>> STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
>> +
>> + HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x14, 0x1, 0, HDA_OUTPUT),
>> + HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x14, 0x1, 0, HDA_OUTPUT),
>>
>> HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1b, 0x0, HDA_INPUT),
>> HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1d, 0x0, HDA_OUTPUT),
>>
>
prev parent reply other threads:[~2008-01-21 18:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-21 17:12 [PATCH 1/2] hda: STAC92xx mono mixer controls Matthew Ranostay
2008-01-21 17:16 ` Takashi Iwai
2008-01-21 18:17 ` Matthew Ranostay [this message]
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=4794E1A2.4030701@embeddedalley.com \
--to=mranostay@embeddedalley.com \
--cc=alsa-devel@alsa-project.org \
--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.