summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_oss.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-05 21:07:03 +0200
committerwm4 <wm4@nowhere>2016-09-05 21:26:39 +0200
commit69283bc0f8905e7748343f2c5389791f858a5f4c (patch)
tree7c5b4c004dabb40d55e30f28cb900801f78a46fd /audio/out/ao_oss.c
parent633eb30cbe0e52879443633760e9460fe5bdcdfa (diff)
downloadmpv-69283bc0f8905e7748343f2c5389791f858a5f4c.tar.bz2
mpv-69283bc0f8905e7748343f2c5389791f858a5f4c.tar.xz
options: deprecate suboptions for the remaining AO/VOs
Diffstat (limited to 'audio/out/ao_oss.c')
-rw-r--r--audio/out/ao_oss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/out/ao_oss.c b/audio/out/ao_oss.c
index 90d3b3e5c5..cd08a046f7 100644
--- a/audio/out/ao_oss.c
+++ b/audio/out/ao_oss.c
@@ -653,4 +653,5 @@ const struct ao_driver audio_out_oss = {
OPT_STRING("mixer-channel", cfg_oss_mixer_channel, 0),
{0}
},
+ .legacy_prefix = "oss",
};