ASoC: apple: Fix the wrong format specifier
authorliujing <liujing@cmss.chinamobile.com>
Wed, 13 Nov 2024 01:57:58 +0000 (09:57 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 21 Nov 2024 14:03:18 +0000 (14:03 +0000)
commitf32c3f01c21cdd6a354988006aaca5e3dfe478f9
tree179b824feb808e0e42807feead6bbcb04a090afb
parente038f43edaf0083f6aa7c9415d86cf28dfd152f9
ASoC: apple: Fix the wrong format specifier

In the mca_fe_hw_params(), the variable tdm_slot_width is of
type unsigned int, so the output should be %u

Signed-off-by: liujing <liujing@cmss.chinamobile.com>
Link: https://patch.msgid.link/20241113015758.5441-1-liujing@cmss.chinamobile.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/apple/mca.c