- Backport upstream fixes: UCM updates, Broadwell UCM support, namehint fixes, fix faulty assert in PCM plugins, etc: 0001-ucm-document-some-standard-values.patch 0002-conf-ucm-broadwell-rt286-add-ucm-config.patch 0003-conf-ucm-Add-Makefile.am-for-broadwell-rt286-ucm-con.patch 0004-ucm-reformat-snd_use_case_get-doc.patch 0005-ucm-improve-jack-configuration-documentation.patch 0006-USB-audio-Sound-Blaster-HD-iec958-is-on-device-1.patch 0007-Sync-include-sound-asound.h-with-4.1-kernel.patch 0008-conf-ucm-broadwell-rt286-change-to-use-the-correct-j.patch 0009-namehint-Fix-invalid-list-access-in-snd_device_name_.patch 0010-namehint-Fix-the-listing-without-device-number.patch 0011-namehint-Fix-bad-free-with-invalid-iface-name.patch 0012-Allow-hint-for-ctl-hwdep-timer-and-seq.patch 0013-conf-Add-hint-descriptions-to-ctl-hwdep-seq-and-time.patch 0014-conf-ucm-broadwell-rt286-change-to-set-capture-volum.patch 0015-ucm-allow-multiple-devices-in-JackHWMute.patch 0016-pcm-Remove-assert-from-snd_pcm_hw_params_slave.patch OBS-URL: https://build.opensuse.org/request/show/308371 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=181
32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
From c39d0834d5ad5ca3f2882457f2d4a14e678bfe76 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Richard=20K=C3=B6rber?= <dev@shredzone.de>
|
|
Date: Wed, 21 Jan 2015 22:50:27 +0100
|
|
Subject: [PATCH 06/16] USB-audio: Sound Blaster HD iec958 is on device 1
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Creative Sound Blaster X-Fi HD uses device 1 for iec958 output.
|
|
|
|
Signed-off-by: Richard Körber <dev@shredzone.de>
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
src/conf/cards/USB-Audio.conf | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf
|
|
index 4cbf85e7a17b..031bee0d86fd 100644
|
|
--- a/src/conf/cards/USB-Audio.conf
|
|
+++ b/src/conf/cards/USB-Audio.conf
|
|
@@ -37,6 +37,7 @@ USB-Audio.pcm.surround40_type {
|
|
# number for the iec958 device can be changed here.
|
|
USB-Audio.pcm.iec958_device {
|
|
# "NoiseBlaster 3000" 42
|
|
+ "USB Sound Blaster HD" 1
|
|
|
|
# The below don't have digital in/out, so prevent them from being opened.
|
|
"Andrea PureAudio USB-SA Headset" 999
|
|
--
|
|
2.4.1
|
|
|