summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_rsound.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/ao_rsound.c')
-rw-r--r--audio/out/ao_rsound.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/out/ao_rsound.c b/audio/out/ao_rsound.c
index 5bfdbcef0f..162fb21feb 100644
--- a/audio/out/ao_rsound.c
+++ b/audio/out/ao_rsound.c
@@ -179,12 +179,8 @@ static float get_delay(struct ao *ao)
#define OPT_BASE_STRUCT struct priv
const struct ao_driver audio_out_rsound = {
- .info = &(const struct ao_info) {
- .name = "RSound output driver",
- .short_name = "rsound",
- .author = "Hans-Kristian Arntzen",
- .comment = "",
- },
+ .description = "RSound output driver",
+ .name = "rsound",
.init = init,
.uninit = uninit,
.reset = reset,