Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/drivers/opl4/
Dopl4_lib.c182 struct snd_opl3 **ropl3, struct snd_opl4 **ropl4) in snd_opl4_create() argument
191 if (ropl3) in snd_opl4_create()
192 *ropl3 = NULL; in snd_opl4_create()
245 if (ropl3) in snd_opl4_create()
246 *ropl3 = opl3; in snd_opl4_create()
/kernel/linux/linux-5.10/sound/drivers/opl3/
Dopl3_lib.c333 struct snd_opl3 **ropl3) in snd_opl3_new() argument
341 *ropl3 = NULL; in snd_opl3_new()
356 *ropl3 = opl3; in snd_opl3_new()
393 struct snd_opl3 ** ropl3) in snd_opl3_create() argument
398 *ropl3 = NULL; in snd_opl3_create()
442 *ropl3 = opl3; in snd_opl3_create()
/kernel/linux/linux-5.10/include/sound/
Dopl3.h340 struct snd_opl3 **ropl3);