From: Takashi Iwai <tiwai@suse.de>
To: t.schorpp@gmx.de
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: [INFO] C-Media CMI9761 -A- type , CONTINOUS NOT DISCRETE MASTER/PCM MIXER with 106, please branch, PCM PLAY not working
Date: Wed, 16 Feb 2005 19:29:34 +0100 [thread overview]
Message-ID: <s5hu0ocs6i9.wl@alsa2.suse.de> (raw)
In-Reply-To: <42138EE3.8040201@gmx.de>
[-- Attachment #1: Type: text/plain, Size: 2030 bytes --]
At Wed, 16 Feb 2005 19:20:19 +0100,
thomas schorpp wrote:
>
> hello,
>
> sorry, just seen bounces from the list, someone doesnt like me,it seems..
>
> <alsa-devel@lists.sourceforge.net>:
> 66.35.250.206_does_not_like_recipient./Remote_host_said:_550_Administrative_prohibition/Giving_up_on_66.35.250.206./
>
> <tiwai@users.sourceforge.net>:
> 66.35.250.206_does_not_like_recipient./Remote_host_said:_550_Administrative_prohibition/Giving_up_on_66.35.250.206./
Seems like a temporary problem of sourceforge...
>
> anyway:
>
> Takashi Iwai wrote:
> > At Wed, 16 Feb 2005 06:21:42 +0100,
> > thomas schorpp wrote:
> >
> >>-----BEGIN PGP SIGNED MESSAGE-----
> >>Hash: RIPEMD160
> >>
> >>hello,
> >>
> >>this device
> >>
> >>http://www.cmedia.com.tw/product/CMI9761.htm
> >>
> >>the -A- type ive got
> >>
> >>has working continuous (slider) master mixer+balance and "working" pcm
> >>mixer slider with v106 (2.6.10 release kernel alsa) but no more with
> >>v108 alsa-driver or cvs from yesterday.
> >>
> >>please branch for this device (on cheap asrock mass-seller K7VTA+ board
> >>with via8235 pci).
> >
> >
> > Interesting. How can one detect the difference of model? Does it
> > have a different codec id?
>
> im sorry, need to work in this... you got some indentifiers in +{
> 0x434d4983, 0xffffffff, XXXXXXXXXX chip id? from where? XXXXXXXXXX
> "CMI9761A", patch_cm9761a, NULL }, ?
>
> last resort were a configure script switch (?)
Well, I'm working on the problem of CM9761 (model 83) with another
guy. We found out that although the Master and PCM volumes look as if
working, they don't affect any volumes in fact. So, removing these
controls are correct (at least for his chip).
Please make sure that the Master and PCM volumes _really_ work with
the older version of ALSA on your board. That means, when you change
the PCM or Master volume, it really changes the output level.
Anyway, the patch below might fix the silent output of CM9761, which
was already committed to CVS today.
Takashi
[-- Attachment #2: Type: text/plain, Size: 699 bytes --]
Index: alsa-kernel/pci/ac97/ac97_patch.c
===================================================================
RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/pci/ac97/ac97_patch.c,v
retrieving revision 1.74
diff -u -r1.74 ac97_patch.c
--- alsa-kernel/pci/ac97/ac97_patch.c 14 Feb 2005 11:15:30 -0000 1.74
+++ alsa-kernel/pci/ac97/ac97_patch.c 16 Feb 2005 17:53:06 -0000
@@ -2084,8 +2084,10 @@
val = 0x0214;
else
val = 0x321c;
- snd_ac97_write_cache(ac97, AC97_CM9761_MULTI_CHAN, val);
#endif
+ val = snd_ac97_read(ac97, AC97_CM9761_MULTI_CHAN);
+ val |= (1 << 4);
+ snd_ac97_write_cache(ac97, AC97_CM9761_MULTI_CHAN, val);
/* FIXME: set up GPIO */
snd_ac97_write_cache(ac97, 0x70, 0x0100);
next prev parent reply other threads:[~2005-02-16 18:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-16 5:21 [INFO] C-Media CMI9761 -A- type , CONTINOUS NOT DISCRETE MASTER/PCM MIXER with 106, please branch, PCM PLAY not working thomas schorpp
2005-02-16 10:47 ` Takashi Iwai
[not found] ` <42138EE3.8040201@gmx.de>
2005-02-16 18:29 ` Takashi Iwai [this message]
2005-02-17 7:54 ` [INFO] C-Media CMI9761 -A- type , DEVICE REVISION IS 8D thomas schorpp
2005-02-17 1:27 ` [INFO] C-Media CMI9761 -A- type , CODEC ID thomas schorpp
2005-02-17 1:52 ` [INFO] C-Media CMI9761 -A- type , CODEC ID BY MB thomas schorpp
2005-02-17 3:37 ` Sergio Monteiro Basto
2005-02-17 4:10 ` [PATCH V0.1] C-Media CMI9761 -A- type thomas schorpp
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=s5hu0ocs6i9.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=t.schorpp@gmx.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.