ASoC: rsnd: remove default division of clock out
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 22 Aug 2023 23:50:54 +0000 (23:50 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 23 Aug 2023 12:53:28 +0000 (13:53 +0100)
commitab0233747f9cf6ba6c6d0c60c1e0e2533db00302
treea4739094bb47d454e8067f1697d85f0227338288
parent80d4984f38631b1157dd51214ccd3d2fc6d56fbb
ASoC: rsnd: remove default division of clock out

Current adg has default division for BRRA/BRRB, but it was created at
very beginning of the driver implementation, and is now an unnecessary
settings.

Because it has this default division, unexpected clockout might
be selected. For example if it requests only 44.1kHz base clockout,
unrequested 48kHz base clockout also will be selected.

This patch remove default division of clock out

Reported-by: Vincenzo De Michele <vincenzo.michele@davinci.de>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87il96zlep.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/adg.c