Lines Matching full:wss
22 #include <sound/wss.h>
46 static int wss; variable
57 MODULE_PARM_DESC(port, "WSS port # for miro driver.");
63 MODULE_PARM_DESC(irq, "WSS irq # for miro driver.");
70 module_param(wss, int, 0444);
71 MODULE_PARM_DESC(wss, "wss mode");
665 /* enable WSS on PCM1 */ in snd_set_aci_init_values()
667 if ((aci->aci_product == 'A') && wss) { in snd_set_aci_init_values()
668 error = aci_setvalue(aci, ACI_SET_WSS, wss); in snd_set_aci_init_values()
670 snd_printk(KERN_ERR "enabling WSS mode failed\n"); in snd_set_aci_init_values()
985 snd_iprintf(buffer, " wss : 0x%x\n", wss); in snd_miro_proc_read()
1048 snd_printk(KERN_ERR "WSS port 0x%lx not valid\n", chip->wss_base); in snd_miro_configure()
1071 snd_printk(KERN_ERR "WSS irq # %d not valid\n", chip->irq); in snd_miro_configure()
1086 snd_printk(KERN_ERR "WSS dma1 # %d not valid\n", chip->dma1); in snd_miro_configure()
1100 snd_printk(KERN_ERR "WSS dma2 # %d not valid\n", chip->dma2); in snd_miro_configure()
1420 snd_printk(KERN_ERR "unable to find a free WSS port\n"); in snd_miro_isa_probe()