Searched refs:snd_opl3_timer_new (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/sound/drivers/opl3/ |
H A D | opl3_lib.c | 465 int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev) snd_opl3_timer_new() function 482 EXPORT_SYMBOL(snd_opl3_timer_new); variable
|
/linux-4.1.27/sound/isa/ |
H A D | azt2320.c | 248 if ((error = snd_opl3_timer_new(opl3, 1, 2)) < 0) { snd_card_azt2320_probe()
|
H A D | als100.c | 270 if ((error = snd_opl3_timer_new(opl3, 0, 1)) < 0) { snd_card_als100_probe()
|
H A D | opl3sa2.c | 703 if ((err = snd_opl3_timer_new(opl3, 1, 2)) < 0) snd_opl3sa2_probe()
|
/linux-4.1.27/include/sound/ |
H A D | opl3.h | 365 int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev);
|
/linux-4.1.27/sound/isa/galaxy/ |
H A D | galaxy.c | 600 err = snd_opl3_timer_new(opl3, 1, 2); snd_galaxy_probe()
|
/linux-4.1.27/sound/pci/ |
H A D | es1938.c | 1819 if ((err = snd_opl3_timer_new(opl3, 0, 1)) < 0) { snd_es1938_probe()
|
H A D | azt3328.c | 2578 err = snd_opl3_timer_new(opl3, 1, 2); snd_azf3328_probe()
|
Completed in 481 milliseconds