diff options
author | Mark Brown <broonie@kernel.org> | 2024-04-03 11:04:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-04-03 11:04:23 +0100 |
commit | 953db8ded10fc54e698c2fb5fb4028bf93719ae9 (patch) | |
tree | 341d4d9ffc746eddfd8b33ab7cf2a27b19cc6689 /sound/soc/sh/rcar/ssiu.c | |
parent | ff9496dacf3485aa3f86d9b8e63d497541b36fa6 (diff) | |
parent | 07f6232ff1c9909cd87e42020c91b265a58918da (diff) |
ASoC: rsnd: reg cleanup
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
These are Renesas Sound driver cleanups for Gen3/Gen4.
Diffstat (limited to 'sound/soc/sh/rcar/ssiu.c')
-rw-r--r-- | sound/soc/sh/rcar/ssiu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/ssiu.c b/sound/soc/sh/rcar/ssiu.c index 17bd8cc86dd0..665e8b2db579 100644 --- a/sound/soc/sh/rcar/ssiu.c +++ b/sound/soc/sh/rcar/ssiu.c @@ -413,7 +413,7 @@ static void rsnd_ssiu_debug_info(struct seq_file *m, struct rsnd_dai_stream *io, struct rsnd_mod *mod) { - rsnd_debugfs_mod_reg_show(m, mod, RSND_GEN2_SSIU, + rsnd_debugfs_mod_reg_show(m, mod, RSND_BASE_SSIU, rsnd_mod_id(mod) * 0x80, 0x80); } #define DEBUG_INFO .debug_info = rsnd_ssiu_debug_info |