projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55c209c
)
ASoC: renesas: rz-ssi: Fix typo on SSI_RATES macro comment
author
Claudiu Beznea
<claudiu.beznea.uj@bp.renesas.com>
Tue, 10 Dec 2024 17:09:35 +0000
(19:09 +0200)
committer
Mark Brown
<broonie@kernel.org>
Wed, 11 Dec 2024 13:23:56 +0000
(13:23 +0000)
The SSI_RATES macro covers 8KHz-48KHz audio frequencies. Update macro
comment to reflect it.
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Link:
https://patch.msgid.link/20241210170953.2936724-7-claudiu.beznea.uj@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/renesas/rz-ssi.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/renesas/rz-ssi.c
b/sound/soc/renesas/rz-ssi.c
index 178c915331e962f192905fc21f227d1526421fc3..35929160a8a50a82773158886d31403e0aa64913 100644
(file)
--- a/
sound/soc/renesas/rz-ssi.c
+++ b/
sound/soc/renesas/rz-ssi.c
@@
-71,7
+71,7
@@
#define PREALLOC_BUFFER (SZ_32K)
#define PREALLOC_BUFFER_MAX (SZ_32K)
-#define SSI_RATES SNDRV_PCM_RATE_8000_48000 /* 8k-4
4.1
kHz */
+#define SSI_RATES SNDRV_PCM_RATE_8000_48000 /* 8k-4
8
kHz */
#define SSI_FMTS SNDRV_PCM_FMTBIT_S16_LE
#define SSI_CHAN_MIN 2
#define SSI_CHAN_MAX 2