From: Kuninori Morimoto Date: Tue, 22 Aug 2023 23:50:48 +0000 (+0000) Subject: ASoC: rsnd: tidyup brga/brgb default value X-Git-Tag: v6.6-rc1~135^2~3^2~6^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d4984f38631b1157dd51214ccd3d2fc6d56fbb;p=thirdparty%2Flinux.git ASoC: rsnd: tidyup brga/brgb default value default value for brga/brgb should be 0xff instead of 0x2. This patch tidyup it. Signed-off-by: Kuninori Morimoto Link: https://lore.kernel.org/r/87jztmzlew.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/rcar/adg.c b/sound/soc/sh/rcar/adg.c index 919339b75a251..4acfb92e44f3c 100644 --- a/sound/soc/sh/rcar/adg.c +++ b/sound/soc/sh/rcar/adg.c @@ -502,8 +502,8 @@ static int rsnd_adg_get_clkout(struct rsnd_priv *priv) }; ckr = 0; - brga = 2; /* default 1/6 */ - brgb = 2; /* default 1/6 */ + brga = 0xff; /* default */ + brgb = 0xff; /* default */ /* * ADG supports BRRA/BRRB output only