/sound/isa/ |
D | sc6000.c | 100 #define PFX "sc6000: " macro 408 printk(KERN_INFO PFX "Detected model: %s, DSP version %d.%d\n", in sc6000_init_board() 494 printk(KERN_ERR PFX "specify IO port\n"); in snd_sc6000_match() 498 printk(KERN_ERR PFX "specify MSS port\n"); in snd_sc6000_match() 502 printk(KERN_ERR PFX "Port must be 0x220 or 0x240\n"); in snd_sc6000_match() 506 printk(KERN_ERR PFX "MSS port must be 0x530 or 0xe80\n"); in snd_sc6000_match() 510 printk(KERN_ERR PFX "invalid IRQ %d\n", irq[dev]); in snd_sc6000_match() 514 printk(KERN_ERR PFX "invalid DMA %d\n", dma[dev]); in snd_sc6000_match() 519 printk(KERN_ERR PFX "invalid MPU-401 port %lx\n", in snd_sc6000_match() 526 printk(KERN_ERR PFX "invalid MPU-401 IRQ %d\n", mpu_irq[dev]); in snd_sc6000_match() [all …]
|
D | cmi8330.c | 501 #define PFX "cmi8330: " macro 513 snd_printk(KERN_ERR PFX "could not get a new card\n"); in snd_cmi8330_card_new() 534 snd_printk(KERN_ERR PFX "AD1848 device busy??\n"); in snd_cmi8330_probe() 538 snd_printk(KERN_ERR PFX "AD1848 not found during probe\n"); in snd_cmi8330_probe() 549 snd_printk(KERN_ERR PFX "SB16 device busy??\n"); in snd_cmi8330_probe() 553 snd_printk(KERN_ERR PFX "SB16 not found during probe\n"); in snd_cmi8330_probe() 564 snd_printk(KERN_ERR PFX "failed to create mixers\n"); in snd_cmi8330_probe() 570 snd_printk(KERN_ERR PFX "failed to create pcms\n"); in snd_cmi8330_probe() 577 snd_printk(KERN_ERR PFX in snd_cmi8330_probe() 591 printk(KERN_ERR PFX "no MPU-401 device at 0x%lx.\n", in snd_cmi8330_probe() [all …]
|
D | als100.c | 26 #define PFX "als100: " macro 115 snd_printk(KERN_ERR PFX "AUDIO pnp configure failure\n"); in snd_card_als100_pnp() 138 snd_printk(KERN_ERR PFX "MPU401 pnp configure failure, skipping\n"); in snd_card_als100_pnp() 154 snd_printk(KERN_ERR PFX "OPL3 pnp configure failure, skipping\n"); in snd_card_als100_pnp() 233 snd_printk(KERN_ERR PFX "no MPU-401 device at 0x%lx\n", mpu_port[dev]); in snd_card_als100_probe() 240 snd_printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx\n", in snd_card_als100_probe()
|
D | azt2320.c | 33 #define PFX "azt2320: " macro 102 snd_printk(KERN_ERR PFX "AUDIO pnp configure failure\n"); in snd_card_azt2320_pnp() 123 snd_printk(KERN_ERR PFX "MPU401 pnp configure failure, skipping\n"); in snd_card_azt2320_pnp() 213 snd_printk(KERN_ERR PFX "no MPU-401 device at 0x%lx\n", mpu_port[dev]); in snd_card_azt2320_probe() 220 snd_printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx\n", in snd_card_azt2320_probe()
|
D | opl3sa2.c | 120 #define PFX "opl3sa2: " macro 214 snd_printk(KERN_ERR PFX "can't grab port 0x%lx\n", port); in snd_opl3sa2_detect() 656 snd_printk(KERN_ERR PFX "can't grab IRQ %d\n", xirq); in snd_opl3sa2_probe() 773 snd_printk(KERN_ERR PFX "can't get pnp device from id '%s'\n", in snd_opl3sa2_pnp_cdetect() 831 snd_printk(KERN_ERR PFX "specify port\n"); in snd_opl3sa2_isa_match() 835 snd_printk(KERN_ERR PFX "specify wss_port\n"); in snd_opl3sa2_isa_match() 839 snd_printk(KERN_ERR PFX "specify fm_port\n"); in snd_opl3sa2_isa_match() 843 snd_printk(KERN_ERR PFX "specify midi_port\n"); in snd_opl3sa2_isa_match()
|
D | es18xx.c | 85 #define PFX "es18xx: " macro 1575 snd_printk(KERN_ERR PFX "unable go grab port 0x%lx\n", chip->ctrl_port); in snd_es18xx_identify() 1607 snd_printk(KERN_ERR PFX "[0x%lx] ESS chip not found\n", chip->port); in snd_es18xx_probe() 1741 snd_printk(KERN_ERR PFX "unable to grap ports 0x%lx-0x%lx\n", port, port + 16 - 1); in snd_es18xx_new_device() 1747 snd_printk(KERN_ERR PFX "unable to grap IRQ %d\n", irq); in snd_es18xx_new_device() 1754 snd_printk(KERN_ERR PFX "unable to grap DMA1 %d\n", dma1); in snd_es18xx_new_device() 1761 snd_printk(KERN_ERR PFX "unable to grap DMA2 %d\n", dma2); in snd_es18xx_new_device() 1960 snd_printk(KERN_ERR PFX "PnP configure failure (out of resources?)\n"); in snd_audiodrive_pnp_init_main() 2028 snd_printk(KERN_ERR PFX "PnP control configure failure (out of resources?)\n"); in snd_audiodrive_pnpc() 2090 snd_printk(KERN_WARNING PFX in snd_audiodrive_probe() [all …]
|
/sound/aoa/codecs/ |
D | toonie.c | 21 #define PFX "snd-aoa-codec-toonie: " macro 94 printk(KERN_ERR PFX "failed to create toonie snd device!\n"); in toonie_init_codec() 101 printk(KERN_ERR PFX "error creating toonie pcm\n"); in toonie_init_codec() 114 printk(KERN_ERR PFX "toonie_exit_codec called without soundbus_dev!\n"); in toonie_exit_codec()
|
D | onyx.c | 43 #define PFX "snd-aoa-codec-onyx: " macro 869 printk(KERN_ERR PFX "gpios not assigned!!\n"); in onyx_init_codec() 881 printk(KERN_ERR PFX "failed to initialise onyx registers\n"); in onyx_init_codec() 886 printk(KERN_ERR PFX "failed to create onyx snd device!\n"); in onyx_init_codec() 921 printk(KERN_ERR PFX "error creating onyx pcm\n"); in onyx_init_codec() 973 printk(KERN_INFO PFX "attached to onyx codec via i2c\n"); in onyx_init_codec() 987 printk(KERN_ERR PFX "onyx_exit_codec called without soundbus_dev!\n"); in onyx_exit_codec() 1012 printk(KERN_ERR PFX "failed to read control register\n"); in onyx_i2c_probe() 1025 printk(KERN_DEBUG PFX "created and attached onyx instance\n"); in onyx_i2c_probe()
|
D | tas.c | 79 #define PFX "snd-aoa-codec-tas: " macro 801 printk(KERN_ERR PFX "gpios not assigned!!\n"); in tas_init_codec() 807 printk(KERN_ERR PFX "tas failed to initialise\n"); in tas_init_codec() 817 printk(KERN_ERR PFX "error attaching tas to soundbus\n"); in tas_init_codec() 822 printk(KERN_ERR PFX "failed to create tas snd device!\n"); in tas_init_codec()
|
/sound/isa/sb/ |
D | sb16.c | 25 #define PFX "sbawe: " macro 27 #define PFX "sb16: " macro 249 snd_printk(KERN_ERR PFX "AUDIO pnp configure failure\n"); in snd_card_sb16_pnp() 277 snd_printk(KERN_ERR PFX "WaveTable pnp configure failure\n"); in snd_card_sb16_pnp() 332 snd_printk(KERN_ERR PFX "SB 16 chip was not detected at 0x%lx\n", port[dev]); in snd_sb16_probe() 382 snd_printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx\n", in snd_sb16_probe() 408 snd_printk(KERN_INFO PFX "warning - CSP chip not detected on soundcard #%i\n", dev + 1); in snd_sb16_probe() 417 …snd_printk(KERN_ERR PFX "fatal error - EMU-8000 synthesizer not detected at 0x%lx\n", awe_port[dev… in snd_sb16_probe() 505 snd_printk(KERN_ERR PFX "unable to find a free IRQ\n"); in snd_sb16_isa_probe() 512 snd_printk(KERN_ERR PFX "unable to find a free 8-bit DMA\n"); in snd_sb16_isa_probe() [all …]
|
D | jazz16.c | 28 #define PFX "jazz16: " macro
|
/sound/isa/ad1816a/ |
D | ad1816a.c | 20 #define PFX "ad1816a: " macro 90 printk(KERN_ERR PFX "AUDIO PnP configure failure\n"); in snd_card_ad1816a_pnp() 103 snd_printk(KERN_WARNING PFX "MPU401 device busy, skipping.\n"); in snd_card_ad1816a_pnp() 109 printk(KERN_ERR PFX "MPU401 PnP configure failure\n"); in snd_card_ad1816a_pnp() 169 printk(KERN_ERR PFX "no MPU-401 device at 0x%lx.\n", mpu_port[dev]); in snd_card_ad1816a_probe() 176 printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx.\n", fm_port[dev], fm_port[dev] + 2); in snd_card_ad1816a_probe()
|
/sound/isa/gus/ |
D | gusmax.c | 67 #define PFX "gusmax: " macro 209 snd_printk(KERN_ERR PFX "unable to find a free IRQ\n"); in snd_gusmax_probe() 217 snd_printk(KERN_ERR PFX "unable to find a free DMA1\n"); in snd_gusmax_probe() 225 snd_printk(KERN_ERR PFX "unable to find a free DMA2\n"); in snd_gusmax_probe() 270 snd_printk(KERN_ERR PFX "GUS MAX soundcard was not detected at 0x%lx\n", gus->gf1.port); in snd_gusmax_probe() 276 snd_printk(KERN_ERR PFX "unable to grab IRQ %d\n", xirq); in snd_gusmax_probe()
|
D | interwave.c | 55 #define PFX "interwave-stb: " macro 59 #define PFX "interwave: " macro 663 snd_printk(KERN_ERR PFX "unable to grab IRQ %d\n", xirq); in snd_interwave_probe() 783 snd_printk(KERN_ERR PFX "unable to find a free IRQ\n"); in snd_interwave_isa_probe() 790 snd_printk(KERN_ERR PFX "unable to find a free DMA1\n"); in snd_interwave_isa_probe() 797 snd_printk(KERN_ERR PFX "unable to find a free DMA2\n"); in snd_interwave_isa_probe()
|
/sound/parisc/ |
D | harmony.c | 71 #define PFX NAME ": " macro 472 printk(KERN_DEBUG PFX "playback_pointer is 0x%lx-0x%lx = %d bytes\n", in snd_harmony_playback_pointer() 501 printk(KERN_DEBUG PFX "capture_pointer is 0x%lx-0x%lx = %d bytes\n", in snd_harmony_capture_pointer() 618 printk(KERN_ERR PFX "cannot allocate graveyard buffer!\n"); in snd_harmony_pcm_init() 628 printk(KERN_ERR PFX "cannot allocate silence buffer!\n"); in snd_harmony_pcm_init() 886 printk(KERN_ERR PFX "unable to remap hpa 0x%lx\n", in snd_harmony_create() 895 printk(KERN_ERR PFX "could not obtain interrupt %d", in snd_harmony_create()
|
/sound/pci/ |
D | ad1889.c | 64 #define PFX DEVNAME ": " macro
|