From: Albert H. <he...@us...> - 2008-03-27 22:37:31
|
Update of /cvsroot/gc-linux/linux/sound/ppc In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15970/sound/ppc Modified Files: gcn-ai.c gcn-mic.c Log Message: Small cleanups: - Added copyright notices to the DTS files. - Renamed DTS node names and compatible properties as per segher suggestion. - s/-isobel/i/ from version strings. - Added missing arch/powerpc/platforms/embedded6xx/usbgecko_udbg.h file. - s/DVD/Disk/ on gcn-di.c. - Use "exi" instead of "exi-driver" in exi-driver messages. Index: gcn-mic.c =================================================================== RCS file: /cvsroot/gc-linux/linux/sound/ppc/gcn-mic.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- gcn-mic.c 26 Mar 2008 20:15:24 -0000 1.6 +++ gcn-mic.c 27 Mar 2008 22:35:48 -0000 1.7 @@ -37,7 +37,7 @@ MODULE_DESCRIPTION(DRV_DESCRIPTION); MODULE_LICENSE("GPL"); -static char mic_driver_version[] = "0.1-isobel"; +static char mic_driver_version[] = "0.1i"; #define mic_printk(level, format, arg...) \ printk(level DRV_MODULE_NAME ": " format , ## arg) Index: gcn-ai.c =================================================================== RCS file: /cvsroot/gc-linux/linux/sound/ppc/gcn-ai.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- gcn-ai.c 26 Mar 2008 20:15:24 -0000 1.11 +++ gcn-ai.c 27 Mar 2008 22:35:47 -0000 1.12 @@ -36,7 +36,7 @@ "Steven Looman, " \ "Albert Herranz" -static char ai_driver_version[] = "1.0-isobel"; +static char ai_driver_version[] = "1.0i"; #define drv_printk(level, format, arg...) \ printk(level DRV_MODULE_NAME ": " format , ## arg) @@ -556,7 +556,8 @@ static struct of_device_id ai_of_match[] = { - { .compatible = "nintendo,ai" }, + { .compatible = "nintendo,flipper-audio" }, + { .compatible = "nintendo,hollywood-audio" }, { }, }; |