Searched refs:sscape (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/
H A Dsscape.c176 snd_printk(KERN_ERR "sscape: Failed to allocate %lu bytes for DMA\n", size);
343 register struct soundscape *sscape = get_card_soundscape(c); local
344 release_and_free_resource(sscape->io_res);
345 free_dma(sscape->chip->dma1);
497 snd_printk(KERN_ERR "sscape: DMA upload has timed out\n");
518 snd_printk(KERN_ERR "sscape: No response from on-board processor after upload\n");
521 snd_printk(KERN_ERR "sscape: SoundScape failed to initialise\n");
544 static int sscape_upload_bootblock(struct soundscape *sscape, struct sscape_bootblock __user *bb) argument
550 ret = upload_dma_data(sscape, bb->code, sizeof(bb->code));
552 spin_lock_irqsave(&sscape
579 sscape_upload_microcode(struct soundscape *sscape, const struct sscape_microcode __user *mc) argument
621 register struct soundscape *sscape = get_hwdep_soundscape(hw); local
640 register struct soundscape *sscape = get_hwdep_soundscape(hw); local
652 struct soundscape *sscape = get_hwdep_soundscape(hw); local
863 register struct soundscape *sscape = get_mpu401_soundscape(mpu); local
883 register struct soundscape *sscape = get_mpu401_soundscape(mpu); local
896 struct soundscape *sscape = get_card_soundscape(card); local
1000 register struct soundscape *sscape = get_card_soundscape(card); local
1092 register struct soundscape *sscape; local
[all...]
H A DMakefile14 snd-sscape-objs := sscape.o
25 obj-$(CONFIG_SND_SSCAPE) += snd-sscape.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A DMakefile18 obj-$(CONFIG_SOUND_SSCAPE) += sscape.o ad1848.o mpu401.o

Completed in 93 milliseconds