Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/
Dpcm.c34 static int snd_pcm_dev_free(struct snd_device *device);
712 .dev_free = snd_pcm_dev_free, in _snd_pcm_new()
717 .dev_free = snd_pcm_dev_free, in _snd_pcm_new()
879 static int snd_pcm_dev_free(struct snd_device *device) in snd_pcm_dev_free() function