Searched defs:oxygen_model (Results 1 – 1 of 1) sorted by relevance
77 struct oxygen_model { struct78 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 …]