From d58d4ec93c6a89cea3488689f12f6e7abd0617c9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Oct 2013 19:07:27 +0200 Subject: audio/out: remove useless info struct and redundant fields --- audio/out/ao_sndio.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'audio/out/ao_sndio.c') diff --git a/audio/out/ao_sndio.c b/audio/out/ao_sndio.c index 0a1f9f3038..ab9eaf8197 100644 --- a/audio/out/ao_sndio.c +++ b/audio/out/ao_sndio.c @@ -317,12 +317,8 @@ static void audio_resume(struct ao *ao) #define OPT_BASE_STRUCT struct priv const struct ao_driver audio_out_sndio = { - .info = &(const struct ao_info) { - "sndio audio output", - "sndio", - "Alexandre Ratchov , Christian Neukirchen ", - "under development" - }, + .description = "sndio audio output", + .name = "sndio", .init = init, .uninit = uninit, .control = control, -- cgit v1.2.3