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_dsound.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'audio/out/ao_dsound.c') diff --git a/audio/out/ao_dsound.c b/audio/out/ao_dsound.c index 3002b67dcc..034f5d8446 100644 --- a/audio/out/ao_dsound.c +++ b/audio/out/ao_dsound.c @@ -634,12 +634,8 @@ static float get_delay(struct ao *ao) #define OPT_BASE_STRUCT struct priv const struct ao_driver audio_out_dsound = { - .info = &(const struct ao_info) { - "Windows DirectSound audio output", - "dsound", - "Gabor Szecsi ", - "" - }, + .description = "Windows DirectSound audio output", + .name = "dsound", .init = init, .uninit = uninit, .control = control, -- cgit v1.2.3