ALSA: control: Replace with __packed attribute
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Oct 2023 13:23:04 +0000 (15:23 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Oct 2023 07:42:43 +0000 (09:42 +0200)
commitb7cbd9c934ec08c3dd9436e1f4d1bd190553b202
treef5124acd6c90532d9264027ae09e0d641201be8e
parent264aeb994ea8db4a39a393d91b1f551b42309759
ALSA: control: Replace with __packed attribute

Replace the old __attribute__((packed)) with the new __packed.
Only cleanup, no functional changes.

Link: https://lore.kernel.org/r/20231025132314.5878-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control_compat.c