Home
last modified time | relevance | path

Searched refs:chip_exit (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/pci/ice1712/
H A Dice1712.h513 void (*chip_exit)(struct snd_ice1712 *); member
H A Dpsc724.c441 .chip_exit = psc724_exit,
H A Dice1712.c2443 if (ice->card_info && ice->card_info->chip_exit) in snd_ice1712_free()
2444 ice->card_info->chip_exit(ice); in snd_ice1712_free()