From: Maxim Levitsky <maximlevitsky@gmail.com>
To: alsa-devel@alsa-project.org
Cc: Takashi Iwai <tiwai@suse.de>,
Matthew Ranostay <mranostay@embeddedalley.com>
Subject: Re: [PATCH] hda: Added new IDT codec family
Date: Mon, 5 Nov 2007 17:54:29 +0200 [thread overview]
Message-ID: <200711051754.29969.maximlevitsky@gmail.com> (raw)
In-Reply-To: <s5h3avknacw.wl%tiwai@suse.de>
On Monday 05 November 2007 14:30:07 Takashi Iwai wrote:
> At Mon, 05 Nov 2007 10:06:57 -0500,
> Matthew Ranostay wrote:
> >
> > diff -r 3e1a17f8baca pci/hda/hda_codec.h
> > --- a/pci/hda/hda_codec.h Wed Oct 31 17:36:20 2007 +0100
> > +++ b/pci/hda/hda_codec.h Sat Nov 03 22:55:14 2007 -0500
> > @@ -92,6 +92,8 @@ enum {
> > */
> > #define AC_VERB_SET_STREAM_FORMAT 0x200
> > #define AC_VERB_SET_AMP_GAIN_MUTE 0x300
> > +#define AC_VERB_SET_RIGHT_AMP_IN_MUTE 0x350
> > +#define AC_VERB_SET_LEFT_AMP_IN_MUTE 0x360
>
> Usually we pass the values for left or right bits in the parameter
> value (AC_AMP_SET_LEFT and AC_AMP_SET_RIGHT) instead of the verb
> value. So, no need to redefine them.
>
> > #define AC_VERB_SET_PROC_COEF 0x400
Any chance to see data-sheets of newer IDT chips?
There seems to be nothing on the web.
Are they available to general public?
For example STAC9872 has very limited support due to no datasheets.
>+static struct snd_kcontrol_new stac92hd71bxx_mixer[] = {
>+ STAC_DIGITAL_INPUT_SOURCE(1),
>+ STAC_INPUT_SOURCE(2),
>+ STAC_VOLKNOB(0x28),
>+
>+ /* hardware gain controls */
>+ HDA_CODEC_VOLUME("Digital Mic 1 Volume", 0x18, 0, HDA_OUTPUT),
>+ HDA_CODEC_VOLUME("Digital Mic 2 Volume", 0x19, 0, HDA_OUTPUT),
>+
>+ HDA_CODEC_VOLUME("Capture Volume", 0x1c, 0, HDA_OUTPUT),
>+ HDA_CODEC_MUTE("Capture Switch", 0x1c, 0, HDA_OUTPUT),
>+ HDA_CODEC_VOLUME("Capture Mux Volume", 0x1a, 0, HDA_OUTPUT),
> { } /* end */
The chip has two ADCs, but why just one "Capture Volume" ?
No analog loopback?
Best regards,
Maxim Levitsky
next prev parent reply other threads:[~2007-11-05 15:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-05 15:06 [PATCH] hda: Added new IDT codec family Matthew Ranostay
2007-11-05 12:30 ` Takashi Iwai
2007-11-05 15:54 ` Maxim Levitsky [this message]
2007-11-05 17:10 ` Matthew Ranostay
2007-11-06 7:57 ` 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=200711051754.29969.maximlevitsky@gmail.com \
--to=maximlevitsky@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=mranostay@embeddedalley.com \
--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.