From ee29d2a0b6f2653869abfd9d46beb9363fb229d9 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 7 May 2020 16:38:29 +0200 Subject: [PATCH] conf: change namehint for pcm.front It seems that we have regressions for pcm.front (some applications are using this device also for the default raw input). Change the description and allow both directions. Fixes: https://github.com/alsa-project/alsa-lib/issues/39 Signed-off-by: Jaroslav Kysela --- src/conf/pcm/front.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/conf/pcm/front.conf b/src/conf/pcm/front.conf index 0edf6a69..a5839b3d 100644 --- a/src/conf/pcm/front.conf +++ b/src/conf/pcm/front.conf @@ -52,8 +52,9 @@ pcm.!front { @func refer name defaults.namehint.basic } - description "Front speakers" + description "Front output / input" device_output $DEV + device_input $DEV omit_noargs true } } -- 2.47.1