Searched refs:opl3 (Results 26 - 40 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Dsc6000.c35 #include <sound/opl3.h>
557 struct snd_opl3 *opl3; local
646 OPL3_HW_AUTO, 0, &opl3) < 0) {
650 err = snd_opl3_hwdep_new(opl3, 0, 1, NULL);
H A Dopl3sa2.c32 #include <sound/opl3.h>
644 struct snd_opl3 *opl3; local
690 OPL3_HW_OPL3, 0, &opl3)) < 0)
692 if ((err = snd_opl3_timer_new(opl3, 1, 2)) < 0)
694 if ((err = snd_opl3_hwdep_new(opl3, 0, 1, &chip->synth)) < 0)
H A Des18xx.c95 #include <sound/opl3.h>
2105 struct snd_opl3 *opl3; local
2138 OPL3_HW_OPL3, 0, &opl3) < 0) {
2140 "opl3 not detected at 0x%lx\n",
2143 err = snd_opl3_hwdep_new(opl3, 0, 1, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wavefront/
H A Dwavefront.c30 #include <sound/opl3.h>
396 struct snd_opl3 *opl3; local
399 OPL3_HW_OPL3_CS, 0, &opl3);
405 err = snd_opl3_hwdep_new(opl3, hw_dev, 1, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A DMakefile22 obj-$(CONFIG_SOUND_YM3812) += opl3.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dcs4281.c36 #include <sound/opl3.h>
1879 static void snd_cs4281_opl3_command(struct snd_opl3 *opl3, unsigned short cmd, argument
1883 struct cs4281 *chip = opl3->private_data;
1891 spin_lock_irqsave(&opl3->reg_lock, flags);
1899 spin_unlock_irqrestore(&opl3->reg_lock, flags);
1908 struct snd_opl3 *opl3; local
1940 if ((err = snd_opl3_new(card, OPL3_HW_OPL3_CS4281, &opl3)) < 0) {
1944 opl3->private_data = chip;
1945 opl3->command = snd_cs4281_opl3_command;
1946 snd_opl3_init(opl3);
[all...]
H A Dals4000.c78 #include <sound/opl3.h>
833 struct snd_opl3 *opl3; local
926 OPL3_HW_AUTO, 1, &opl3) < 0) {
931 if ((err = snd_opl3_hwdep_new(opl3, 0, 1, NULL)) < 0) {
H A Dazt3328.c16 #include <sound/opl3.h>
2059 struct snd_opl3 *opl3; local
2106 OPL3_HW_AUTO, 1, &opl3) < 0) {
2112 err = snd_opl3_timer_new(opl3, 1, 2);
2115 err = snd_opl3_hwdep_new(opl3, 0, 1, NULL);
2120 opl3->private_data = chip;
H A Des1938.c61 #include <sound/opl3.h>
1755 struct snd_opl3 *opl3; local
1799 OPL3_HW_OPL3, 1, &opl3) < 0) {
1803 if ((err = snd_opl3_timer_new(opl3, 0, 1)) < 0) {
1807 if ((err = snd_opl3_hwdep_new(opl3, 0, 1, NULL)) < 0) {
H A Dfm801.c34 #include <sound/opl3.h>
1475 struct snd_opl3 *opl3; local
1520 OPL3_HW_OPL3_FM801, 1, &opl3)) < 0) {
1524 if ((err = snd_opl3_hwdep_new(opl3, 0, 1, NULL)) < 0) {
H A Dsonicvibes.c39 #include <sound/opl3.h>
1327 struct snd_opl3 *opl3; local
1381 OPL3_HW_OPL3_SV, 1, &opl3)) < 0) {
1385 if ((err = snd_opl3_hwdep_new(opl3, 0, 1, NULL)) < 0) {
H A Dals300.c23 * opl3
49 #include <sound/opl3.h>
131 struct snd_opl3 *opl3; member in struct:snd_als300
H A Dcmipci.c38 #include <sound/opl3.h>
2944 struct snd_opl3 *opl3; local
2954 OPL3_HW_OPL3, 1, &opl3);
2975 OPL3_HW_OPL3, 0, &opl3) < 0) {
2981 if ((err = snd_opl3_hwdep_new(opl3, 0, 1, NULL)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/riptide/
H A Driptide.c109 #include <sound/opl3.h>
438 struct snd_opl3 *opl3; member in struct:snd_riptide
2125 OPL3_HW_RIPTIDE, 0, &chip->opl3);
2132 err = snd_opl3_hwdep_new(chip->opl3, 0, 1, NULL);
2150 "%s at 0x%lx, irq %i mpu 0x%x opl3 0x%x gameport 0x%x",
2155 "%s at 0x%lx, irq %i mpu 0x%x opl3 0x%x",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/opti9xx/
H A Dmiro.c1388 struct snd_opl3 *opl3 = NULL; local
1392 2, &opl3, &opl4) < 0)

Completed in 173 milliseconds

12