Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/oxygen/
Doxygen.h77 struct oxygen_model { struct
78 const char *shortname;
79 const char *longname;
80 const char *chip;
81 void (*init)(struct oxygen *chip);
82 int (*control_filter)(struct snd_kcontrol_new *template);
83 int (*mixer_init)(struct oxygen *chip);
84 void (*cleanup)(struct oxygen *chip);
85 void (*suspend)(struct oxygen *chip);
86 void (*resume)(struct oxygen *chip);
[all …]