From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v3 0/4] Use C99 struct initializers in audio/*
Date: Tue, 11 Aug 2009 02:31:13 +0200 [thread overview]
Message-ID: <cover.1249950639.git.quintela@redhat.com> (raw)
Cleanup all audio/* using C99 struct initializers, remove INIT_FIELD() once there.
v3:
- Use malc alignment for struct initilizers
v2:
- changed vertical alignment of '=' signs, as requested by malc
Later, Juan.
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 | 126 +++++++++++++++++++++++++++---------------------
audio/audio.c | 93 ++++++++++++++++++++---------------
audio/audio_int.h | 2 -
audio/coreaudio.c | 53 ++++++++++-----------
audio/dsoundaudio.c | 129 ++++++++++++++++++++++++++++---------------------
audio/esdaudio.c | 81 ++++++++++++++++---------------
audio/fmodaudio.c | 132 +++++++++++++++++++++++++++++---------------------
audio/noaudio.c | 44 +++++++++---------
audio/ossaudio.c | 88 ++++++++++++++++++++--------------
audio/paaudio.c | 87 +++++++++++++++++----------------
audio/sdlaudio.c | 48 +++++++++----------
audio/wavaudio.c | 79 ++++++++++++++----------------
12 files changed, 516 insertions(+), 446 deletions(-)
next reply other threads:[~2009-08-11 0:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-11 0:31 Juan Quintela [this message]
2009-08-11 0:31 ` [Qemu-devel] [PATCH 1/4] Use proper struct initializers and remove INIT_FIELD() macro Juan Quintela
2009-08-11 0:31 ` [Qemu-devel] [PATCH 2/4] use C99 initializers for audio_pcm_ops Juan Quintela
2009-08-11 0:31 ` [Qemu-devel] [PATCH 3/4] Use C99 initializers for audio_option Juan Quintela
2009-08-11 0:31 ` [Qemu-devel] [PATCH 4/4] use C99 initializers for all audio/* Juan Quintela
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1249950639.git.quintela@redhat.com \
--to=quintela@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.