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

Commit 3227182e authored by Surendar Karka's avatar Surendar Karka Committed by Gerrit - the friendly Code Review server
Browse files

uapi: sound: add new meta key to get DSP render position



Add meta key to query presentation position from DSP
in system time domain.

Change-Id: I1b17bdc2c94b4d694f7d968cd513812e4136e209
Signed-off-by: default avatarSurendar Karka <skarka@codeaurora.org>
parent 5ddc46af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -246,4 +246,5 @@ struct snd_compr_metadata {
#define SND_COMPR_TRIGGER_DRAIN 7 /*FIXME move this to pcm.h */
#define SND_COMPR_TRIGGER_NEXT_TRACK 8
#define SND_COMPR_TRIGGER_PARTIAL_DRAIN 9
#define SNDRV_COMPRESS_DSP_POSITION 10
#endif