4 Mar
2009
4 Mar
'09
8:56 p.m.
On Wed, Mar 04, 2009 at 12:49:31AM +0000, Ben Dooks wrote:
From: Ben Dooks ben@simtec.co.uk
Add the initial code to support the S3C64XX I2S hardware using the s3c-i2s-v2 core code.
Signed-off-by: Ben Dooks ben@simtec.co.uk
I'll apply this, just one little comment for future reference:
+#define S3C64XX_I2S_RATES \
- (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_11025 | SNDRV_PCM_RATE_16000 | \
- SNDRV_PCM_RATE_22050 | SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 | \
- SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000)
Could do SNDDRV_PCM_RATE_8000_96000 here.