From bca39e99d0c2a270a71dad640983fb739dac8bdd Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 27 Mar 2020 18:14:02 +0100 Subject: [PATCH] conf: fix namehint for pcm.front and pcm.iec958 As suggested in: Fixes: https://github.com/alsa-project/alsa-lib/issues/39 Signed-off-by: Jaroslav Kysela --- src/conf/pcm/front.conf | 3 ++- src/conf/pcm/iec958.conf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/conf/pcm/front.conf b/src/conf/pcm/front.conf index 7aff0cbf..0edf6a69 100644 --- a/src/conf/pcm/front.conf +++ b/src/conf/pcm/front.conf @@ -53,6 +53,7 @@ pcm.!front { name defaults.namehint.basic } description "Front speakers" - device $DEV + device_output $DEV + omit_noargs true } } diff --git a/src/conf/pcm/iec958.conf b/src/conf/pcm/iec958.conf index ac139b5e..2b084d6f 100644 --- a/src/conf/pcm/iec958.conf +++ b/src/conf/pcm/iec958.conf @@ -78,6 +78,6 @@ pcm.!iec958 { name defaults.namehint.basic } description "IEC958 (S/PDIF) Digital Audio Output" - device $DEV + device_output $DEV } } -- 2.11.0