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

Commit 8d88dd80 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: I0eef5a3f924c673db6c486318b91d3156d139f9c
Signed-off-by: default avatarXiaoyu Ye <benyxy@codeaurora.org>
parent 2fdd353e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -168,7 +168,6 @@ enum sndrv_compress_latency_mode {
enum sndrv_compress_encoder {
	SNDRV_COMPRESS_ENCODER_PADDING = 1,
	SNDRV_COMPRESS_ENCODER_DELAY = 2,
#ifdef CONFIG_AUDIO_QGKI
	SNDRV_COMPRESS_PATH_DELAY = 3,
	SNDRV_COMPRESS_RENDER_MODE = 4,
	SNDRV_COMPRESS_CLK_REC_MODE = 5,
@@ -177,7 +176,6 @@ enum sndrv_compress_encoder {
	SNDRV_COMPRESS_ENABLE_ADJUST_SESSION_CLOCK = 8,
	SNDRV_COMPRESS_ADJUST_SESSION_CLOCK = 9,
	SNDRV_COMPRESS_LATENCY_MODE = 10,
#endif
};

#ifdef CONFIG_AUDIO_QGKI