Searched defs:sigmadsp_control (Results 1 – 1 of 1) sorted by relevance
29 struct sigmadsp_control { struct30 struct list_head head;31 uint32_t samplerates;32 unsigned int addr;33 unsigned int num_bytes;34 const char *name;35 struct snd_kcontrol *kcontrol;36 bool is_readback;37 bool cached;38 uint8_t cache[];
Completed in 5 milliseconds