Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5d3e345 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "uapi: sound: remove redundant QGKI config checks"

parents 6da1fc6d 3ea63ceb
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -507,13 +507,8 @@ struct snd_codec {
	__u32 format;
	__u32 align;
	union snd_codec_options options;
#ifdef CONFIG_AUDIO_QGKI
	__u32 flags;
	__u32 compr_passthr;
	__u32 reserved[1];
#else
	/* reserved[0] is compr_passthr and reserved[1] is flags */
	__u32 reserved[3];
#endif
} __attribute__((packed, aligned(4)));

/** struct snd_codec_metadata
@@ -531,7 +526,4 @@ struct snd_codec_metadata {
	__u32 reserved[4];
};

#define SND_CODEC_COMPRESS_PASSTHROUGH


#endif