Template type for enumerated control objects. More...
Data Fields | |
| struct snd_tplg_ctl_template | hdr |
| struct snd_tplg_channel_map_template * | map |
| int | items |
| int | mask |
| const char ** | texts |
| const int ** | values |
| struct snd_soc_tplg_private * | priv |
Template type for enumerated control objects.
struct snd_tplg_ctl_template snd_tplg_enum_template::hdr [read] |
control type header
number of enumerated items in control
struct snd_tplg_channel_map_template* snd_tplg_enum_template::map [read] |
channel map
register mask size
struct snd_soc_tplg_private* snd_tplg_enum_template::priv [read] |
control private data
| const char** snd_tplg_enum_template::texts |
control text items
| const int** snd_tplg_enum_template::values |
control value items
1.6.1