Commit b65cb7a5 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown

ASoC: rsnd: tidyup comments position/space/tab

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a46d0592
...@@ -604,8 +604,8 @@ rsnd_gen2_dma_addr(struct rsnd_dai_stream *io, ...@@ -604,8 +604,8 @@ rsnd_gen2_dma_addr(struct rsnd_dai_stream *io,
dma_addr_t in_addr; dma_addr_t in_addr;
} dma_addrs[3][2][3] = { } dma_addrs[3][2][3] = {
/* SRC */ /* SRC */
{{{ 0, 0 },
/* Capture */ /* Capture */
{{{ 0, 0 },
{ RDMA_SRC_O_N(src, id), RDMA_SRC_I_P(src, id) }, { RDMA_SRC_O_N(src, id), RDMA_SRC_I_P(src, id) },
{ RDMA_CMD_O_N(src, id), RDMA_SRC_I_P(src, id) } }, { RDMA_CMD_O_N(src, id), RDMA_SRC_I_P(src, id) } },
/* Playback */ /* Playback */
......
...@@ -108,7 +108,6 @@ unsigned int rsnd_src_get_rate(struct rsnd_priv *priv, ...@@ -108,7 +108,6 @@ unsigned int rsnd_src_get_rate(struct rsnd_priv *priv,
int is_play = rsnd_io_is_play(io); int is_play = rsnd_io_is_play(io);
/* /*
*
* Playback * Playback
* runtime_rate -> [SRC] -> convert_rate * runtime_rate -> [SRC] -> convert_rate
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment