Searched refs:register_sound_special_device (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/include/linux/ |
| D | sound.h | 13 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct devic…
|
| /Linux-v4.19/sound/ |
| D | sound_core.c | 354 int register_sound_special_device(const struct file_operations *fops, int unit, in register_sound_special_device() function 419 EXPORT_SYMBOL(register_sound_special_device); 423 return register_sound_special_device(fops, unit, NULL); in register_sound_special()
|
| /Linux-v4.19/sound/core/ |
| D | sound_oss.c | 138 register1 = register_sound_special_device(f_ops, minor, carddev); in snd_register_oss_device() 142 register2 = register_sound_special_device(f_ops, track2, in snd_register_oss_device()
|