Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: rt274: correct comment style
@ 2017-07-19  1:52 Bard Liao
  2017-07-19 11:27 ` Applied "ASoC: rt274: correct comment style" to the asoc tree Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Bard Liao @ 2017-07-19  1:52 UTC (permalink / raw)
  To: broonie, lgirdwood
  Cc: oder_chiou, jack.yu, alsa-devel, lars, guneshwor.o.singh,
	shumingf, Bard Liao, flove

There was a comment style issue in the driver.

Signed-off-by: Bard Liao <bardliao@realtek.com>
---
 sound/soc/codecs/rt274.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/rt274.c b/sound/soc/codecs/rt274.c
index 81e29ba..fb683ff 100644
--- a/sound/soc/codecs/rt274.c
+++ b/sound/soc/codecs/rt274.c
@@ -1159,7 +1159,7 @@ static int rt274_i2c_probe(struct i2c_client *i2c,
 	regmap_update_bits(rt274->regmap, 0x6f, 0x3000, 0x2000);
 	/* HP DC Calibration */
 	regmap_update_bits(rt274->regmap, 0x6f, 0xf, 0x0);
-	//Set NID=58h.Index 00h [15]= 1b;
+	/* Set NID=58h.Index 00h [15]= 1b; */
 	regmap_write(rt274->regmap, RT274_COEF58_INDEX, 0x00);
 	regmap_write(rt274->regmap, RT274_COEF58_COEF, 0xb888);
 	msleep(500);
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-19 11:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-19  1:52 [PATCH] ASoC: rt274: correct comment style Bard Liao
2017-07-19 11:27 ` Applied "ASoC: rt274: correct comment style" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox