|
@@ -80,7 +80,7 @@ struct snd_compr_tstamp {
|
|
struct snd_compr_avail {
|
|
struct snd_compr_avail {
|
|
__u64 avail;
|
|
__u64 avail;
|
|
struct snd_compr_tstamp tstamp;
|
|
struct snd_compr_tstamp tstamp;
|
|
-};
|
|
|
|
|
|
+} __attribute__((packed));
|
|
|
|
|
|
enum snd_compr_direction {
|
|
enum snd_compr_direction {
|
|
SND_COMPRESS_PLAYBACK = 0,
|
|
SND_COMPRESS_PLAYBACK = 0,
|