mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Fix rear/center_lfe subdevice mismatch
This commit is contained in:
parent
e3f57ccc90
commit
b088e1294b
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ Aureon71.pcm.rear.0 {
|
||||||
type hw
|
type hw
|
||||||
card $CARD
|
card $CARD
|
||||||
device 2
|
device 2
|
||||||
subdevice 1
|
subdevice 0
|
||||||
}
|
}
|
||||||
|
|
||||||
<confdir:pcm/center_lfe.conf>
|
<confdir:pcm/center_lfe.conf>
|
||||||
|
|
@ -36,7 +36,7 @@ Aureon71.pcm.center_lfe.0 {
|
||||||
type hw
|
type hw
|
||||||
card $CARD
|
card $CARD
|
||||||
device 2
|
device 2
|
||||||
subdevice 0
|
subdevice 1
|
||||||
}
|
}
|
||||||
|
|
||||||
<confdir:pcm/side.conf>
|
<confdir:pcm/side.conf>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue