Re: [2.3.15] Misleading patch to sb_ess.c

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 26 Aug 1999 13:18:45 +0100 (BST)


> /* 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;
>
> 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:
>

Your patch does the same as mine for the 1869 - it doesnt set ES18XX_RATE.
People are still trying to figure this stuff out - it seems its config
dependant not just board dependant 8(

-
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/