Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Ddevice.c121 void snd_device_disconnect(struct snd_card *card, void *device_data) in snd_device_disconnect() function
134 EXPORT_SYMBOL_GPL(snd_device_disconnect);
/Linux-v4.19/include/sound/
Dcore.h265 void snd_device_disconnect(struct snd_card *card, void *device_data);
/Linux-v4.19/sound/pci/hda/
Dhda_codec.c761 snd_device_disconnect(codec->card, pcm->pcm); in codec_release_pcms()