]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: ctl: bump protocol version up to v2.1.0
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 23 Dec 2019 02:39:21 +0000 (11:39 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Dec 2019 14:57:36 +0000 (15:57 +0100)
commit8e916210c3dfff7f52818013eb5516667dea6c33
tree5a279b94fc1b7a0023407485e0b00d2a56fdf52d
parentbc0190ee50f0a0367d56e82c03d972e34d7f774e
ALSA: ctl: bump protocol version up to v2.1.0

In a development period for v5.6 kernel, some changes are introduced to
structures in ALSA control interface:
 - 'tstamp' member is removed from 'struct snd_ctl_elem_value
 - 'TSTAMP' flag is removed from a set of access flags for 'struct
   snd_ctl_elem_info'
 - 'dimen' member is removed from 'struct snd_ctl_elem_info

Although these changes were introduced with enough consideration for
backward compatibility, they include slightly lose of it. This commit
bumps protocol version of ALSA control interface up to v2.1.0.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20191223023921.8151-5-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/uapi/sound/asound.h