mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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>
This commit is contained in:
parent
d059cd40ae
commit
80d4984f38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user