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_oss.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'audio/out/ao_oss.c') diff --git a/audio/out/ao_oss.c b/audio/out/ao_oss.c index 5050f9771f..ed1b9468ef 100644 --- a/audio/out/ao_oss.c +++ b/audio/out/ao_oss.c @@ -3,6 +3,7 @@ * * This file is part of MPlayer. * + * Original author: A'rpi * Support for >2 output channels added 2001-11-25 * - Steve Davies * @@ -542,12 +543,8 @@ static float get_delay(struct ao *ao) #define OPT_BASE_STRUCT struct priv const struct ao_driver audio_out_oss = { - .info = &(const struct ao_info) { - "OSS/ioctl audio output", - "oss", - "A'rpi", - "" - }, + .description = "OSS/ioctl audio output", + .name = "oss", .init = init, .uninit = uninit, .control = control, -- cgit v1.2.3