diff mbox series

[alsa-lib] conf: USB-Audio: Fix S/PDIF output of ASUS Xonar AE

Message ID 20200326194645.164265-1-mironov.ivan@gmail.com (mailing list archive)
State New, archived
Headers show
Series [alsa-lib] conf: USB-Audio: Fix S/PDIF output of ASUS Xonar AE | expand

Commit Message

Ivan Mironov March 26, 2020, 7:46 p.m. UTC
ASUS Xonar AE is a PCI-Express card containing USB controller:

	USB controller [0c03]: ASMedia Technology Inc. ASM1042A USB 3.0 Host Controller [1b21:1142]

and the actual USB sound card:

	ID 0b05:180f ASUSTek Computer, Inc. XONAR SOUND CARD

As other Xonar USB sound cards, it uses second device for digital
output.

Signed-off-by: Ivan Mironov <mironov.ivan@gmail.com>

Comments

Jaroslav Kysela April 17, 2020, 12:02 p.m. UTC | #1
Dne 26. 03. 20 v 20:46 Ivan Mironov napsal(a):
> ASUS Xonar AE is a PCI-Express card containing USB controller:
> 
> 	USB controller [0c03]: ASMedia Technology Inc. ASM1042A USB 3.0 Host Controller [1b21:1142]
> 
> and the actual USB sound card:
> 
> 	ID 0b05:180f ASUSTek Computer, Inc. XONAR SOUND CARD
> 
> As other Xonar USB sound cards, it uses second device for digital
> output.
> 
> Signed-off-by: Ivan Mironov <mironov.ivan@gmail.com>
> 
> diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf
> index 89811086db1d..3f4c421b7e2c 100644
> --- a/src/conf/cards/USB-Audio.conf
> +++ b/src/conf/cards/USB-Audio.conf
> @@ -40,6 +40,7 @@ USB-Audio.pcm.iec958_device {
>   	"USB Sound Blaster HD" 1
>   	"Xonar U7" 1
>   	"ASUS XONAR U5" 1
> +	"XONAR SOUND CARD" 1
>   	
>   	# The below don't have digital in/out, so prevent them from being opened.
>   	"Andrea PureAudio USB-SA Headset" 999
> 

Merged. Thank you.

					Jaroslav
diff mbox series

Patch

diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf
index 89811086db1d..3f4c421b7e2c 100644
--- a/src/conf/cards/USB-Audio.conf
+++ b/src/conf/cards/USB-Audio.conf
@@ -40,6 +40,7 @@  USB-Audio.pcm.iec958_device {
 	"USB Sound Blaster HD" 1
 	"Xonar U7" 1
 	"ASUS XONAR U5" 1
+	"XONAR SOUND CARD" 1
 	
 	# The below don't have digital in/out, so prevent them from being opened.
 	"Andrea PureAudio USB-SA Headset" 999