mbox series

[00/11] ALSA: Replace with __packed attribute

Message ID 20231025132314.5878-1-tiwai@suse.de (mailing list archive)
Headers show
Series ALSA: Replace with __packed attribute | expand

Message

Takashi Iwai Oct. 25, 2023, 1:23 p.m. UTC
Hi,

this is a series of cleanup patches just to replace the old
__attribute__((packed)) with __packed.
Also one patch to drop the outdated comments from the legacy
wavefront.h.

(And let's try to submit to linux-sound ML.)


Takashi

===

Takashi Iwai (11):
  ALSA: control: Replace with __packed attribute
  ALSA: pcm: Replace with __packed attribute
  ALSA: rawmidi: Replace with __packed attribute
  ALSA: azt3328: Replace with __packed attribute
  ALSA: mixart: Replace with __packed attribute
  ALSA: caiaq: Replace with __packed attribute
  ALSA: aoa: Replace with __packed attribute
  ALSA: opl3: Replace with __packed attribute
  ALSA: wavefront: Replace with __packed attribute
  ALSA: wavefront: Drop obsoleted comments and definitions
  ALSA: seq: Replace with __packed attribute

 include/sound/opl3.h                  |  2 +-
 include/sound/wavefront.h             | 53 +-------------------
 include/uapi/sound/asequencer.h       |  4 +-
 sound/aoa/soundbus/i2sbus/interface.h |  2 +-
 sound/core/control_compat.c           |  2 +-
 sound/core/pcm_native.c               |  4 +-
 sound/core/rawmidi_compat.c           |  4 +-
 sound/pci/azt3328.c                   |  2 +-
 sound/pci/mixart/mixart_core.h        | 70 +++++++++++++--------------
 sound/usb/caiaq/device.h              |  2 +-
 10 files changed, 47 insertions(+), 98 deletions(-)