All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: spdif_transmitter: Allow 192kHz sample rate
@ 2014-06-15 23:56 Anssi Hannula
  2014-06-15 23:56 ` [PATCH 2/2] ASoC: fsl_spdif: Add support for output sample rates 96kHz and 192kHz Anssi Hannula
  2014-06-17 14:35 ` [PATCH 1/2] ASoC: spdif_transmitter: Allow 192kHz sample rate Mark Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Anssi Hannula @ 2014-06-15 23:56 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

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>
---
 sound/soc/codecs/spdif_transmitter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/spdif_transmitter.c b/sound/soc/codecs/spdif_transmitter.c
index a078aa31052a..e0df537dd4b7 100644
--- 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_96000
+#define STUB_RATES	SNDRV_PCM_RATE_8000_192000
 #define STUB_FORMATS	(SNDRV_PCM_FMTBIT_S16_LE | \
 			SNDRV_PCM_FMTBIT_S20_3LE | \
 			SNDRV_PCM_FMTBIT_S24_LE)
-- 
1.8.4.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-17 14:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-15 23:56 [PATCH 1/2] ASoC: spdif_transmitter: Allow 192kHz sample rate Anssi Hannula
2014-06-15 23:56 ` [PATCH 2/2] ASoC: fsl_spdif: Add support for output sample rates 96kHz and 192kHz Anssi Hannula
2014-06-16  2:33   ` Nicolin Chen
2014-06-17 14:37   ` Mark Brown
2014-06-17 14:35 ` [PATCH 1/2] ASoC: spdif_transmitter: Allow 192kHz sample rate Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.