diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-08-21 09:03:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-21 17:58:16 +0200 |
commit | b65cb7a590274bf5dbf5bbccbbd0c495c27ab14d (patch) | |
tree | 4e3097400086e6a1c0d1ae6911b63385fa7bcd8f /sound/soc/sh/rcar/src.c | |
parent | ASoC: sh: make snd_soc_ops const (diff) | |
download | linux-b65cb7a590274bf5dbf5bbccbbd0c495c27ab14d.tar.xz linux-b65cb7a590274bf5dbf5bbccbbd0c495c27ab14d.zip |
ASoC: rsnd: tidyup comments position/space/tab
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/rcar/src.c')
-rw-r--r-- | sound/soc/sh/rcar/src.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sound/soc/sh/rcar/src.c b/sound/soc/sh/rcar/src.c index 8e9a1de0ec25..46400397dbbd 100644 --- a/sound/soc/sh/rcar/src.c +++ b/sound/soc/sh/rcar/src.c @@ -108,7 +108,6 @@ unsigned int rsnd_src_get_rate(struct rsnd_priv *priv, int is_play = rsnd_io_is_play(io); /* - * * Playback * runtime_rate -> [SRC] -> convert_rate * @@ -203,13 +202,13 @@ static void rsnd_src_set_convert_rate(struct rsnd_dai_stream *io, use_src = (fin != fout) | rsnd_src_sync_is_enabled(mod); /* - * SRC_ADINR + * SRC_ADINR */ adinr = rsnd_get_adinr_bit(mod, io) | rsnd_runtime_channel_original(io); /* - * SRC_IFSCR / SRC_IFSVR + * SRC_IFSCR / SRC_IFSVR */ ifscr = 0; fsrate = 0; @@ -223,7 +222,7 @@ static void rsnd_src_set_convert_rate(struct rsnd_dai_stream *io, } /* - * SRC_SRCCR / SRC_ROUTE_MODE0 + * SRC_SRCCR / SRC_ROUTE_MODE0 */ cr = 0x00011110; route = 0x0; |