Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: compress_offload: increase SNDRV_COMPRESS_VERSION minor version by 1

Since addition of raw opus codec support we need to update
compress API minor version by one.
Bump the SNDRV_COMPRESS_VERSION to 0.4.1.

Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
Acked-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Alexey Klimov and committed by
Takashi Iwai
b07d2514 5d36370f

+1 -1
+1 -1
include/uapi/sound/compress_offload.h
··· 13 13 #include <sound/asound.h> 14 14 #include <sound/compress_params.h> 15 15 16 - #define SNDRV_COMPRESS_VERSION SNDRV_PROTOCOL_VERSION(0, 4, 0) 16 + #define SNDRV_COMPRESS_VERSION SNDRV_PROTOCOL_VERSION(0, 4, 1) 17 17 /** 18 18 * struct snd_compressed_buffer - compressed buffer 19 19 * @fragment_size: size of buffer fragment in bytes