Revert dmix.conf and dsnoop.conf

Revert dmix.conf and dsnoop.conf.
The ipc key offset had been already modified to be unique for
each card, stream, device and subdevice interanally in dmix &
co plugins.
This commit is contained in:
Takashi Iwai 2006-10-20 17:57:16 +02:00
parent 6d511eefa0
commit 21207351a8
2 changed files with 4 additions and 34 deletions

View file

@ -38,23 +38,8 @@ pcm.!dmix {
} }
type dmix type dmix
ipc_key { ipc_key {
@func iadd @func refer
integers [ name defaults.pcm.ipc_key
{
@func refer
name defaults.pcm.ipc_key
}
{
@func imul
integers [
{
@func card_inum
$CARD
}
2
]
}
]
} }
ipc_gid { ipc_gid {
@func refer @func refer

View file

@ -38,23 +38,8 @@ pcm.!dsnoop {
} }
type dsnoop type dsnoop
ipc_key { ipc_key {
@func iadd @func refer
integers [ name defaults.pcm.ipc_key
{
@func refer
name defaults.pcm.ipc_key
}
{
@func imul
integers [
{
@func card_inum
$CARD
}
2
]
}
]
} }
ipc_gid { ipc_gid {
@func refer @func refer