public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH for-next 1/3] ASoC: tas2562: Fix sample rate error message
@ 2020-02-26 16:16 Dan Murphy
  2020-02-26 16:16 ` [RESEND PATCH for-next 2/3] ASoC: dt-bindings: Add TAS2563 compatible to the TAS2562 binding Dan Murphy
  2020-02-26 16:16 ` [RESEND PATCH for-next 3/3] ASoC: tas2562: Add entries for the TAS2563 audio amplifier Dan Murphy
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Murphy @ 2020-02-26 16:16 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai; +Cc: alsa-devel, linux-kernel, Dan Murphy

Fix error message for setting the sample rate.  It says bitwidth but
should say sample rate.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 sound/soc/codecs/tas2562.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/tas2562.c b/sound/soc/codecs/tas2562.c
index d5e04030a0c1..c7a4b3b74654 100644
--- a/sound/soc/codecs/tas2562.c
+++ b/sound/soc/codecs/tas2562.c
@@ -271,7 +271,7 @@ static int tas2562_hw_params(struct snd_pcm_substream *substream,
 
 	ret = tas2562_set_samplerate(tas2562, params_rate(params));
 	if (ret)
-		dev_err(tas2562->dev, "set bitwidth failed, %d\n", ret);
+		dev_err(tas2562->dev, "set sample rate failed, %d\n", ret);
 
 	return ret;
 }
-- 
2.25.0


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

end of thread, other threads:[~2020-02-26 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-26 16:16 [RESEND PATCH for-next 1/3] ASoC: tas2562: Fix sample rate error message Dan Murphy
2020-02-26 16:16 ` [RESEND PATCH for-next 2/3] ASoC: dt-bindings: Add TAS2563 compatible to the TAS2562 binding Dan Murphy
2020-02-26 16:16 ` [RESEND PATCH for-next 3/3] ASoC: tas2562: Add entries for the TAS2563 audio amplifier Dan Murphy

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