Searched refs:timer2_dev (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_lib.c | 448 int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev) in snd_opl3_timer_new() argument 455 if (timer2_dev >= 0) { in snd_opl3_timer_new() 456 if ((err = snd_opl3_timer2_init(opl3, timer2_dev)) < 0) { in snd_opl3_timer_new()
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_lib.c | 456 int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev) in snd_opl3_timer_new() argument 465 if (timer2_dev >= 0) { in snd_opl3_timer_new() 466 err = snd_opl3_timer2_init(opl3, timer2_dev); in snd_opl3_timer_new()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | opl3.h | 347 int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | opl3.h | 347 int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev);
|
Completed in 3 milliseconds