patch-1.3.70 linux/drivers/sound/dev_table.h

Next file: linux/drivers/sound/gus_card.c
Previous file: linux/drivers/sound/ad1848.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.69/linux/drivers/sound/dev_table.h linux/drivers/sound/dev_table.h
@@ -411,9 +411,10 @@
 #endif
 
 #ifdef CONFIG_MSS
-#	ifndef PSEUDO_MSS
+	/* always define full MSS even for DEC Alphas, just in case... */
 		{SNDCARD_MSS, {MSS_BASE, MSS_IRQ, MSS_DMA, -1}, SND_DEFAULT_ENABLE},
-#	else
+#	ifdef __alpha__
+	/* MSS without IRQ/DMA config registers (for DEC Alphas) */
 		{SNDCARD_PSEUDO_MSS, {MSS_BASE, MSS_IRQ, MSS_DMA, -1}, SND_DEFAULT_ENABLE},
 #	endif
 #	ifdef MSS2_BASE

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this