On Sunday, 10 בMay 2009 08:44:38 Hannu Savolainen wrote: > Yair K. wrote: > > Hi, > > > > > > gcc4.4 adds some new warnings. The attached patch fixes these, and an > > ossxmix bug. > > Thanks. All applied. >
I forgot to remove an unused variable in the oss-drvs patch, and this breaks the compile. The diff below fixes this. Yours, Yair K. diff -r 8693942c7887 kernel/drv/oss_hdaudio/hdaudio_gpio_handlers.c --- a/kernel/drv/oss_hdaudio/hdaudio_gpio_handlers.c Sun May 10 08:43:48 2009 +0300 +++ b/kernel/drv/oss_hdaudio/hdaudio_gpio_handlers.c Sun May 10 12:42:31 2009 +0300 @@ -94,8 +94,6 @@ int hdaudio_asus_a7k_GPIO_init (int dev, hdaudio_mixer_t * mixer, int cad, int top_group) { - codec_t *codec = mixer->codecs[cad]; - DDB(cmn_err(CE_CONT, "hdaudio_asus_a7k_GPIO_init got called.\n")); corb_write (mixer, cad, 0x01, 0, SET_GPIO_ENABLE, 3);
_______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel