snd_device_disconnect — disconnect the device
void snd_device_disconnect ( | struct snd_card * card, |
void * device_data) ; |
Turns the device into the disconnection state, invoking dev_disconnect callback, if the device was already registered.
Usually called from snd_card_disconnect
.