ASoC: Replace sprintf() with sysfs_emit()
authorMark Brown <broonie@kernel.org>
Mon, 15 Aug 2022 16:22:21 +0000 (17:22 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 15 Aug 2022 16:22:21 +0000 (17:22 +0100)
commit79a8ccbd6fc220267934ce398147af14b633eca6
tree2a17bd6916f887c1529e24c697c8e39230e071e1
parent088f115c6ff664c8afe003bd542e1e662a72aaed
parenta111ae4d7f0796cf2ea0e8bf3ab6c06a401e0560
ASoC: Replace sprintf() with sysfs_emit()

Merge series from Takashi Iwai <tiwai@suse.de>:

This is a patch set for rather simple conversions from the plain
sprintf() & co to the new helpers, sysfs_emit() and sysfs_emit_at().
No functional changes are expected.