Home
last modified time | relevance | path

Searched defs:sigmadsp_control (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/codecs/
Dsigmadsp.c29 struct sigmadsp_control { struct
30 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[];
/kernel/linux/linux-5.10/sound/soc/codecs/
Dsigmadsp.c27 struct sigmadsp_control { struct
28 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[];