mbox series

[0/4] ALSA: Yet more cleanups for procfs

Message ID 20190205160758.9172-1-tiwai@suse.de (mailing list archive)
Headers show
Series ALSA: Yet more cleanups for procfs | expand

Message

Takashi Iwai Feb. 5, 2019, 4:07 p.m. UTC
Hi,

this is the last part of my procfs cleanup patches.
These are merely cleanups, no functional changes are expected.

The whole patches are found in topic/proc-fixes in sound git tree.


thanks,

Takashi

===

Takashi Iwai (4):
  ALSA: info: Drop unused snd_info_entry.card field
  ALSA: info: Minor optimization
  ALSA: info: Move card id proc creation into info.c
  ALSA: cs46xx: Clean up proc file creations

 include/sound/core.h                |  1 -
 include/sound/info.h                |  1 -
 sound/core/info.c                   | 36 +++++++--------
 sound/core/init.c                   | 31 ++-----------
 sound/pci/cs46xx/cs46xx_dsp_spos.h  |  6 ---
 sound/pci/cs46xx/dsp_spos.c         | 87 ++++++++++++-------------------------
 sound/pci/cs46xx/dsp_spos_scb_lib.c | 13 +++---
 7 files changed, 55 insertions(+), 120 deletions(-)