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

Commit a19f5688 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ALSA: compress: Add DSD format support for ALSA"

parents 780d44d9 b33b025a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -97,7 +97,8 @@
#define SND_AUDIOCODEC_EAC3                  ((__u32) 0x00000018)
#define SND_AUDIOCODEC_ALAC                  ((__u32) 0x00000019)
#define SND_AUDIOCODEC_APE                   ((__u32) 0x00000020)
#define SND_AUDIOCODEC_MAX                   SND_AUDIOCODEC_APE
#define SND_AUDIOCODEC_DSD                   ((__u32) 0x00000021)
#define SND_AUDIOCODEC_MAX                   SND_AUDIOCODEC_DSD
/*
 * Profile and modes are listed with bit masks. This allows for a
 * more compact representation of fields that will not evolve