summaryrefslogtreecommitdiff
path: root/src/mp3tl-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mp3tl-priv.h')
-rw-r--r--src/mp3tl-priv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mp3tl-priv.h b/src/mp3tl-priv.h
index fb5a88f..cf07d3a 100644
--- a/src/mp3tl-priv.h
+++ b/src/mp3tl-priv.h
@@ -58,9 +58,9 @@ struct mp3tl
/* CRC value read from the mpeg data */
guint old_crc;
- PCM pcm_sample;
- SAM sample;
- FRA fraction;
+ __CACHE_LINE_DECL_ALIGN(PCM pcm_sample);
+ __CACHE_LINE_DECL_ALIGN(SAM sample);
+ __CACHE_LINE_DECL_ALIGN(FRA fraction);
/* Output samples circular buffer and read and write ptrs */
gint16 *sample_buf;