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_alsa.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'audio/out/ao_alsa.c') diff --git a/audio/out/ao_alsa.c b/audio/out/ao_alsa.c index ff931e2a0b..d2c79c484c 100644 --- a/audio/out/ao_alsa.c +++ b/audio/out/ao_alsa.c @@ -2,6 +2,7 @@ * ALSA 0.9.x-1.x audio output driver * * Copyright (C) 2004 Alex Beregszaszi + * Zsolt Barat * * modified for real ALSA 0.9.0 support by Zsolt Barat * additional AC-3 passthrough support by Andy Lo A Foe @@ -731,12 +732,8 @@ static float get_delay(struct ao *ao) #define OPT_BASE_STRUCT struct priv const struct ao_driver audio_out_alsa = { - .info = &(const struct ao_info) { - "ALSA-0.9.x-1.x audio output", - "alsa", - "Alex Beregszaszi, Zsolt Barat ", - "under development" - }, + .description = "ALSA-0.9.x-1.x audio output", + .name = "alsa", .init = init, .uninit = uninit, .control = control, -- cgit v1.2.3