mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Fix SB-Xfi.conf
Added missing hint.device for rear, clfe, etc definitions. Removed invalid iec958 capture definition. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
4d2ba6a460
commit
e5ca075cde
1 changed files with 3 additions and 5 deletions
|
|
@ -24,6 +24,7 @@ SB-XFi.pcm.rear.0 {
|
|||
type hw
|
||||
card $CARD
|
||||
device 1
|
||||
hint.device 1
|
||||
}
|
||||
|
||||
<confdir:pcm/center_lfe.conf>
|
||||
|
|
@ -36,6 +37,7 @@ SB-XFi.pcm.center_lfe.0 {
|
|||
type hw
|
||||
card $CARD
|
||||
device 2
|
||||
hint.device 2
|
||||
}
|
||||
|
||||
<confdir:pcm/side.conf>
|
||||
|
|
@ -48,6 +50,7 @@ SB-XFi.pcm.side.0 {
|
|||
type hw
|
||||
card $CARD
|
||||
device 3
|
||||
hint.device 3
|
||||
}
|
||||
|
||||
<confdir:pcm/surround40.conf>
|
||||
|
|
@ -101,10 +104,5 @@ SB-XFi.pcm.iec958.0 {
|
|||
]
|
||||
}
|
||||
}
|
||||
capture.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
device 4
|
||||
}
|
||||
hint.device 4
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue