From 678d5860441bb421b5163e3fab62a11e7c8d05d8 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 22 Oct 2016 01:58:03 +0200 Subject: [PATCH] mpv: remove unused sub-option in ao option No longer necessary since 9eff1c ("mpv: remove softvol, add volume") which removed support for direct ALSA mixing. --- mpv/mpv.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv/mpv.conf b/mpv/mpv.conf index d6bd0d0..5bf0180 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -16,8 +16,8 @@ # along with this file. If not, see . -# Use ALSA as audio driver, use PCM for volume control. -ao=alsa:mixer-name=PCM +# Use ALSA as audio driver. +ao=alsa # Set default value of internal mixer (0-100). Since 0.18.1 mpv has no access # to hardware mixer. volume=50 -- 2.43.2