summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tas2562.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-03-02 15:39:08 +0100
committerMark Brown <broonie@kernel.org>2020-03-02 15:39:08 +0100
commitcd1fa30142e2fc24ae81448f420197712d49d526 (patch)
treecb8769c06c9e657814946707046a17914fe5a663 /sound/soc/codecs/tas2562.c
parentMerge series "ASoC: SOF: updates for 5.7" from Pierre-Louis Bossart <pierre-l... (diff)
parentASoC: rt1015: add operation callback function for rt1015_dai[] (diff)
downloadlinux-cd1fa30142e2fc24ae81448f420197712d49d526.tar.xz
linux-cd1fa30142e2fc24ae81448f420197712d49d526.zip
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7
Diffstat (limited to 'sound/soc/codecs/tas2562.c')
-rw-r--r--sound/soc/codecs/tas2562.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tas2562.c b/sound/soc/codecs/tas2562.c
index 79c3c3d79766..6b7f7a18da36 100644
--- a/sound/soc/codecs/tas2562.c
+++ b/sound/soc/codecs/tas2562.c
@@ -276,7 +276,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;
}