diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2024-07-30 04:32:22 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-07-30 14:29:52 +0200 |
commit | 22c406c9bf5e28d9fed0bf37ac9d544e56127fd3 (patch) | |
tree | 8de540adb8a5cb1d0af246cf7665afa3e85808fe /sound/soc/sh/rcar/rsnd.h | |
parent | ASoC: rsnd: remove rsnd_mod_confirm_ssi() under DEBUG (diff) | |
download | linux-22c406c9bf5e28d9fed0bf37ac9d544e56127fd3.tar.xz linux-22c406c9bf5e28d9fed0bf37ac9d544e56127fd3.zip |
ASoC: rsnd: use pcm_dmaengine code
rsnd is implementing own DMAEngine code, but we can replace it with
pcm_dmaengine code, because these are almost same.
Let's use existing and stable code.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87cymvk3t5.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/rcar/rsnd.h')
-rw-r--r-- | sound/soc/sh/rcar/rsnd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h index 8cf5d9001f43..3c164d8e3b16 100644 --- a/sound/soc/sh/rcar/rsnd.h +++ b/sound/soc/sh/rcar/rsnd.h @@ -576,7 +576,6 @@ int rsnd_rdai_ssi_lane_ctrl(struct rsnd_dai *rdai, #define rsnd_rdai_width_get(rdai) \ rsnd_rdai_width_ctrl(rdai, 0) int rsnd_rdai_width_ctrl(struct rsnd_dai *rdai, int width); -void rsnd_dai_period_elapsed(struct rsnd_dai_stream *io); int rsnd_dai_connect(struct rsnd_mod *mod, struct rsnd_dai_stream *io, enum rsnd_mod_type type); |