projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15c57ce
)
ASoC: rsnd: add usage for SRC
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Thu, 8 Apr 2021 04:29:15 +0000
(13:29 +0900)
committer
Mark Brown
<broonie@kernel.org>
Wed, 14 Apr 2021 14:24:14 +0000
(15:24 +0100)
This patch add missing usage comment for SRC.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link:
https://lore.kernel.org/r/87zgy9z9es.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/src.c
patch
|
blob
|
history
diff --git
a/sound/soc/sh/rcar/src.c
b/sound/soc/sh/rcar/src.c
index
585ffba
..
628af8f
100644
(file)
--- a/
sound/soc/sh/rcar/src.c
+++ b/
sound/soc/sh/rcar/src.c
@@
-6,6
+6,15
@@
// Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
/*
+ * You can use Synchronous Sampling Rate Convert (if no DVC)
+ *
+ * amixer set "SRC Out Rate" on
+ * aplay xxx.wav &
+ * amixer set "SRC Out Rate" 96000 // convert rate to 96000Hz
+ * amixer set "SRC Out Rate" 22050 // convert rate to 22050Hz
+ */
+
+/*
* you can enable below define if you don't need
* SSI interrupt status debug message when debugging
* see rsnd_dbg_irq_status()