projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7171511
)
ASoC: spdif_transmitter: Allow 192kHz sample rate
author
Anssi Hannula
<anssi.hannula@iki.fi>
Sun, 15 Jun 2014 23:56:41 +0000
(
02:56
+0300)
committer
Mark Brown
<broonie@linaro.org>
Tue, 17 Jun 2014 14:35:32 +0000
(15:35 +0100)
Transmitters and receivers may support a 192kHz sample rate.
Tested with a Cubox-i imx6 system and an Onkyo TX-SR607 receiver.
Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/spdif_transmitter.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/spdif_transmitter.c
b/sound/soc/codecs/spdif_transmitter.c
index a078aa31052a589e2ee4115f6657806b62ba0418..e0df537dd4b7dd8e0ae8034f9350d9514dc6b382 100644
(file)
--- a/
sound/soc/codecs/spdif_transmitter.c
+++ b/
sound/soc/codecs/spdif_transmitter.c
@@
-24,7
+24,7
@@
#define DRV_NAME "spdif-dit"
-#define STUB_RATES SNDRV_PCM_RATE_8000_
96
000
+#define STUB_RATES SNDRV_PCM_RATE_8000_
192
000
#define STUB_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | \
SNDRV_PCM_FMTBIT_S20_3LE | \
SNDRV_PCM_FMTBIT_S24_LE)