Merge pull request #542 from Gujs/openelec-updates

alsa: add asound.conf samples with dmix plugin
This commit is contained in:
Stephan Raue 2012-04-28 13:43:49 -07:00
commit 9208895597
3 changed files with 268 additions and 0 deletions

View File

@ -0,0 +1,76 @@
pcm.!default {
type plug
slave {
pcm "both"
}
}
pcm.both {
type route
slave {
pcm multi
channels 4
}
ttable.0.0 1.0
ttable.1.1 1.0
ttable.0.2 1.0
ttable.1.3 1.0
}
pcm.multi {
type multi
slaves.a {
pcm "hdmi_hw"
channels 2
}
slaves.b {
pcm "analog_hw"
channels 2
}
bindings.0.slave a
bindings.0.channel 0
bindings.1.slave a
bindings.1.channel 1
bindings.2.slave b
bindings.2.channel 0
bindings.3.slave b
bindings.3.channel 1
}
pcm.hdmi_hw {
type dmix
ipc_key 1000
slave {
pcm "hw:1,9"
period_time 0
period_size 512
buffer_size 2048
}
}
pcm.hdmi_formatted {
type plug
slave {
pcm hdmi_hw
rate 48000
channels 2
}
}
pcm.hdmi_complete {
type softvol
slave.pcm hdmi_formatted
control.name hdmi_volume
control.card 1
}
pcm.analog_hw {
type dmix
ipc_key 1001
slave {
pcm "hw:0,0"
period_time 0
period_size 512
buffer_size 2048
}
}

View File

@ -0,0 +1,96 @@
pcm.!default {
type plug
slave {
pcm "both"
}
}
pcm.both {
type route
slave {
pcm multi
channels 6
}
ttable.0.0 1.0
ttable.1.1 1.0
ttable.0.2 1.0
ttable.1.3 1.0
ttable.0.4 1.0
ttable.1.5 1.0
}
pcm.multi {
type multi
slaves.a {
pcm "hdmi_hw"
channels 2
}
slaves.b {
pcm "digital_hw"
channels 2
}
slaves.c {
pcm "analog_hw"
channels 2
}
bindings.0.slave a
bindings.0.channel 0
bindings.1.slave a
bindings.1.channel 1
bindings.2.slave b
bindings.2.channel 0
bindings.3.slave b
bindings.3.channel 1
bindings.4.slave c
bindings.4.channel 0
bindings.5.slave c
bindings.5.channel 1
}
pcm.hdmi_hw {
type dmix
ipc_key 1000
slave {
pcm "hw:0,3"
period_time 0
period_size 512
buffer_size 2048
}
}
pcm.hdmi_formatted {
type plug
slave {
pcm hdmi_hw
channels 2
}
}
pcm.hdmi_complete {
type softvol
slave.pcm hdmi_formatted
control.name hdmi_volume
control.card 1
}
pcm.digital_hw {
type dmix
ipc_key 1001
slave {
pcm "hw:1,1"
period_time 0
period_size 512
buffer_size 2048
}
}
pcm.analog_hw {
type dmix
ipc_key 1002
slave {
pcm "hw:1,0"
period_time 0
period_size 512
buffer_size 2048
}
}

View File

@ -0,0 +1,96 @@
pcm.!default {
type plug
slave {
pcm "both"
}
}
pcm.both {
type route
slave {
pcm multi
channels 6
}
ttable.0.0 1.0
ttable.1.1 1.0
ttable.0.2 1.0
ttable.1.3 1.0
ttable.0.4 1.0
ttable.1.5 1.0
}
pcm.multi {
type multi
slaves.a {
pcm "hdmi_hw"
channels 2
}
slaves.b {
pcm "digital_hw"
channels 2
}
slaves.c {
pcm "analog_hw"
channels 2
}
bindings.0.slave a
bindings.0.channel 0
bindings.1.slave a
bindings.1.channel 1
bindings.2.slave b
bindings.2.channel 0
bindings.3.slave b
bindings.3.channel 1
bindings.4.slave c
bindings.4.channel 0
bindings.5.slave c
bindings.5.channel 1
}
pcm.hdmi_hw {
type dmix
ipc_key 1000
slave {
pcm "hw:1,7"
period_time 0
period_size 512
buffer_size 2048
}
}
pcm.hdmi_formatted {
type plug
slave {
pcm hdmi_hw
channels 2
}
}
pcm.hdmi_complete {
type softvol
slave.pcm hdmi_formatted
control.name hdmi_volume
control.card 1
}
pcm.digital_hw {
type dmix
ipc_key 1001
slave {
pcm "hw:0,1"
period_time 0
period_size 512
buffer_size 2048
}
}
pcm.analog_hw {
type dmix
ipc_key 1002
slave {
pcm "hw:0,0"
period_time 0
period_size 512
buffer_size 2048
}
}