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

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

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

parents 86fcf02a 529de7c4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -220,4 +220,7 @@ 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
#ifdef CONFIG_AUDIO_QGKI
#define SNDRV_COMPRESS_DSP_POSITION 10
#endif
#endif