]> git.alsa-project.org Git - alsa-lib.git/commitdiff
conf: change namehint for pcm.front
authorJaroslav Kysela <perex@perex.cz>
Thu, 7 May 2020 14:38:29 +0000 (16:38 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 7 May 2020 14:39:57 +0000 (16:39 +0200)
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 <perex@perex.cz>
src/conf/pcm/front.conf

index 0edf6a6953b7cecdccab4badd3ec13ad1582fd83..a5839b3d067d8bff097c18dcec1cddd73030eb31 100644 (file)
@@ -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
        }
 }