mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Update by James Courtier-Dutton <James@superbug.demon.co.uk>
0.0.12 Correct interrupt timing. interrupt at end of period, instead of in the middle of a playback period. Remove redundent "voice" handling. 0.0.13 Single trigger call for multi channels. 0.0.14 Set limits based on what the sound card hardware can do. playback periods_min=2, periods_max=8 capture hw constraints require period_size = n * 64 bytes. playback hw constraints require period_size = n * 64 bytes.
This commit is contained in:
parent
45814d5ec5
commit
f4da9cd569
1 changed files with 2 additions and 2 deletions
|
|
@ -152,14 +152,14 @@ AudigyLS.pcm.iec958.0 {
|
||||||
type ctl_elems
|
type ctl_elems
|
||||||
hook_args [
|
hook_args [
|
||||||
{
|
{
|
||||||
name "PCM Front Volume"
|
name "SPDIF Front Volume"
|
||||||
index 0
|
index 0
|
||||||
lock true
|
lock true
|
||||||
preserve true
|
preserve true
|
||||||
value [ 207 207 ] # Puts 0x30303030 in the Volume register. 0xff - 0x30 = 0xcf = 207
|
value [ 207 207 ] # Puts 0x30303030 in the Volume register. 0xff - 0x30 = 0xcf = 207
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name "Analog/Digital Output Jack"
|
name "SPDIF Out"
|
||||||
lock true
|
lock true
|
||||||
preserve true
|
preserve true
|
||||||
value 0
|
value 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue