Messages in this thread Patch in this message |  | | | Date | Thu, 26 Aug 1999 15:20:04 +0300 | | From | Oleg Drokin <> | | Subject | [2.3.15] Misleading patch to sb_ess.c |
| |
Hello!
There is such hunk in patch-2.3.15: @@ -1200,6 +1200,17 @@
/* AAS: info stolen from ALSA: these boards have different clocks */ switch(devc->submodel) { +/* APPARENTLY NOT 1869 + case SUBMDL_ES1869: +*/ + case SUBMDL_ES1887: + case SUBMDL_ES1888: + devc->caps |= SB_CAP_ES18XX_RATE; + break; + } + + /* AAS: info stolen from ALSA: these boards have different clocks */ + switch(devc->submodel) { case SUBMDL_ES1869: case SUBMDL_ES1887: case SUBMDL_ES1888: This is wrong as it is noop! I ask to apply following patch to 2.3.15 to get ESS1869 to back work at normal speed:
--- linux/drivers/sound/sb_ess.c.orig Thu Aug 26 14:16:57 1999 +++ linux/drivers/sound/sb_ess.c Thu Aug 26 15:13:42 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 */ Bye, Oleg
- 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/
|  |