mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Use S16_BE as dmix format for PPC drivers
PPC drivers should use S16_BE as the base format of dmix/dsnoop. This avoid confusion of format endianess via CPU emulation.
This commit is contained in:
parent
267d7c7281
commit
e4c80614e9
2 changed files with 4 additions and 4 deletions
|
|
@ -24,14 +24,14 @@ PMac.pcm.default {
|
||||||
type plug
|
type plug
|
||||||
slave.pcm {
|
slave.pcm {
|
||||||
@func concat
|
@func concat
|
||||||
strings [ "dmix:CARD=" $CARD ",FORMAT=S16" ]
|
strings [ "dmix:CARD=" $CARD ",FORMAT=S16_BE" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
capture.pcm {
|
capture.pcm {
|
||||||
type plug
|
type plug
|
||||||
slave.pcm {
|
slave.pcm {
|
||||||
@func concat
|
@func concat
|
||||||
strings [ "dsnoop:CARD=" $CARD ",FORMAT=S16" ]
|
strings [ "dsnoop:CARD=" $CARD ",FORMAT=S16_BE" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ PMacToonie.pcm.default {
|
||||||
type softvol
|
type softvol
|
||||||
slave.pcm {
|
slave.pcm {
|
||||||
@func concat
|
@func concat
|
||||||
strings [ "dmix:CARD=" $CARD ",FORMAT=S16" ]
|
strings [ "dmix:CARD=" $CARD ",FORMAT=S16_BE" ]
|
||||||
}
|
}
|
||||||
control {
|
control {
|
||||||
name "PCM Playback Volume"
|
name "PCM Playback Volume"
|
||||||
|
|
@ -45,7 +45,7 @@ PMacToonie.pcm.default {
|
||||||
type plug
|
type plug
|
||||||
slave.pcm {
|
slave.pcm {
|
||||||
@func concat
|
@func concat
|
||||||
strings [ "dsnoop:CARD=" $CARD ",FORMAT=S16" ]
|
strings [ "dsnoop:CARD=" $CARD ",FORMAT=S16_BE" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue