]> git.alsa-project.org Git - alsa-utils.git/commit
Topology: NHLT: Intel: Fix compile warning in dmic-process.c
authorSeppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Tue, 18 Jun 2024 12:47:05 +0000 (15:47 +0300)
committerJaroslav Kysela <perex@perex.cz>
Fri, 21 Jun 2024 14:04:23 +0000 (16:04 +0200)
commit5db60d5e854748af2e5c2bd0f9e68624fa78916f
tree8b541b25a01fa84c10d4f185ab8420ff0bee387c
parentf417c1acfc2fe6fb2450df8ded3e8d1b1cc372aa
Topology: NHLT: Intel: Fix compile warning in dmic-process.c

This patch fixes warnings like:

intel/dmic/dmic-process.c: In function 'select_mode':
intel/dmic/dmic-process.c:498:35: warning:
format '%s' expects a matching 'char *' argument [-Wformat=]

The intended __func__ string is missing from the two fprintf()
prints for errors.

Closes: https://github.com/alsa-project/alsa-utils/pull/270
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
topology/nhlt/intel/dmic/dmic-process.c