diff options
author | Daniel Mack <daniel@caiaq.de> | 2010-01-13 05:25:05 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-13 08:23:00 -0500 |
commit | 617b14c50eb95b36360b2b3232c6cf20b910e2f8 (patch) | |
tree | a068e359c45e606e9037ea20f4fed4834b08f850 /sound/soc/codecs/ak4104.c | |
parent | fd63df2264f2518fa67dca596d493a330537494d (diff) |
ASoC: ak4104: allow more sample rates
The transmitter supports all sample rates up to 192KHz, so the driver
should not give a limit.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/ak4104.c')
-rw-r--r-- | sound/soc/codecs/ak4104.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/soc/codecs/ak4104.c b/sound/soc/codecs/ak4104.c index 3a14c6fc4f5e..b9ef7e45891d 100644 --- a/sound/soc/codecs/ak4104.c +++ b/sound/soc/codecs/ak4104.c | |||
@@ -185,9 +185,7 @@ struct snd_soc_dai ak4104_dai = { | |||
185 | .stream_name = "Playback", | 185 | .stream_name = "Playback", |
186 | .channels_min = 2, | 186 | .channels_min = 2, |
187 | .channels_max = 2, | 187 | .channels_max = 2, |
188 | .rates = SNDRV_PCM_RATE_44100 | | 188 | .rates = SNDRV_PCM_RATE_8000_192000, |
189 | SNDRV_PCM_RATE_48000 | | ||
190 | SNDRV_PCM_RATE_32000, | ||
191 | .formats = SNDRV_PCM_FMTBIT_S16_LE | | 189 | .formats = SNDRV_PCM_FMTBIT_S16_LE | |
192 | SNDRV_PCM_FMTBIT_S24_3LE | | 190 | SNDRV_PCM_FMTBIT_S24_3LE | |
193 | SNDRV_PCM_FMTBIT_S24_LE | 191 | SNDRV_PCM_FMTBIT_S24_LE |