]> git.alsa-project.org Git - alsa-lib.git/commit
test: apply optimization for v4.14 kernel about changes for TLV data handling on...
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 24 Aug 2017 01:48:35 +0000 (10:48 +0900)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Aug 2017 07:17:32 +0000 (09:17 +0200)
commit5efdabc1ab60f443f7183e50fea99510d0e3fe77
treeaa2f951b95f110d0c81fa256b160b5eb9e66ea86
parent52826d4655fac9fa86600d5238391eb2c8ca8092
test: apply optimization for v4.14 kernel about changes for TLV data handling on user-defined element set

At kernel v4.14, in initial state, elements on user-defined sets have
write-only flag. When applications write TLV data, then the elements
get readable flag and the TLV data is available. Originally TLV data
is shared by elements in the same set, thus events are generated for
all of elements in the set by the write operation.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
test/user-ctl-element-set.c