mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 02:36:02 +00:00
ASoC: topology: Correct error message
Error message refers to mixer, but it is used for various other types of controls, so change it to refer to generic "controls". Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20220401120200.4047867-6-amadeuszx.slawinski@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
5e2cd47a36
commit
34b310451c
@ -237,7 +237,7 @@ static inline void soc_control_err(struct soc_tplg *tplg,
|
||||
struct snd_soc_tplg_ctl_hdr *hdr, const char *name)
|
||||
{
|
||||
dev_err(tplg->dev,
|
||||
"ASoC: no complete mixer IO handler for %s type (g,p,i) %d:%d:%d at 0x%lx\n",
|
||||
"ASoC: no complete control IO handler for %s type (g,p,i) %d:%d:%d at 0x%lx\n",
|
||||
name, hdr->ops.get, hdr->ops.put, hdr->ops.info,
|
||||
soc_tplg_get_offset(tplg));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user