All of lore.kernel.org
 help / color / mirror / Atom feed
* Chip support for CS4270 and CS4265
@ 2006-03-21 20:26 Steve deRosier
  2006-03-24 13:21 ` Clemens Ladisch
  2006-03-30  2:30 ` Leonid
  0 siblings, 2 replies; 6+ messages in thread
From: Steve deRosier @ 2006-03-21 20:26 UTC (permalink / raw)
  To: Alsa-Devel

All,

Does anyone know if the CS4270 and CS4265 are supported in Alsa?  I don't see either one on the matrix on the website, and also noted that ALL CS chips mentioned are listed as discontinued on Cirrus Logic's web site.

I took a brief look through the CVS web viewer and didn't see any mention of them either.  Does anyone know the status?

Thanks,
- Steve


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Chip support for CS4270 and CS4265
  2006-03-21 20:26 Chip support for CS4270 and CS4265 Steve deRosier
@ 2006-03-24 13:21 ` Clemens Ladisch
  2006-03-30  2:30 ` Leonid
  1 sibling, 0 replies; 6+ messages in thread
From: Clemens Ladisch @ 2006-03-24 13:21 UTC (permalink / raw)
  To: Steve deRosier; +Cc: Alsa-Devel

Steve deRosier wrote:
> Does anyone know if the CS4270 and CS4265 are supported in Alsa?

These chips cannot be connected directly to a PCI (or similar) bus; they
expect audio data in a simple serial format and require some controller
chip that does DMA from/to the computer's memory.

The ALSA driver, if it existed, would be for this controller chip.

Do you have some particular sound card in mind?

> I don't see either one on the matrix on the website, and also noted
> that ALL CS chips mentioned are listed as discontinued on Cirrus
> Logic's web site.

Those are chips that have a PCI or ISA interface.


HTH
Clemens


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Chip support for CS4270 and CS4265
@ 2006-03-24 15:37 Steve DeRosier
  2006-03-26 11:37 ` Martin Habets
  0 siblings, 1 reply; 6+ messages in thread
From: Steve DeRosier @ 2006-03-24 15:37 UTC (permalink / raw)
  To: Clemens Ladisch; +Cc: Alsa-Devel

Thanks Clemens.  Makes perfect sense.  

No particular sound card in mind; Got someone working on an embedded design that will eventually run linux and this is what they're looking at puting in the audio portion.  Though I guess since the contract says they're responsible for the Alsa drivers I'm not going to worry about it; I just hope they understand what they're doing.  ;)

- Steve

-----Original Message-----
From: Clemens Ladisch [mailto:clemens@ladisch.de]
Sent: Friday, March 24, 2006 5:22 AM
To: Steve DeRosier
Cc: Alsa-Devel
Subject: Re: [Alsa-devel] Chip support for CS4270 and CS4265


Steve deRosier wrote:
> Does anyone know if the CS4270 and CS4265 are supported in Alsa?

These chips cannot be connected directly to a PCI (or similar) bus; they
expect audio data in a simple serial format and require some controller
chip that does DMA from/to the computer's memory.

The ALSA driver, if it existed, would be for this controller chip.

Do you have some particular sound card in mind?

> I don't see either one on the matrix on the website, and also noted
> that ALL CS chips mentioned are listed as discontinued on Cirrus
> Logic's web site.

Those are chips that have a PCI or ISA interface.


HTH
Clemens


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Chip support for CS4270 and CS4265
  2006-03-24 15:37 Steve DeRosier
@ 2006-03-26 11:37 ` Martin Habets
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Habets @ 2006-03-26 11:37 UTC (permalink / raw)
  To: Steve DeRosier; +Cc: Clemens Ladisch, Alsa-Devel

On Fri, Mar 24, 2006 at 07:37:01AM -0800, Steve DeRosier wrote:
> Thanks Clemens.  Makes perfect sense.  
> 
> No particular sound card in mind; Got someone working on an embedded design that will eventually run linux and this is what they're looking at puting in the audio portion.  Though I guess since the contract says they're responsible for the Alsa drivers I'm not going to worry about it; I just hope they understand what they're doing.  ;)

Just make sure they plan to support DMA! :)

Martin

> - Steve
> 
> -----Original Message-----
> From: Clemens Ladisch [mailto:clemens@ladisch.de]
> Sent: Friday, March 24, 2006 5:22 AM
> To: Steve DeRosier
> Cc: Alsa-Devel
> Subject: Re: [Alsa-devel] Chip support for CS4270 and CS4265
> 
> 
> Steve deRosier wrote:
> > Does anyone know if the CS4270 and CS4265 are supported in Alsa?
> 
> These chips cannot be connected directly to a PCI (or similar) bus; they
> expect audio data in a simple serial format and require some controller
> chip that does DMA from/to the computer's memory.
> 
> The ALSA driver, if it existed, would be for this controller chip.
> 
> Do you have some particular sound card in mind?
> 
> > I don't see either one on the matrix on the website, and also noted
> > that ALL CS chips mentioned are listed as discontinued on Cirrus
> > Logic's web site.
> 
> Those are chips that have a PCI or ISA interface.
> 
> 
> HTH
> Clemens


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Chip support for CS4270 and CS4265
  2006-03-21 20:26 Chip support for CS4270 and CS4265 Steve deRosier
  2006-03-24 13:21 ` Clemens Ladisch
@ 2006-03-30  2:30 ` Leonid
  2006-03-30  4:22   ` Lee Revell
  1 sibling, 1 reply; 6+ messages in thread
From: Leonid @ 2006-03-30  2:30 UTC (permalink / raw)
  To: alsa-devel

Steve deRosier <derosier <at> pianodisc.com> writes:

> 
> All,
> 
> Does anyone know if the CS4270 and CS4265 are supported in Alsa?  I don't see
either one on the matrix on the
> website, and also noted that ALL CS chips mentioned are listed as discontinued
on Cirrus Logic's web site.
> 
> I took a brief look through the CVS web viewer and didn't see any mention of
them either.  Does anyone know the status?
> 
> Thanks,
> - Steve
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> 

I'd like to know as well, Steve... Did anybody answer? Leonid.




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: Chip support for CS4270 and CS4265
  2006-03-30  2:30 ` Leonid
@ 2006-03-30  4:22   ` Lee Revell
  0 siblings, 0 replies; 6+ messages in thread
From: Lee Revell @ 2006-03-30  4:22 UTC (permalink / raw)
  To: Leonid; +Cc: alsa-devel

On Thu, 2006-03-30 at 02:30 +0000, Leonid wrote:
> Steve deRosier <derosier <at> pianodisc.com> writes:
> 
> > 
> > All,
> > 
> > Does anyone know if the CS4270 and CS4265 are supported in Alsa?  I don't see
> either one on the matrix on the
> > website, and also noted that ALL CS chips mentioned are listed as discontinued
> on Cirrus Logic's web site.
> > 
> > I took a brief look through the CVS web viewer and didn't see any mention of
> them either.  Does anyone know the status?
> > 
> > Thanks,
> > - Steve
> > 
> 
> I'd like to know as well, Steve... Did anybody answer? Leonid.

Yes, quoting Clemens Ladisch:

These chips cannot be connected directly to a PCI (or similar) bus; they
expect audio data in a simple serial format and require some controller
chip that does DMA from/to the computer's memory.

The ALSA driver, if it existed, would be for this controller chip.

Do you have some particular sound card in mind?

> I don't see either one on the matrix on the website, and also noted
> that ALL CS chips mentioned are listed as discontinued on Cirrus
> Logic's web site.

Those are chips that have a PCI or ISA interface.


HTH
Clemens

-Lee




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-03-30  4:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-21 20:26 Chip support for CS4270 and CS4265 Steve deRosier
2006-03-24 13:21 ` Clemens Ladisch
2006-03-30  2:30 ` Leonid
2006-03-30  4:22   ` Lee Revell
  -- strict thread matches above, loose matches on Subject: below --
2006-03-24 15:37 Steve DeRosier
2006-03-26 11:37 ` Martin Habets

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.