diff options
author | Takashi Iwai <tiwai@suse.de> | 2023-10-25 15:23:07 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-10-26 09:42:59 +0200 |
commit | afcd82afd2022191532c5492edd9e28da0617fcf (patch) | |
tree | 2070f823057b5f0e532d4da8e18a3a13199e90ab /sound/pci | |
parent | 2fb203dbeaea54255d1ca8ae93b8a69a096d44b2 (diff) |
ALSA: azt3328: 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-5-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/azt3328.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/azt3328.c b/sound/pci/azt3328.c index 0c6754bf9455..431f0026b507 100644 --- a/sound/pci/azt3328.c +++ b/sound/pci/azt3328.c @@ -1383,7 +1383,7 @@ snd_azf3328_codec_setdmaa(struct snd_azf3328 *chip, u32 dma_start_1; u32 dma_start_2; u32 dma_lengths; - } __attribute__((packed)) setup_io; + } __packed setup_io; area_length = buffer_bytes/2; |