[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openvortex-dev] SPDIF first mile stone.
From: |
J. Gordon Wolfe |
Subject: |
Re: [Openvortex-dev] SPDIF first mile stone. |
Date: |
10 Sep 2003 16:43:29 -0400 |
Hmm... well if you're hearing sound you're doing better than me anyway.
The init function supplied seems to work, in that my receiver
acknowledges the connection, but I can't get any audio to come out for
the life of me. Of course my receiver's a bit picky... in windows it
only works if I set the spdif frequency to 44100. I tried changing the
value of spdif_sr in the init function, but it didn't help.
On Wed, 2003-09-10 at 06:38, Erik Gustavsson wrote:
> It works!
>
> None of the mixer controls seem to have any effect though, except the
> EQ.
>
> I changed this in vortex_connect_codecplay():
>
> vortex_route(vortex, en, 0x11, ADB_EQOUT(0), 0x92);
> vortex_route(vortex, en, 0x11, ADB_EQOUT(1), 0x93);
>
> /cyr
>
> On Wed, 2003-09-10 at 06:53, Manuel Jander wrote:
> > Hi everyone,
> >
> > I think i got something SPDIF'ish out of my MX300. There was some more
> > work to be done, i didn't expected, but finally, i got a digital (TTL)
> > signal that changes according to the audio output.
> >
> > Below is the function i hacked to bring the SPDIF port to life. After
> > that (hooked into vortex_hw_init), all that is needed to be done is to
> > route audio to ADB addresses 0x92 and 0x93.
> >
> > I'll try to integrate SPDIF as a separate ALSA PCM device for easier
> > usage. Stay tuned :)
> >