Searched hist:d3c637632da95d7646053c64b855641cd917960e (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/pci/ymfpci/ |
H A D | ymfpci.h | diff d3c637632da95d7646053c64b855641cd917960e Wed Jul 25 16:24:01 CDT 2018 Takashi Iwai <tiwai@suse.de> ALSA: ymfpci: Proper endian notations
The bank values are all little-endians, so they should be defined with __le32. This fixes lots of sparse warnings like: sound/pci/ymfpci/ymfpci_main.c:315:23: warning: cast to restricted __le32 sound/pci/ymfpci/ymfpci_main.c:342:32: warning: incorrect type in assignment (different base types)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | ymfpci_main.c | diff d3c637632da95d7646053c64b855641cd917960e Wed Jul 25 16:24:01 CDT 2018 Takashi Iwai <tiwai@suse.de> ALSA: ymfpci: Proper endian notations
The bank values are all little-endians, so they should be defined with __le32. This fixes lots of sparse warnings like: sound/pci/ymfpci/ymfpci_main.c:315:23: warning: cast to restricted __le32 sound/pci/ymfpci/ymfpci_main.c:342:32: warning: incorrect type in assignment (different base types)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|