mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Fix CS46xx.conf default capture
Fix the capture slave to hw for CS46xx default PCM since dsnoop seems not working with this hardware well.
This commit is contained in:
parent
125b22189e
commit
70c20571e1
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ CS46xx.pcm.front.0 {
|
||||||
card $CARD
|
card $CARD
|
||||||
}
|
}
|
||||||
|
|
||||||
# default with plughw/dsnoop
|
# default with plughw
|
||||||
# CS46xx supports multi-playback
|
# CS46xx supports multi-playback
|
||||||
CS46xx.pcm.default {
|
CS46xx.pcm.default {
|
||||||
@args [ CARD ]
|
@args [ CARD ]
|
||||||
|
|
@ -32,7 +32,7 @@ CS46xx.pcm.default {
|
||||||
type plug
|
type plug
|
||||||
slave.pcm {
|
slave.pcm {
|
||||||
@func concat
|
@func concat
|
||||||
strings [ "dsnoop:" $CARD ]
|
strings [ "hw:" $CARD ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue