mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
USB-Audio.conf: fix Audiophile USB card name
The device name of the M-Audio AudioPhile USB is actually "Audiophile USB (tm)". Also keep the old string, just to be sure. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
parent
13b5d972d2
commit
ab6df22901
1 changed files with 6 additions and 2 deletions
|
|
@ -16,6 +16,7 @@
|
|||
# here.
|
||||
USB-Audio.pcm.use_dmix {
|
||||
"AudioPhile" no # uses big-endian 24-bit samples
|
||||
"Audiophile USB (tm)" no
|
||||
}
|
||||
|
||||
# If a device does not have a four-channel mode for the front/rear outputs,
|
||||
|
|
@ -25,6 +26,7 @@ USB-Audio.pcm.use_dmix {
|
|||
# two_stereo_devices - for devices that have two stereo audio interfaces
|
||||
USB-Audio.pcm.surround40_type {
|
||||
"AudioPhile" two_stereo_devices
|
||||
"Audiophile USB (tm)" two_stereo_devices
|
||||
"OmniStudio" two_stereo_devices
|
||||
"Quattro" two_stereo_devices
|
||||
"SB Audigy 2 NX" six_channels
|
||||
|
|
@ -43,7 +45,8 @@ USB-Audio.pcm.iec958_device {
|
|||
# M-Audio AudioPhile USB:
|
||||
# device 0: analog output, digital input
|
||||
# device 1: digital output, analog input
|
||||
USB-Audio."AudioPhile".pcm.default {
|
||||
USB-Audio."AudioPhile".pcm.default "cards.USB-Audio.Audiophile USB (tm).pcm.default"
|
||||
USB-Audio."Audiophile USB (tm)".pcm.default {
|
||||
@args [ CARD ]
|
||||
@args.CARD { type string }
|
||||
type asym
|
||||
|
|
@ -63,7 +66,8 @@ USB-Audio."AudioPhile".pcm.default {
|
|||
}
|
||||
}
|
||||
}
|
||||
USB-Audio."AudioPhile".pcm.iec958 {
|
||||
USB-Audio."AudioPhile".pcm.iec958 "cards.USB-Audio.Audiophile USB (tm).pcm.iec958"
|
||||
USB-Audio."Audiophile USB (tm)".pcm.iec958 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD { type string }
|
||||
@args.AES0 { type integer }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue