Home
last modified time | relevance | path

Searched full:sb16 (Results 1 – 16 of 16) sorted by relevance

/linux/sound/isa/sb/
H A Dsb16.c75 MODULE_PARM_DESC(port, "Port # for SB16 driver.");
77 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for SB16 driver.");
79 MODULE_PARM_DESC(fm_port, "FM port # for SB16 PnP driver.");
82 MODULE_PARM_DESC(awe_port, "AWE port # for SB16 PnP driver.");
85 MODULE_PARM_DESC(irq, "IRQ # for SB16 driver.");
87 MODULE_PARM_DESC(dma8, "8-bit DMA # for SB16 driver.");
89 MODULE_PARM_DESC(dma16, "16-bit DMA # for SB16 driver.");
220 #define DRIVER_NAME "snd-card-sb16"
253 dev_dbg(&pdev->dev, "pnp SB16: port=0x%lx, mpu port=0x%lx, fm port=0x%lx\n", in snd_card_sb16_pnp()
255 dev_dbg(&pdev->dev, "pnp SB16 in snd_card_sb16_pnp()
[all...]
H A Dsbawe.c2 #include "sb16.c"
H A Dsb16_main.c741 /* note: mpu register should be present only on SB16 Vibra soundcards */ in snd_sb16dsp_configure()
817 "SB16 [0x%lx]: unable to set DMA & IRQ (PnP device?)\n", in snd_sb16dsp_configure()
820 "SB16 [0x%lx]: wanted: irqreg=0x%x, dmareg=0x%x, mpureg = 0x%x\n", in snd_sb16dsp_configure()
823 "SB16 [0x%lx]: got: irqreg=0x%x, dmareg=0x%x, mpureg = 0x%x\n", in snd_sb16dsp_configure()
852 err = snd_pcm_new(card, "SB16 DSP", device, 1, 1, &pcm); in snd_sb16dsp_pcm()
H A Dsb8.c130 dev_warn(pdev, "SB 16 chip detected at 0x%lx, try snd-sb16 module\n", in snd_sb8_probe()
/linux/sound/isa/
H A Dcmi8330.c25 * and playback to the SB16 codec. This allows for full-duplex mode
354 /* allocate SB16 resources */ in snd_cmi8330_pnp()
359 dev_err(&pdev->dev, "SB16 PnP configure failure\n"); in snd_cmi8330_pnp()
366 /* On CMI8239, the OPL3 port might be present in SB16 PnP resources */ in snd_cmi8330_pnp()
443 /* SB16 */ in snd_cmi8330_pcm()
547 dev_err(card->dev, "SB16 device busy??\n"); in snd_cmi8330_probe()
551 dev_err(card->dev, "SB16 not found during probe\n"); in snd_cmi8330_probe()
H A DKconfig376 will be called snd-sb16.
/linux/include/sound/
H A Dsb.h23 SB_HW_16CSP, /* SB16 with CSP chip */
67 unsigned int locked_rate; /* sb16 duplex */
314 /* sb16.c */
H A Dsb16_csp.h45 struct snd_sb *chip; /* SB16 DSP */
/linux/arch/alpha/kernel/
H A Des1888.c5 * Init the built-in ES1888 sound chip (SB16 compatible)
/linux/Documentation/sound/cards/
H A Dcmipci.rst213 The mixer interface on CM8x38 is similar to SB16.
216 too, as well as SB16.
/linux/sound/pci/asihpi/
H A Dhpios.h70 and some sound drivers sb16, hdsp, emu10k. AFAIK 0xFC is unused command
/linux/drivers/media/radio/
H A Dradio-sf16fmr2.c188 /* FMR2 can have volume control, FMD2 can't (uses SB16 mixer) */ in fmr2_tea_ext_init()
/linux/sound/pci/
H A Dcmipci.c90 #define CM_VOICE_EN 0x00000008 /* legacy voice (SB16,FM) */
183 #define CM_VSBSEL_MASK 0x0C000000 /* SB16 base address */
252 #define CM_REG_SBVR 0x20 /* write: sb16 version */
257 #define CM_X_ADPCM 0x04 /* SB16 ADPCM enable */
259 #define CM_X_SB16 0x01 /* SB16 compatible */
312 #define CM_DMAUTO 0x01 /* SB16 DMA auto detect */
1933 * - CM8338/8738 has a compatible mixer interface with SB16, but
/linux/Documentation/sound/
H A Dalsa-configuration.rst494 port # for CMI8330 chip (SB16)
496 IRQ # for CMI8330 chip (SB16)
498 8bit DMA # for CMI8330 chip (SB16)
500 16bit DMA # for CMI8330 chip (SB16)
1979 Module snd-sb16 and snd-sbawe
/linux/drivers/acpi/
H A Dacpi_pnp.c41 {"CTL7001"}, /* SB16 */
/linux/sound/pci/nm256/
H A Dnm256.c1475 "or try sb16, opl3sa2, or cs423x drivers instead.\n"); in snd_nm256_create()