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 <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2020-05-07 16:38:29 +02:00
parent bb43546c7a
commit ee29d2a0b6

View 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
}
}