projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd63df2
)
ASoC: ak4104: allow more sample rates
author
Daniel Mack
<daniel@caiaq.de>
Wed, 13 Jan 2010 10:25:05 +0000
(11:25 +0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 13 Jan 2010 13:23:00 +0000
(13:23 +0000)
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>
sound/soc/codecs/ak4104.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/ak4104.c
b/sound/soc/codecs/ak4104.c
index 3a14c6fc4f5ee45ece90bbf092bf4ba9e30cfc09..b9ef7e45891d3c238597a750f762ea4bcbf3ef96 100644
(file)
--- a/
sound/soc/codecs/ak4104.c
+++ b/
sound/soc/codecs/ak4104.c
@@
-185,9
+185,7
@@
struct snd_soc_dai ak4104_dai = {
.stream_name = "Playback",
.channels_min = 2,
.channels_max = 2,
- .rates = SNDRV_PCM_RATE_44100 |
- SNDRV_PCM_RATE_48000 |
- SNDRV_PCM_RATE_32000,
+ .rates = SNDRV_PCM_RATE_8000_192000,
.formats = SNDRV_PCM_FMTBIT_S16_LE |
SNDRV_PCM_FMTBIT_S24_3LE |
SNDRV_PCM_FMTBIT_S24_LE