Searched defs:snd_tplg_enum_template (Results 1 – 1 of 1) sorted by relevance
910 struct snd_tplg_enum_template { struct911 struct snd_tplg_ctl_template hdr; /*!< control type header */912 struct snd_tplg_channel_map_template *map; /*!< channel map */913 int items; /*!< number of enumerated items in control */914 int mask; /*!< register mask size */915 const char **texts; /*!< control text items */916 const int **values; /*!< control value items */917 struct snd_soc_tplg_private *priv; /*!< control private data */