]> git.alsa-project.org Git - alsa-lib.git/commit
ucm: modifiers names must be compound parse
authorLiam Girdwood <lrg@slimlogic.co.uk>
Tue, 21 Dec 2010 22:11:51 +0000 (23:11 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 22 Dec 2010 07:05:18 +0000 (08:05 +0100)
commit868d21cf0a5fb13c04a06df0cee602f40b489b4a
treeab41404219673e2739a9c55a2b47e666988b32d5
parent54e9639b626a110637910a65020f672efe848675
ucm: modifiers names must be compound parse

Modifier names must end in a .index to ensure we can support
same named modifiers. However the modifier index will be for internal
use only and the client will not use the index when setting modifier.

The modifier selection for same name modifiers will be based upon supported
device.

Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/ucm/parser.c