Am Montag 04 April 2011, 19:56:30 schrieb Jassi Brar:
On Mon, Apr 4, 2011 at 8:00 PM, Heiko Stübner heiko@sntech.de wrote:
The i2s.c and .h seem to be made for the s3c64xx and up (according to the initial commit message).
Yes, that shares the common core of S3C64XX and up.
This leaves the s3c-i2s-v2+s3c2412_i2s combination and s3c24xx-iis.
IIRC, 2416 and 64xx have similar (exactly same?) I2S blocks. So, you need to simply follow what is being done for I2S on SMDK6410 as an example.
thanks.
I think this suggestion saved me alot of hours and grey hair :-)
From my inexperienced viewpoint the 2416 seemed more similar to the 2412. Therefore I started meddling with this i2s driver. But with your pointer even the s3c6400-remenants in the vendor kernels [1] we posses make sense.
So again thanks Heiko