From ed6684849298bd43ec022ba7951eaab507ff7d51 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 25 May 2021 17:41:59 +0200 Subject: [PATCH] oss: fix the config (port -> device) BugLink: https://github.com/alsa-project/alsa-plugins/issues/20 Signed-off-by: Jaroslav Kysela --- oss/50-oss.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oss/50-oss.conf b/oss/50-oss.conf index 5b2817b..e22ea52 100644 --- a/oss/50-oss.conf +++ b/oss/50-oss.conf @@ -5,7 +5,7 @@ pcm.oss { default "/dev/dsp" } type oss - port $DEVICE + device $DEVICE hint { show { @func refer -- 2.47.1