mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
Add channels parameter to surround40/51 definitions
Add channels parameter to surround40/51 definitions for drivers using a single device.
This commit is contained in:
parent
90112fff1e
commit
eecfed7569
12 changed files with 108 additions and 4 deletions
|
|
@ -58,6 +58,7 @@ VIA8237.pcm.surround40.0 {
|
|||
type hw
|
||||
card $CARD
|
||||
device 1
|
||||
channels 4
|
||||
}
|
||||
hooks.0 {
|
||||
type ctl_elems
|
||||
|
|
@ -104,6 +105,7 @@ VIA8237.pcm.surround51.0 {
|
|||
type hw
|
||||
card $CARD
|
||||
device 1
|
||||
channels 6
|
||||
}
|
||||
hooks.0 {
|
||||
type ctl_elems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue