[alsa-devel] [PATCH 4/8] firmware: Sigma: Mark firmware strutcs packed

Mike Frysinger vapier at gentoo.org
Fri Nov 25 21:07:09 CET 2011


On Friday 25 November 2011 05:48:20 Lars-Peter Clausen wrote:
> On 11/24/2011 06:19 PM, Mike Frysinger wrote:
> > On Thursday 24 November 2011 07:48:23 Lars-Peter Clausen wrote:
> >> Mark structs which are embedded into the firmware as packed to avoid
> >> alignment issues.
> > 
> > while in general this makes sense, i designed the struct layout
> > specifically to work on any sane system.  that means 8bits align on
> > 8bits, 16bits align on 16bits, and 32bits align on 32bits.
> > 
> > do you see any place where this is not the case ?  otherwise, using
> > __packed by itself doesn't make much sense unless you also change all
> > the loads from the struct to the get_unaligned variety which would add
> > useless overhead to many embedded parts.
> > 
> > all in all, i'd omit the __packed markings since they're unnecessary.
> 
> While you are right I think it's generally a good idea to mark anything as
> packed, where we don't have direct influence on the alignment, to avoid
> unpleasant suppresses.

don't we though ?  the ADI peeps writing the driver code work directly with 
the ADI sigmadsp peeps for the firmware needs.  so as long as we make sure the 
layout stays sane, then it stays sane ... otherwise, we need to be vigilant to 
make sure people don't go slipping in useless get_unaligned calls to the code.  
if they see "__packed", they think it's correct.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20111125/422df90d/attachment-0001.sig 


More information about the Alsa-devel mailing list