diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-04-25 08:16:58 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-25 20:41:09 +0200 |
commit | 66287def435315d9d8de740da4c543e37630b897 (patch) | |
tree | de7bdc6b79b039afdd57768322da692588f473f6 /sound/soc/sh/rcar/rsnd.h | |
parent | ASoC: codec: hdac_hdmi add device_link to card device (diff) | |
download | linux-66287def435315d9d8de740da4c543e37630b897.tar.xz linux-66287def435315d9d8de740da4c543e37630b897.zip |
ASoC: rsnd: fixup 6ch settings to 8ch
rsnd need to use 8ch clock settings for 6ch for TDM.
Otherwise, it can't work correctly.
This patch fixup it.
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/rsnd.h')
-rw-r--r-- | sound/soc/sh/rcar/rsnd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h index 0e6ef4e18400..7727add3eb1a 100644 --- a/sound/soc/sh/rcar/rsnd.h +++ b/sound/soc/sh/rcar/rsnd.h @@ -446,6 +446,7 @@ void rsnd_parse_connect_common(struct rsnd_dai *rdai, struct device_node *playback, struct device_node *capture); +int rsnd_channel_normalization(int chan); #define rsnd_runtime_channel_original(io) \ rsnd_runtime_channel_original_with_params(io, NULL) int rsnd_runtime_channel_original_with_params(struct rsnd_dai_stream *io, |