From 13786dc643fe250a9560792ef342751585ea15e9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 5 Sep 2016 21:07:30 +0200 Subject: audio/out: deprecate device sub-options We have --audio-device, which can force the device. Also add something describing to this extent to the manpage. --- audio/out/ao_rsound.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'audio/out/ao_rsound.c') diff --git a/audio/out/ao_rsound.c b/audio/out/ao_rsound.c index 8b80ddf1da..65196d0932 100644 --- a/audio/out/ao_rsound.c +++ b/audio/out/ao_rsound.c @@ -156,8 +156,10 @@ const struct ao_driver audio_out_rsound = { .resume = audio_resume, .priv_size = sizeof(struct priv), .options = (const struct m_option[]) { - OPT_STRING("host", host, 0), - OPT_STRING("port", port, 0), + OPT_STRING("host", host, 0, + .deprecation_message = "request --audio-device support on issue tracker"), + OPT_STRING("port", port, 0 + .deprecation_message = "request --audio-device support on issue tracker"), {0} }, .legacy_prefix = "rsound", -- cgit v1.2.3