Searched defs:sigmadsp_control (Results 1 – 1 of 1) sorted by relevance
27 struct sigmadsp_control { struct28 struct list_head head;29 uint32_t samplerates;30 unsigned int addr;31 unsigned int num_bytes;32 const char *name;33 struct snd_kcontrol *kcontrol;34 bool cached;35 uint8_t cache[];