koalo / linux

Development of a I2S sound driver for the Raspberry Pi
Other
37 stars 20 forks source link

ASoC: Add support for PCM5102A #22

Closed WallaceIT closed 11 years ago

WallaceIT commented 11 years ago

Add support for PCM5102A codec from TI; the driver is a rework of ESS9018 driver with the addition of 24bit audio capability

maximus21 commented 11 years ago

I don't think this is the place to add codecs that should go into mainstream linux

WallaceIT commented 11 years ago

The pull request includes RPi drivers as well...

maximus21 commented 11 years ago

the DAC has only 2 channels, not 8. the modules were not written by Florian.

WallaceIT commented 11 years ago

You are right, I forgot to put my name on the modules. Going to edit them. Thanks

koalo commented 11 years ago

It is the right place - as WallaceIT said, it includes all the bindings for the Raspberry Pi. The driver alone might be useable for mainstream linux, but since it includes only a few definitions, I would postpone this until the I2S driver itself is upstream.

I am looking forward to your corrected version.