patch-2.3.19 linux/drivers/sound/sb_ess.c

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

diff -u --recursive --new-file v2.3.18/linux/drivers/sound/sb_ess.c linux/drivers/sound/sb_ess.c
@@ -1209,15 +1209,6 @@
 			break;
 	}
 
-	/* AAS: info stolen from ALSA: these boards have different clocks */
-	switch(devc->submodel) {
-		case SUBMDL_ES1869:
-		case SUBMDL_ES1887:
-		case SUBMDL_ES1888:
-			devc->caps |= SB_CAP_ES18XX_RATE;
-			break;
-	}
-
 	hw_config->name = name;
 	/* FKS: sb_dsp_reset to enable extended mode???? */
 	sb_dsp_reset(devc); /* Turn on extended mode */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)