Loading include/uapi/sound/compress_offload.h +5 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,8 @@ struct snd_compr_audio_info { #define SND_COMPR_AUDIO_INFO #define SNDRV_COMPRESS_RENDER_MODE_AUDIO_MASTER 0 #define SNDRV_COMPRESS_RENDER_MODE_STC_MASTER 1 /** * enum sndrv_compress_encoder * @SNDRV_COMPRESS_ENCODER_PADDING: no of samples appended by the encoder at the Loading @@ -141,6 +143,7 @@ struct snd_compr_audio_info { * @SNDRV_COMPRESS_ENCODER_DELAY: no of samples inserted by the encoder at the * beginning of the track * @SNDRV_COMPRESS_PATH_DELAY: dsp path delay in microseconds * @SNDRV_COMPRESS_RENDER_MODE: dsp render mode (audio master or stc) */ enum sndrv_compress_encoder { SNDRV_COMPRESS_ENCODER_PADDING = 1, Loading @@ -148,11 +151,13 @@ enum sndrv_compress_encoder { SNDRV_COMPRESS_MIN_BLK_SIZE = 3, SNDRV_COMPRESS_MAX_BLK_SIZE = 4, SNDRV_COMPRESS_PATH_DELAY = 5, SNDRV_COMPRESS_RENDER_MODE = 6, }; #define SNDRV_COMPRESS_MIN_BLK_SIZE SNDRV_COMPRESS_MIN_BLK_SIZE #define SNDRV_COMPRESS_MAX_BLK_SIZE SNDRV_COMPRESS_MAX_BLK_SIZE #define SNDRV_COMPRESS_PATH_DELAY SNDRV_COMPRESS_PATH_DELAY #define SNDRV_COMPRESS_RENDER_MODE SNDRV_COMPRESS_RENDER_MODE /** * struct snd_compr_metadata - compressed stream metadata Loading Loading
include/uapi/sound/compress_offload.h +5 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,8 @@ struct snd_compr_audio_info { #define SND_COMPR_AUDIO_INFO #define SNDRV_COMPRESS_RENDER_MODE_AUDIO_MASTER 0 #define SNDRV_COMPRESS_RENDER_MODE_STC_MASTER 1 /** * enum sndrv_compress_encoder * @SNDRV_COMPRESS_ENCODER_PADDING: no of samples appended by the encoder at the Loading @@ -141,6 +143,7 @@ struct snd_compr_audio_info { * @SNDRV_COMPRESS_ENCODER_DELAY: no of samples inserted by the encoder at the * beginning of the track * @SNDRV_COMPRESS_PATH_DELAY: dsp path delay in microseconds * @SNDRV_COMPRESS_RENDER_MODE: dsp render mode (audio master or stc) */ enum sndrv_compress_encoder { SNDRV_COMPRESS_ENCODER_PADDING = 1, Loading @@ -148,11 +151,13 @@ enum sndrv_compress_encoder { SNDRV_COMPRESS_MIN_BLK_SIZE = 3, SNDRV_COMPRESS_MAX_BLK_SIZE = 4, SNDRV_COMPRESS_PATH_DELAY = 5, SNDRV_COMPRESS_RENDER_MODE = 6, }; #define SNDRV_COMPRESS_MIN_BLK_SIZE SNDRV_COMPRESS_MIN_BLK_SIZE #define SNDRV_COMPRESS_MAX_BLK_SIZE SNDRV_COMPRESS_MAX_BLK_SIZE #define SNDRV_COMPRESS_PATH_DELAY SNDRV_COMPRESS_PATH_DELAY #define SNDRV_COMPRESS_RENDER_MODE SNDRV_COMPRESS_RENDER_MODE /** * struct snd_compr_metadata - compressed stream metadata Loading