diff options
| -rw-r--r-- | include/uapi/sound/compress_params.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/sound/compress_params.h b/include/uapi/sound/compress_params.h index 213302d22d95..016f380af0a8 100644 --- a/include/uapi/sound/compress_params.h +++ b/include/uapi/sound/compress_params.h @@ -85,7 +85,8 @@ #define SND_AUDIOCODEC_DTS_PASS_THROUGH ((__u32) 0x0000000E) #define SND_AUDIOCODEC_DTS_LBR ((__u32) 0x0000000F) #define SND_AUDIOCODEC_DTS_TRANSCODE_LOOPBACK ((__u32) 0x00000010) -#define SND_AUDIOCODEC_MAX SND_AUDIOCODEC_DTS_TRANSCODE_LOOPBACK +#define SND_AUDIOCODEC_PASS_THROUGH ((__u32) 0x00000011) +#define SND_AUDIOCODEC_MAX SND_AUDIOCODEC_PASS_THROUGH /* * Profile and modes are listed with bit masks. This allows for a |
