Lines Matching defs:cfg
75 u8 cfg[3];
131 static void snd_cmi8328_cfg_save(u16 port, u8 cfg[])
133 cfg[0] = snd_cmi8328_cfg_read(port, CFG1);
134 cfg[1] = snd_cmi8328_cfg_read(port, CFG2);
135 cfg[2] = snd_cmi8328_cfg_read(port, CFG3);
138 static void snd_cmi8328_cfg_restore(u16 port, u8 cfg[])
140 snd_cmi8328_cfg_write(port, CFG1, cfg[0]);
141 snd_cmi8328_cfg_write(port, CFG2, cfg[1]);
142 snd_cmi8328_cfg_write(port, CFG3, cfg[2]);
436 snd_cmi8328_cfg_save(cmi->port, cmi->cfg);
451 snd_cmi8328_cfg_restore(cmi->port, cmi->cfg);