projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb203d
)
ALSA: azt3328: Replace with __packed attribute
author
Takashi Iwai
<tiwai@suse.de>
Wed, 25 Oct 2023 13:23:07 +0000
(15:23 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 26 Oct 2023 07:42:59 +0000
(09:42 +0200)
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>
sound/pci/azt3328.c
patch
|
blob
|
history
diff --git
a/sound/pci/azt3328.c
b/sound/pci/azt3328.c
index 0c6754bf94554bcb5b2ac3873848051d9098bc8f..431f0026b507e2ce35f3e6f966ad03b4efe6946d 100644
(file)
--- 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;