From 69283bc0f8905e7748343f2c5389791f858a5f4c Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 5 Sep 2016 21:07:03 +0200 Subject: options: deprecate suboptions for the remaining AO/VOs --- audio/out/ao_rsound.c | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/out/ao_rsound.c') diff --git a/audio/out/ao_rsound.c b/audio/out/ao_rsound.c index 5379e73a72..8b80ddf1da 100644 --- a/audio/out/ao_rsound.c +++ b/audio/out/ao_rsound.c @@ -160,5 +160,6 @@ const struct ao_driver audio_out_rsound = { OPT_STRING("port", port, 0), {0} }, + .legacy_prefix = "rsound", }; -- cgit v1.2.3