Hi, I am using the ALSA SoC driver on the OMAP2430 SDP. The codec initialization is being done in the soc->startup and uninitialized in the soc->shutdown routine. Since these routines gets executed every time some audio sample is played, there is a click noise heard just before the sample starts playing. Any idea how this can be resolved? One idea that I have thought of is to move this initialization of the codec stuff to bootup time so that click is heard only during the bootup and never again. The codec is kept initialized until the board is switched off. I am not sure, but I think this might affect the battery life of the device. Please let me know if I am incorrect? Thanks in advance Best Regards, Suresh -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html