[alsa-devel] [patch 6/9] S3C64XX: Add s3c64xx-i2s support

Mark Brown broonie at sirena.org.uk
Wed Mar 4 20:56:27 CET 2009


On Wed, Mar 04, 2009 at 12:49:31AM +0000, Ben Dooks wrote:
> From: Ben Dooks <ben at 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 at 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.


More information about the Alsa-devel mailing list