[PATCH 0/8] ASoC: Replace sprintf() with sysfs_emit()

Takashi Iwai tiwai at suse.de
Mon Aug 1 19:01:00 CEST 2022


Hi,

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.


Takashi

===

Takashi Iwai (8):
  ASoC: cs43130: Replace scnprintf() with sysfs_emit()
  ASoC: tlv320aic26: Replace sprintf() with sysfs_emit()
  ASoC: Intel: sst: Replace sprintf() with sysfs_emit()
  ASoC: Intel: catpt: Replace sprintf() with sysfs_emit()
  ASoC: Intel: skylake: Replace sprintf() with sysfs_emit()
  ASoC: core: Replace sprintf() with sysfs_emit()
  ASoC: DAPM: Replace sprintf() calls with sysfs_emit_at()
  ASoC: omap: Replace sprintf() with sysfs_emit()

 sound/soc/codecs/cs43130.c         | 11 +++++------
 sound/soc/codecs/tlv320aic26.c     |  2 +-
 sound/soc/intel/atom/sst/sst.c     |  8 ++++----
 sound/soc/intel/catpt/sysfs.c      |  6 +++---
 sound/soc/intel/skylake/skl-nhlt.c |  2 +-
 sound/soc/soc-core.c               |  2 +-
 sound/soc/soc-dapm.c               |  9 ++++-----
 sound/soc/ti/omap-mcbsp-st.c       |  6 +++---
 sound/soc/ti/omap-mcbsp.c          |  8 ++++----
 9 files changed, 26 insertions(+), 28 deletions(-)

-- 
2.35.3



More information about the Alsa-devel mailing list