lkml.org 
[lkml]   [1999]   [Sep]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] ESS1869 fix
Date
This patch makes my ESS1869 card (in a Compaq Armada 1500c notebook) play
at the right speed. It is against 2.3.18. It fixes what looks like a typo
in the source code - the switch statement appears twice, once with the
1869 line commented out. If it isn't commented out, sound plays really
slowly.

- Daniel

--
******************************************************************************
* Daniel Franklin - Postgraduate student in Electrical Engineering
* d.franklin@computer.org
******************************************************************************

--- linux/drivers/sound/sb_ess.c.orig Sat Aug 28 18:59:40 1999
+++ linux/drivers/sound/sb_ess.c Sat Sep 11 21:43:46 1999
@@ -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 */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.039 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site