In former commit, life time of user-defined element set is limited. This is a change of protocol between kernel/userland and tell it to applications so that they can judge to remove added element sets voluntarily or not. This commit bumps up the version of protocol. Signed-off-by: Takashi Sakamoto <o-takashi@xxxxxxxxxxxxx> --- include/uapi/sound/asound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h index 609cadb..34c6f3e 100644 --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h @@ -805,7 +805,7 @@ struct snd_timer_tread { * * ****************************************************************************/ -#define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 7) +#define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 8) struct snd_ctl_card_info { int card; /* card number */ -- 2.7.4 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel