Searched refs:snd_hwdep_search (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | hwdep.c | 32 static struct snd_hwdep *snd_hwdep_search(struct snd_card *card, int device) in snd_hwdep_search() function 284 if (snd_hwdep_search(card, device)) in snd_hwdep_control_ioctl() 304 hwdep = snd_hwdep_search(card, device); in snd_hwdep_control_ioctl() 421 if (snd_hwdep_search(card, hwdep->device)) { in snd_hwdep_dev_register() 463 if (snd_hwdep_search(hwdep->card, hwdep->device) != hwdep) { in snd_hwdep_dev_disconnect()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | hwdep.c | 32 static struct snd_hwdep *snd_hwdep_search(struct snd_card *card, int device) in snd_hwdep_search() function 285 if (snd_hwdep_search(card, device)) in snd_hwdep_control_ioctl() 305 hwdep = snd_hwdep_search(card, device); in snd_hwdep_control_ioctl() 426 if (snd_hwdep_search(card, hwdep->device)) { in snd_hwdep_dev_register() 468 if (snd_hwdep_search(hwdep->card, hwdep->device) != hwdep) { in snd_hwdep_dev_disconnect()
|
Completed in 3 milliseconds