mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
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 <perex@perex.cz>
This commit is contained in:
parent
d434638a68
commit
bca39e99d0
2 changed files with 3 additions and 2 deletions
|
|
@ -53,6 +53,7 @@ pcm.!front {
|
||||||
name defaults.namehint.basic
|
name defaults.namehint.basic
|
||||||
}
|
}
|
||||||
description "Front speakers"
|
description "Front speakers"
|
||||||
device $DEV
|
device_output $DEV
|
||||||
|
omit_noargs true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,6 @@ pcm.!iec958 {
|
||||||
name defaults.namehint.basic
|
name defaults.namehint.basic
|
||||||
}
|
}
|
||||||
description "IEC958 (S/PDIF) Digital Audio Output"
|
description "IEC958 (S/PDIF) Digital Audio Output"
|
||||||
device $DEV
|
device_output $DEV
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue