Lines Matching refs:acard
75 struct snd_sb8 *acard = card->private_data; in snd_sb8_free() local
77 if (acard == NULL) in snd_sb8_free()
79 release_and_free_resource(acard->fm_res); in snd_sb8_free()
101 struct snd_sb8 *acard; in snd_sb8_probe() local
109 acard = card->private_data; in snd_sb8_probe()
113 acard->fm_res = request_region(0x388, 4, "SoundBlaster FM"); in snd_sb8_probe()
147 acard->chip = chip; in snd_sb8_probe()
217 struct snd_sb8 *acard = card->private_data; in snd_sb8_suspend() local
218 struct snd_sb *chip = acard->chip; in snd_sb8_suspend()
229 struct snd_sb8 *acard = card->private_data; in snd_sb8_resume() local
230 struct snd_sb *chip = acard->chip; in snd_sb8_resume()