2004-06-18 14:29:03 +00:00
|
|
|
#
|
2004-12-06 15:28:06 +00:00
|
|
|
# Configuration for the CA0106 chip
|
2004-06-18 14:29:03 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
<confdir:pcm/front.conf>
|
|
|
|
|
|
2004-12-06 15:28:06 +00:00
|
|
|
CA0106.pcm.front.0 {
|
2004-06-18 14:29:03 +00:00
|
|
|
@args [ CARD ]
|
|
|
|
|
@args.CARD {
|
|
|
|
|
type string
|
|
|
|
|
}
|
|
|
|
|
type hw
|
|
|
|
|
card $CARD
|
|
|
|
|
device 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<confdir:pcm/rear.conf>
|
|
|
|
|
|
2004-12-06 15:28:06 +00:00
|
|
|
CA0106.pcm.rear.0 {
|
2004-06-18 14:29:03 +00:00
|
|
|
@args [ CARD ]
|
|
|
|
|
@args.CARD {
|
|
|
|
|
type string
|
|
|
|
|
}
|
|
|
|
|
type hw
|
|
|
|
|
card $CARD
|
James Courtier-Dutton <James@superbug.demon.co.uk>:
AudigyLS now supports Digital(AC3)/Analog outputs. 5.1 Surround
PLAYBACK. MIC and LINE IN CAPTURE.
The MIC and LINE IN use the AC97 chip.
The AC97 uses the PLAYBACK(Not CAPTURE) controls in alsamixer for
controlling CAPTURE. Then, instead of sending that output to the
speakers, it sends it to the Philips 1361T ADC. This results in high
quality ADC conversion.
E.g. For LINE IN capture, set LINE IN playback volume and unmute it.
Set MASTER volume.
There is a new control for "CAPTURE feedback into PLAYBACK". If one does
not want any feedback, leave it at it's minimum.
Once I have figured out all the controls in the AC97 and what they do
for the AudigyLS, I will rename them so that they make sense to the user.
Please see attached patch files against the current CVS.
Still TODO:
1) Set multiple sample rates.
2) Add a CAPUTRE source switch for switch between "MIC", "Line in",
"SPDIF in", "TAD in", "AUX in" and "What u hear". Currently, one cannot
switch to capture "SPDIF in" or "What u hear", but all the other inputs
are possible via switches in the AC97.
3) Set multiple periods per buffer.
4) MIDI in/out.
5) Cleaner module unload.
2004-06-28 10:26:45 +00:00
|
|
|
device 1
|
2004-06-18 14:29:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<confdir:pcm/center_lfe.conf>
|
|
|
|
|
|
2004-12-06 15:28:06 +00:00
|
|
|
CA0106.pcm.center_lfe.0 {
|
2004-06-18 14:29:03 +00:00
|
|
|
@args [ CARD ]
|
|
|
|
|
@args.CARD {
|
|
|
|
|
type string
|
|
|
|
|
}
|
|
|
|
|
type hw
|
|
|
|
|
card $CARD
|
James Courtier-Dutton <James@superbug.demon.co.uk>:
AudigyLS now supports Digital(AC3)/Analog outputs. 5.1 Surround
PLAYBACK. MIC and LINE IN CAPTURE.
The MIC and LINE IN use the AC97 chip.
The AC97 uses the PLAYBACK(Not CAPTURE) controls in alsamixer for
controlling CAPTURE. Then, instead of sending that output to the
speakers, it sends it to the Philips 1361T ADC. This results in high
quality ADC conversion.
E.g. For LINE IN capture, set LINE IN playback volume and unmute it.
Set MASTER volume.
There is a new control for "CAPTURE feedback into PLAYBACK". If one does
not want any feedback, leave it at it's minimum.
Once I have figured out all the controls in the AC97 and what they do
for the AudigyLS, I will rename them so that they make sense to the user.
Please see attached patch files against the current CVS.
Still TODO:
1) Set multiple sample rates.
2) Add a CAPUTRE source switch for switch between "MIC", "Line in",
"SPDIF in", "TAD in", "AUX in" and "What u hear". Currently, one cannot
switch to capture "SPDIF in" or "What u hear", but all the other inputs
are possible via switches in the AC97.
3) Set multiple periods per buffer.
4) MIDI in/out.
5) Cleaner module unload.
2004-06-28 10:26:45 +00:00
|
|
|
device 2
|
2004-06-18 14:29:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<confdir:pcm/surround40.conf>
|
|
|
|
|
|
2004-12-06 15:28:06 +00:00
|
|
|
CA0106.pcm.surround40.0 {
|
2004-06-18 14:29:03 +00:00
|
|
|
@args [ CARD ]
|
|
|
|
|
@args.CARD {
|
|
|
|
|
type string
|
|
|
|
|
}
|
|
|
|
|
type multi
|
|
|
|
|
slaves [
|
|
|
|
|
{
|
|
|
|
|
pcm {
|
|
|
|
|
@func concat
|
|
|
|
|
strings [
|
2004-12-06 15:28:06 +00:00
|
|
|
"cards.CA0106.pcm.front.0:CARD=" $CARD
|
2004-06-18 14:29:03 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
channels 2
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
pcm {
|
|
|
|
|
@func concat
|
|
|
|
|
strings [
|
2004-12-06 15:28:06 +00:00
|
|
|
"cards.CA0106.pcm.rear.0:CARD=" $CARD
|
2004-06-18 14:29:03 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
channels 2
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
bindings [
|
|
|
|
|
{ slave 0 channel 0 }
|
|
|
|
|
{ slave 0 channel 1 }
|
|
|
|
|
{ slave 1 channel 0 }
|
|
|
|
|
{ slave 1 channel 1 }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<confdir:pcm/surround41.conf>
|
|
|
|
|
<confdir:pcm/surround50.conf>
|
|
|
|
|
<confdir:pcm/surround51.conf>
|
|
|
|
|
|
2004-12-06 15:28:06 +00:00
|
|
|
CA0106.pcm.surround51.0 {
|
2004-06-18 14:29:03 +00:00
|
|
|
@args [ CARD ]
|
|
|
|
|
@args.CARD {
|
|
|
|
|
type string
|
|
|
|
|
}
|
|
|
|
|
type multi
|
|
|
|
|
slaves [
|
|
|
|
|
{
|
|
|
|
|
pcm {
|
|
|
|
|
@func concat
|
|
|
|
|
strings [
|
2004-12-06 15:28:06 +00:00
|
|
|
"cards.CA0106.pcm.front.0:CARD=" $CARD
|
2004-06-18 14:29:03 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
channels 2
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
pcm {
|
|
|
|
|
@func concat
|
|
|
|
|
strings [
|
2004-12-06 15:28:06 +00:00
|
|
|
"cards.CA0106.pcm.rear.0:CARD=" $CARD
|
2004-06-18 14:29:03 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
channels 2
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
pcm {
|
|
|
|
|
@func concat
|
|
|
|
|
strings [
|
2004-12-06 15:28:06 +00:00
|
|
|
"cards.CA0106.pcm.center_lfe.0:CARD=" $CARD
|
2004-06-18 14:29:03 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
channels 2
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
bindings [
|
|
|
|
|
{ slave 0 channel 0 }
|
|
|
|
|
{ slave 0 channel 1 }
|
|
|
|
|
{ slave 1 channel 0 }
|
|
|
|
|
{ slave 1 channel 1 }
|
|
|
|
|
{ slave 2 channel 0 }
|
|
|
|
|
{ slave 2 channel 1 }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<confdir:pcm/iec958.conf>
|
|
|
|
|
|
2004-12-06 15:28:06 +00:00
|
|
|
CA0106.pcm.iec958.0 {
|
2004-06-18 14:29:03 +00:00
|
|
|
@args [ CARD AES0 AES1 AES2 AES3 ]
|
|
|
|
|
@args.CARD {
|
|
|
|
|
type string
|
|
|
|
|
}
|
|
|
|
|
@args.AES0 {
|
|
|
|
|
type integer
|
|
|
|
|
}
|
|
|
|
|
@args.AES1 {
|
|
|
|
|
type integer
|
|
|
|
|
}
|
|
|
|
|
@args.AES2 {
|
|
|
|
|
type integer
|
|
|
|
|
}
|
|
|
|
|
@args.AES3 {
|
|
|
|
|
type integer
|
|
|
|
|
}
|
|
|
|
|
type hooks
|
|
|
|
|
slave.pcm {
|
|
|
|
|
type hw
|
|
|
|
|
card $CARD
|
James Courtier-Dutton <James@superbug.demon.co.uk>:
AudigyLS now supports Digital(AC3)/Analog outputs. 5.1 Surround
PLAYBACK. MIC and LINE IN CAPTURE.
The MIC and LINE IN use the AC97 chip.
The AC97 uses the PLAYBACK(Not CAPTURE) controls in alsamixer for
controlling CAPTURE. Then, instead of sending that output to the
speakers, it sends it to the Philips 1361T ADC. This results in high
quality ADC conversion.
E.g. For LINE IN capture, set LINE IN playback volume and unmute it.
Set MASTER volume.
There is a new control for "CAPTURE feedback into PLAYBACK". If one does
not want any feedback, leave it at it's minimum.
Once I have figured out all the controls in the AC97 and what they do
for the AudigyLS, I will rename them so that they make sense to the user.
Please see attached patch files against the current CVS.
Still TODO:
1) Set multiple sample rates.
2) Add a CAPUTRE source switch for switch between "MIC", "Line in",
"SPDIF in", "TAD in", "AUX in" and "What u hear". Currently, one cannot
switch to capture "SPDIF in" or "What u hear", but all the other inputs
are possible via switches in the AC97.
3) Set multiple periods per buffer.
4) MIDI in/out.
5) Cleaner module unload.
2004-06-28 10:26:45 +00:00
|
|
|
device 0
|
2004-06-18 14:29:03 +00:00
|
|
|
}
|
|
|
|
|
hooks.0 {
|
|
|
|
|
type ctl_elems
|
|
|
|
|
hook_args [
|
James Courtier-Dutton <James@superbug.demon.co.uk>:
AudigyLS now supports Digital(AC3)/Analog outputs. 5.1 Surround
PLAYBACK. MIC and LINE IN CAPTURE.
The MIC and LINE IN use the AC97 chip.
The AC97 uses the PLAYBACK(Not CAPTURE) controls in alsamixer for
controlling CAPTURE. Then, instead of sending that output to the
speakers, it sends it to the Philips 1361T ADC. This results in high
quality ADC conversion.
E.g. For LINE IN capture, set LINE IN playback volume and unmute it.
Set MASTER volume.
There is a new control for "CAPTURE feedback into PLAYBACK". If one does
not want any feedback, leave it at it's minimum.
Once I have figured out all the controls in the AC97 and what they do
for the AudigyLS, I will rename them so that they make sense to the user.
Please see attached patch files against the current CVS.
Still TODO:
1) Set multiple sample rates.
2) Add a CAPUTRE source switch for switch between "MIC", "Line in",
"SPDIF in", "TAD in", "AUX in" and "What u hear". Currently, one cannot
switch to capture "SPDIF in" or "What u hear", but all the other inputs
are possible via switches in the AC97.
3) Set multiple periods per buffer.
4) MIDI in/out.
5) Cleaner module unload.
2004-06-28 10:26:45 +00:00
|
|
|
{
|
2004-07-27 16:02:43 +00:00
|
|
|
name "SPDIF Front Volume"
|
James Courtier-Dutton <James@superbug.demon.co.uk>:
AudigyLS now supports Digital(AC3)/Analog outputs. 5.1 Surround
PLAYBACK. MIC and LINE IN CAPTURE.
The MIC and LINE IN use the AC97 chip.
The AC97 uses the PLAYBACK(Not CAPTURE) controls in alsamixer for
controlling CAPTURE. Then, instead of sending that output to the
speakers, it sends it to the Philips 1361T ADC. This results in high
quality ADC conversion.
E.g. For LINE IN capture, set LINE IN playback volume and unmute it.
Set MASTER volume.
There is a new control for "CAPTURE feedback into PLAYBACK". If one does
not want any feedback, leave it at it's minimum.
Once I have figured out all the controls in the AC97 and what they do
for the AudigyLS, I will rename them so that they make sense to the user.
Please see attached patch files against the current CVS.
Still TODO:
1) Set multiple sample rates.
2) Add a CAPUTRE source switch for switch between "MIC", "Line in",
"SPDIF in", "TAD in", "AUX in" and "What u hear". Currently, one cannot
switch to capture "SPDIF in" or "What u hear", but all the other inputs
are possible via switches in the AC97.
3) Set multiple periods per buffer.
4) MIDI in/out.
5) Cleaner module unload.
2004-06-28 10:26:45 +00:00
|
|
|
index 0
|
|
|
|
|
lock true
|
|
|
|
|
preserve true
|
|
|
|
|
value [ 207 207 ] # Puts 0x30303030 in the Volume register. 0xff - 0x30 = 0xcf = 207
|
|
|
|
|
}
|
2004-06-18 14:29:03 +00:00
|
|
|
{
|
2004-07-27 16:02:43 +00:00
|
|
|
name "SPDIF Out"
|
2004-06-18 14:29:03 +00:00
|
|
|
lock true
|
|
|
|
|
preserve true
|
2004-06-23 18:09:10 +00:00
|
|
|
value 0
|
2004-06-18 14:29:03 +00:00
|
|
|
}
|
|
|
|
|
{
|
2004-06-23 18:09:10 +00:00
|
|
|
name "IEC958 Playback Default"
|
James Courtier-Dutton <James@superbug.demon.co.uk>:
AudigyLS now supports Digital(AC3)/Analog outputs. 5.1 Surround
PLAYBACK. MIC and LINE IN CAPTURE.
The MIC and LINE IN use the AC97 chip.
The AC97 uses the PLAYBACK(Not CAPTURE) controls in alsamixer for
controlling CAPTURE. Then, instead of sending that output to the
speakers, it sends it to the Philips 1361T ADC. This results in high
quality ADC conversion.
E.g. For LINE IN capture, set LINE IN playback volume and unmute it.
Set MASTER volume.
There is a new control for "CAPTURE feedback into PLAYBACK". If one does
not want any feedback, leave it at it's minimum.
Once I have figured out all the controls in the AC97 and what they do
for the AudigyLS, I will rename them so that they make sense to the user.
Please see attached patch files against the current CVS.
Still TODO:
1) Set multiple sample rates.
2) Add a CAPUTRE source switch for switch between "MIC", "Line in",
"SPDIF in", "TAD in", "AUX in" and "What u hear". Currently, one cannot
switch to capture "SPDIF in" or "What u hear", but all the other inputs
are possible via switches in the AC97.
3) Set multiple periods per buffer.
4) MIDI in/out.
5) Cleaner module unload.
2004-06-28 10:26:45 +00:00
|
|
|
index 1
|
2004-06-18 14:29:03 +00:00
|
|
|
lock true
|
|
|
|
|
preserve true
|
|
|
|
|
value [ $AES0 $AES1 $AES2 $AES3 ]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|