* Audio Dirver for the 403/405?
@ 2007-05-30 21:44 bert_maxel
2007-05-30 23:10 ` Grant Likely
0 siblings, 1 reply; 6+ messages in thread
From: bert_maxel @ 2007-05-30 21:44 UTC (permalink / raw)
To: linuxppc-embedded
Hi all,
Has anybody got some working audio driver (linux) for the ML403/405 ?
I know it's an ac97 codec, but I can't find anything related to the xilinx
boards?
If nobody has worked on this yet, I'm in trouble. I don't know where to
start, or from what ac97 driver should I base my initial development?
Any suggestion is much appreciated.
Thanks
--
View this message in context: http://www.nabble.com/Audio-Dirver-for-the-403-405--tf3843165.html#a10883262
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Audio Dirver for the 403/405?
2007-05-30 21:44 Audio Dirver for the 403/405? bert_maxel
@ 2007-05-30 23:10 ` Grant Likely
2007-05-31 7:45 ` Andrei Konovalov
2007-05-31 19:10 ` bert_maxel
0 siblings, 2 replies; 6+ messages in thread
From: Grant Likely @ 2007-05-30 23:10 UTC (permalink / raw)
To: bert_maxel; +Cc: linuxppc-embedded
On 5/30/07, bert_maxel <bonlutin@hotmail.com> wrote:
>
> Hi all,
>
> Has anybody got some working audio driver (linux) for the ML403/405 ?
> I know it's an ac97 codec, but I can't find anything related to the xilinx
> boards?
> If nobody has worked on this yet, I'm in trouble. I don't know where to
> start, or from what ac97 driver should I base my initial development?
IIRC, the old mvista 2.4 tree has an audio driver.
g.
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Audio Dirver for the 403/405?
2007-05-30 23:10 ` Grant Likely
@ 2007-05-31 7:45 ` Andrei Konovalov
2007-05-31 19:10 ` bert_maxel
1 sibling, 0 replies; 6+ messages in thread
From: Andrei Konovalov @ 2007-05-31 7:45 UTC (permalink / raw)
To: Grant Likely; +Cc: bert_maxel, linuxppc-embedded
Grant Likely wrote:
> On 5/30/07, bert_maxel <bonlutin@hotmail.com> wrote:
>> Hi all,
>>
>> Has anybody got some working audio driver (linux) for the ML403/405 ?
>> I know it's an ac97 codec, but I can't find anything related to the xilinx
>> boards?
>> If nobody has worked on this yet, I'm in trouble. I don't know where to
>> start, or from what ac97 driver should I base my initial development?
>
> IIRC, the old mvista 2.4 tree has an audio driver.
>
> g.
>
I am afraid it doesn't...
Thanks,
Andrei
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Audio Dirver for the 403/405?
2007-05-30 23:10 ` Grant Likely
2007-05-31 7:45 ` Andrei Konovalov
@ 2007-05-31 19:10 ` bert_maxel
2007-05-31 19:37 ` Stephen Neuendorffer
1 sibling, 1 reply; 6+ messages in thread
From: bert_maxel @ 2007-05-31 19:10 UTC (permalink / raw)
To: linuxppc-embedded
Grant Likely-2 wrote:
>
> On 5/30/07, bert_maxel <bonlutin@hotmail.com> wrote:
>>
>> Hi all,
>>
>> Has anybody got some working audio driver (linux) for the ML403/405 ?
>> I know it's an ac97 codec, but I can't find anything related to the
>> xilinx
>> boards?
>> If nobody has worked on this yet, I'm in trouble. I don't know where to
>> start, or from what ac97 driver should I base my initial development?
>
> IIRC, the old mvista 2.4 tree has an audio driver.
>
> g.
>
> --
> Grant Likely, B.Sc., P.Eng.
> Secret Lab Technologies Ltd.
> grant.likely@secretlab.ca
> (403) 399-0195
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
>
There are plenty of boards with an ac97 codec, but what's missing is the
glue for the ML403 board, there's no pci bus in this case, opb cores
instead.
I hope somebody can point me to a link of interest.
thanks
--
View this message in context: http://www.nabble.com/Audio-Dirver-for-the-403-405--tf3843165.html#a10900170
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Audio Dirver for the 403/405?
2007-05-31 19:10 ` bert_maxel
@ 2007-05-31 19:37 ` Stephen Neuendorffer
2007-06-01 20:38 ` bert_maxel
0 siblings, 1 reply; 6+ messages in thread
From: Stephen Neuendorffer @ 2007-05-31 19:37 UTC (permalink / raw)
To: bert_maxel, linuxppc-embedded
There is an opb core developed for the Xilinx University Program board,
which
has a similar hardware interface to the ML403 (i.e. no PCI bridge)
The XUPV2P web page with the opb_ac97 core is here:
http://www.xilinx.com/univ/xupv2p.html=20
I have a /dev/dsp driver (which I'll send to Bert directly) which limps
along in 2.6.
This core has a relatively small buffer and no master access to memory,
which
results in relatively poor performance, but it is a starting point.
Steve
> -----Original Message-----
> From:=20
> linuxppc-embedded-bounces+stephen=3Dneuendorffer.name@ozlabs.org
> =20
> [mailto:linuxppc-embedded-bounces+stephen=3Dneuendorffer.name@oz
labs.org] On Behalf Of bert_maxel
> Sent: Thursday, May 31, 2007 12:10 PM
> To: linuxppc-embedded@ozlabs.org
> Subject: Re: Audio Dirver for the 403/405?
>=20
>=20
>=20
>=20
> Grant Likely-2 wrote:
> >=20
> > On 5/30/07, bert_maxel <bonlutin@hotmail.com> wrote:
> >>
> >> Hi all,
> >>
> >> Has anybody got some working audio driver (linux) for the =20
> ML403/405 ?
> >> I know it's an ac97 codec, but I can't find anything=20
> related to the=20
> >> xilinx boards?
> >> If nobody has worked on this yet, I'm in trouble. I don't=20
> know where=20
> >> to start, or from what ac97 driver should I base my=20
> initial development?
> >=20
> > IIRC, the old mvista 2.4 tree has an audio driver.
> >=20
> > g.
> >=20
> > --
> > Grant Likely, B.Sc., P.Eng.
> > Secret Lab Technologies Ltd.
> > grant.likely@secretlab.ca
> > (403) 399-0195
> > _______________________________________________
> > Linuxppc-embedded mailing list
> > Linuxppc-embedded@ozlabs.org
> > https://ozlabs.org/mailman/listinfo/linuxppc-embedded
> >=20
> >=20
>=20
> There are plenty of boards with an ac97 codec, but what's=20
> missing is the glue for the ML403 board, there's no pci bus=20
> in this case, opb cores instead.
> I hope somebody can point me to a link of interest.
>=20
> thanks
> --
> View this message in context:=20
> http://www.nabble.com/Audio-Dirver-for-the-403-405--tf3843165.
html#a10900170
> Sent from the linuxppc-embedded mailing list archive at Nabble.com.
>=20
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>=20
>=20
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Audio Dirver for the 403/405?
2007-05-31 19:37 ` Stephen Neuendorffer
@ 2007-06-01 20:38 ` bert_maxel
0 siblings, 0 replies; 6+ messages in thread
From: bert_maxel @ 2007-06-01 20:38 UTC (permalink / raw)
To: linuxppc-embedded
Thanks for your input.
Can you send me the dsp driver that goes with opb_ac97?
That'll be a good start for me, I appreciate your help.
thank you Steve
bert
Stephen Neuendorffer wrote:
>
>
> There is an opb core developed for the Xilinx University Program board,
> which
> has a similar hardware interface to the ML403 (i.e. no PCI bridge)
> The XUPV2P web page with the opb_ac97 core is here:
> http://www.xilinx.com/univ/xupv2p.html
>
> I have a /dev/dsp driver (which I'll send to Bert directly) which limps
> along in 2.6.
> This core has a relatively small buffer and no master access to memory,
> which
> results in relatively poor performance, but it is a starting point.
>
> Steve
>
>> -----Original Message-----
>> From:
>> linuxppc-embedded-bounces+stephen=neuendorffer.name@ozlabs.org
>>
>> [mailto:linuxppc-embedded-bounces+stephen=neuendorffer.name@oz
> labs.org] On Behalf Of bert_maxel
>> Sent: Thursday, May 31, 2007 12:10 PM
>> To: linuxppc-embedded@ozlabs.org
>> Subject: Re: Audio Dirver for the 403/405?
>>
>>
>>
>>
>> Grant Likely-2 wrote:
>> >
>> > On 5/30/07, bert_maxel <bonlutin@hotmail.com> wrote:
>> >>
>> >> Hi all,
>> >>
>> >> Has anybody got some working audio driver (linux) for the
>> ML403/405 ?
>> >> I know it's an ac97 codec, but I can't find anything
>> related to the
>> >> xilinx boards?
>> >> If nobody has worked on this yet, I'm in trouble. I don't
>> know where
>> >> to start, or from what ac97 driver should I base my
>> initial development?
>> >
>> > IIRC, the old mvista 2.4 tree has an audio driver.
>> >
>> > g.
>> >
>> > --
>> > Grant Likely, B.Sc., P.Eng.
>> > Secret Lab Technologies Ltd.
>> > grant.likely@secretlab.ca
>> > (403) 399-0195
>> > _______________________________________________
>> > Linuxppc-embedded mailing list
>> > Linuxppc-embedded@ozlabs.org
>> > https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>> >
>> >
>>
>> There are plenty of boards with an ac97 codec, but what's
>> missing is the glue for the ML403 board, there's no pci bus
>> in this case, opb cores instead.
>> I hope somebody can point me to a link of interest.
>>
>> thanks
>> --
>> View this message in context:
>> http://www.nabble.com/Audio-Dirver-for-the-403-405--tf3843165.
> html#a10900170
>> Sent from the linuxppc-embedded mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Linuxppc-embedded mailing list
>> Linuxppc-embedded@ozlabs.org
>> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>>
>>
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
>
--
View this message in context: http://www.nabble.com/Audio-Dirver-for-the-403-405--tf3843165.html#a10920136
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-06-01 20:38 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-30 21:44 Audio Dirver for the 403/405? bert_maxel
2007-05-30 23:10 ` Grant Likely
2007-05-31 7:45 ` Andrei Konovalov
2007-05-31 19:10 ` bert_maxel
2007-05-31 19:37 ` Stephen Neuendorffer
2007-06-01 20:38 ` bert_maxel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).