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

Commit dc7bb91d authored by Meng Wang's avatar Meng Wang
Browse files

ALSA: uapi: add new macro SNDRV_AUDIO_QGKI



Add new macro SNDRV_AUDIO_QGKI and userspace can
check if AUDIO_QGKI is enabled or not.

Change-Id: I8c0a8c350c41a5feb616a7ee9895d88f182c91dc
Signed-off-by: default avatarMeng Wang <mengw@codeaurora.org>
parent 11b286fb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1035,4 +1035,8 @@ struct snd_ctl_event {
#define SNDRV_CTL_NAME_IEC958_PCM_STREAM		"PCM Stream"
#define SNDRV_CTL_NAME_IEC958(expl,direction,what)	"IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_CTL_NAME_IEC958_##what

#ifdef CONFIG_AUDIO_QGKI
#define SNDRV_AUDIO_QGKI 1
#endif

#endif /* _UAPI__SOUND_ASOUND_H */