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

Commit 0c828451 authored by Xiaoyu Ye's avatar Xiaoyu Ye
Browse files

uapi: sound: remove redundant QGKI config checks



Userspace does not have access to QGKI configs,
so remove redundant QGKI config checks.

Change-Id: Iedb5c3d37cd5d59cc5bf6177a7e6448628350fbf
Signed-off-by: default avatarXiaoyu Ye <benyxy@codeaurora.org>
parent 0d06400c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -427,10 +427,8 @@ union snd_codec_options {
	struct snd_dec_ape ape;
	struct snd_dec_wma wma_dec;
	struct snd_dec_aptx aptx_dec;
#ifdef CONFIG_AUDIO_QGKI
	struct snd_dec_vorbis vorbis_dec;
	struct snd_dec_amrwb_plus amrwbplus;
#endif
} __attribute__((packed, aligned(4)));

/** struct snd_codec_desc - description of codec capabilities