Searched refs:timer1_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 452 if (timer1_dev >= 0) in snd_opl3_timer_new() 453 if ((err = snd_opl3_timer1_init(opl3, timer1_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 460 if (timer1_dev >= 0) { in snd_opl3_timer_new() 461 err = snd_opl3_timer1_init(opl3, timer1_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 4 milliseconds