From: Anssi Saari <as@sci.fi>
To: Ville Hallivuori <vph@iki.fi>
Cc: davej@redhat.com, linux-kernel@vger.kernel.org
Subject: Re: CMPCI patch for 2.4.23 (fix multi channel audio, spdiff, game port)
Date: Mon, 8 Dec 2003 20:24:24 +0200 [thread overview]
Message-ID: <20031208182424.GA29415@sci.fi> (raw)
In-Reply-To: <20031207203802.GA6685@vph.iki.fi>
On Sun, Dec 07, 2003 at 10:38:02PM +0200, Ville Hallivuori wrote:
> #define SPDF_0 0x01
> #define SPDF_1 0x02
> to
> #define SPDF_0 0x02
> #define SPDF_1 0x01
>
> And change from function set_spdif_monitor line:
> maskw(s->iobase + CODEC_CMI_FUNCTRL1, ~SPDO2DAC, channel == 2 ? SPDO2DAC : 0);
> to:
> maskw(s->iobase + CODEC_CMI_FUNCTRL1, ~SPDO2DAC, channel == 1 ? SPDO2DAC : 0);
>
> If this does not help. try looking for similar value pairs -- it seems
> that channel number assumptions are present in quite many places...
Yes, that fixed SPDIF out. However, I still don't have working
AC3 passthrough. I wish I knew more about the chip... At least
set_ac3_unlocked() seems to do the same thing for both versions.
next prev parent reply other threads:[~2003-12-08 18:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20031207201207.ED1F11B246@simpukka.saunalahti.fi>
2003-12-07 20:38 ` Fwd: Re: CMPCI patch for 2.4.23 (fix multi channel audio, spdiff, game port) Ville Hallivuori
2003-12-08 18:24 ` Anssi Saari [this message]
2003-12-07 17:46 Ville Hallivuori
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=20031208182424.GA29415@sci.fi \
--to=as@sci.fi \
--cc=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=vph@iki.fi \
/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.