All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Mark Brown <broonie@kernel.org>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>,
	Adnan Ali <adnan.ali@bp.renesas.com>,
	Vincenzo De Michele <vincenzo.michele@davinci.de>,
	Patrick Keil <patrick.keil@conti-engineering.com>
Subject: [PATCH 3/5] ASoC: rsnd: tidyup brga/brgb default value
Date: Tue, 22 Aug 2023 23:50:48 +0000	[thread overview]
Message-ID: <87jztmzlew.wl-kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <87o7iyzlfy.wl-kuninori.morimoto.gx@renesas.com>

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>
---
 sound/soc/sh/rcar/adg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/sh/rcar/adg.c b/sound/soc/sh/rcar/adg.c
index 5528351c7535..fbe209b2430d 100644
--- a/sound/soc/sh/rcar/adg.c
+++ b/sound/soc/sh/rcar/adg.c
@@ -503,8 +503,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
-- 
2.25.1


  parent reply	other threads:[~2023-08-22 23:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-22 23:50 [PATCH 0/5] ASoC: rsnd: tidyup ADG Kuninori Morimoto
2023-08-22 23:50 ` [PATCH 1/5] ASoC: rsnd: enable clk_i approximate rate usage Kuninori Morimoto
2023-08-22 23:50 ` [PATCH 2/5] ASoC: rsnd: setup clock-out only when all conditions are right Kuninori Morimoto
2023-08-22 23:50 ` Kuninori Morimoto [this message]
2023-08-22 23:50 ` [PATCH 4/5] ASoC: rsnd: remove default division of clock out Kuninori Morimoto
2023-08-22 23:51 ` [PATCH 5/5] ASoC: rsnd: setup BRGCKR/BRRA/BRRB on rsnd_adg_clk_control() Kuninori Morimoto
2023-08-23 12:53 ` [PATCH 0/5] ASoC: rsnd: tidyup ADG Mark Brown
2023-08-23 19:54 ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87jztmzlew.wl-kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=adnan.ali@bp.renesas.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=patrick.keil@conti-engineering.com \
    --cc=vincenzo.michele@davinci.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.