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