Skip to content

Commit afcd82a

Browse files
committed
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>
1 parent 2fb203d commit afcd82a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/pci/azt3328.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ snd_azf3328_codec_setdmaa(struct snd_azf3328 *chip,
13831383
u32 dma_start_1;
13841384
u32 dma_start_2;
13851385
u32 dma_lengths;
1386-
} __attribute__((packed)) setup_io;
1386+
} __packed setup_io;
13871387

13881388
area_length = buffer_bytes/2;
13891389

0 commit comments

Comments
 (0)