From: Jaroslav Kysela Date: Thu, 7 May 2020 14:38:29 +0000 (+0200) Subject: conf: change namehint for pcm.front X-Git-Tag: v1.2.3~66 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ee29d2a0b6f2653869abfd9d46beb9363fb229d9;p=alsa-lib.git 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 --- 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 } }