Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/include/sound/
Dcore.h277 void snd_device_disconnect(struct snd_card *card, void *device_data);
/linux-4.4.14/sound/pci/hda/
Dhda_codec.c700 snd_device_disconnect(codec->card, pcm->pcm); in codec_release_pcms()