From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVWpy-00081J-S8 for qemu-devel@nongnu.org; Mon, 27 Jul 2009 16:30:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVWpt-0007ys-TQ for qemu-devel@nongnu.org; Mon, 27 Jul 2009 16:30:22 -0400 Received: from [199.232.76.173] (port=37912 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVWpt-0007yd-O4 for qemu-devel@nongnu.org; Mon, 27 Jul 2009 16:30:17 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:57975) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MVWpt-0003DJ-A8 for qemu-devel@nongnu.org; Mon, 27 Jul 2009 16:30:17 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e8.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id n6RKUCae016332 for ; Mon, 27 Jul 2009 16:30:12 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n6RKUFoC223560 for ; Mon, 27 Jul 2009 16:30:15 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n6RKUFQ8031688 for ; Mon, 27 Jul 2009 16:30:15 -0400 Message-ID: <4A6E0E55.6050002@us.ibm.com> Date: Mon, 27 Jul 2009 15:30:13 -0500 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/4] Use C99 struct initializers in audio/* List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org Juan Quintela wrote: > Hi > > Cleanup all audio/* using C99 struct initializers, remove INIT_FIELD() once there. > > Later, Juan. > malc, Please Ack and/or apply. > Juan Quintela (4): > Use proper struct initializers and remove INIT_FIELD() macro > use C99 initializers for audio_pcm_ops > Use C99 initializers for audio_option > use C99 initializers for all audio/* > > audio/alsaaudio.c | 141 ++++++++++++++++++++++++++++------------------ > audio/audio.c | 109 ++++++++++++++++++++++-------------- > audio/audio_int.h | 2 - > audio/coreaudio.c | 57 ++++++++++--------- > audio/dsoundaudio.c | 139 ++++++++++++++++++++++++++++------------------ > audio/esdaudio.c | 87 ++++++++++++++++------------- > audio/fmodaudio.c | 154 ++++++++++++++++++++++++++++++++------------------ > audio/noaudio.c | 44 +++++++------- > audio/ossaudio.c | 99 ++++++++++++++++++++------------ > audio/paaudio.c | 94 +++++++++++++++++-------------- > audio/sdlaudio.c | 51 ++++++++--------- > audio/wavaudio.c | 83 ++++++++++++++------------- > 12 files changed, 617 insertions(+), 443 deletions(-) > > -- Regards, Anthony Liguori