Skip to content

Commit 80d4984

Browse files
morimotobroonie
authored andcommitted
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 <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87jztmzlew.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent d059cd4 commit 80d4984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/soc/sh/rcar/adg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@ static int rsnd_adg_get_clkout(struct rsnd_priv *priv)
502502
};
503503

504504
ckr = 0;
505-
brga = 2; /* default 1/6 */
506-
brgb = 2; /* default 1/6 */
505+
brga = 0xff; /* default */
506+
brgb = 0xff; /* default */
507507

508508
/*
509509
* ADG supports BRRA/BRRB output only

0 commit comments

Comments
 (0)