mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Wang, Xiaoming" <xiaoming.wang@intel.com>
To: tiwai@suse.de, vinod.koul@intel.com, jeeja.kp@intel.com,
	dhowells@redhat.com, arnd@arndb.de, tglx@linutronix.de,
	mtk.manpages@gmail.com, paulmck@linux.vnet.ibm.com,
	davej@redhat.com, linux-kernel@vger.kernel.org
Cc: dongxing.zhang@intel.com, xiaoming.wang@intel.com
Subject: [PATCH] ALSA: compress: Cancel the optimization of compiler and fix the size of struct for all platform.
Date: Thu, 12 Jun 2014 18:47:07 -0400	[thread overview]
Message-ID: <1402613227.8326.13.camel@wxm-ubuntu> (raw)

Cancel the optimization of compiler for struct snd_compr_avail
which size will be 0x1c in 32bit kernel while 0x20 in 64bit
kernel under the optimizer. That will make compaction between
32bit and 64bit. So add packed to fix the size of struct
snd_compr_avail to 0x1c for all platform.

Signed-off-by: Zhang Dongxing <dongxing.zhang@intel.com>
Signed-off-by: xiaoming wang <xiaoming.wang@intel.com>
---
 include/uapi/sound/compress_offload.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/uapi/sound/compress_offload.h b/include/uapi/sound/compress_offload.h
index 5759810..21eed48 100644
--- a/include/uapi/sound/compress_offload.h
+++ b/include/uapi/sound/compress_offload.h
@@ -80,7 +80,7 @@ struct snd_compr_tstamp {
 struct snd_compr_avail {
 	__u64 avail;
 	struct snd_compr_tstamp tstamp;
-};
+} __attribute__((packed));
 
 enum snd_compr_direction {
 	SND_COMPRESS_PLAYBACK = 0,
-- 
1.7.1


             reply	other threads:[~2014-06-12  8:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-12 22:47 Wang, Xiaoming [this message]
2014-06-12  9:25 ` Vinod Koul
2014-06-12  9:59   ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1402613227.8326.13.camel@wxm-ubuntu \
    --to=xiaoming.wang@intel.com \
    --cc=arnd@arndb.de \
    --cc=davej@redhat.com \
    --cc=dhowells@redhat.com \
    --cc=dongxing.zhang@intel.com \
    --cc=jeeja.kp@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=tglx@linutronix.de \
    --cc=tiwai@suse.de \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®