Re: 2.2.0pre-1 sound fixes

Meelis Roos (mroos@tartu.cyber.ee)
Tue, 29 Dec 1998 22:45:09 +0200


GU> +#ifdef CONFIG_PCI_QUIRKS
GU> if(!isa_dma_bridge_buggy)
GU> disable_dma(audio_devs[dev]->dmap_in->dma);
GU> +#endif

IIRC this chunk was just disable_dma(...) before the changes. Then the
changes made it depend on isa_dma_bridge_buggy. If you want an option to
revert it, maybe you should enclose only the if(..) line in #define's?

-- 
Meelis Roos (mroos@tartu.cyber.ee)

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