All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ALSA: ca0106 - add Sound Blaster 5.1vx info.
@ 2010-09-21 13:51 andy-alsa
  2010-09-21 13:51 ` [PATCH 2/2] ALSA: ca0106: Fix mixer and dac channel assignments andy-alsa
  2010-09-21 13:57 ` [PATCH 1/2] ALSA: ca0106 - add Sound Blaster 5.1vx info Takashi Iwai
  0 siblings, 2 replies; 8+ messages in thread
From: andy-alsa @ 2010-09-21 13:51 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel, Andy Owen

From: Andy Owen <andy-alsa@ultra-premium.com>

---
 sound/pci/ca0106/ca0106_main.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/sound/pci/ca0106/ca0106_main.c b/sound/pci/ca0106/ca0106_main.c
index 8e69620..6dc9a5d 100644
--- a/sound/pci/ca0106/ca0106_main.c
+++ b/sound/pci/ca0106/ca0106_main.c
@@ -239,6 +239,16 @@ static struct snd_ca0106_details ca0106_chip_details[] = {
 	   .gpio_type = 1,
 	   .i2c_adc = 1,
 	   .spi_dac = 1 } ,
+	/* Sound Blaster 5.1vx
+	 * Tested: Playback on front, rear, center/lfe speakers
+	 * Not-Tested: Capture
+	 */
+	{ .serial = 0x10041102,
+	  .name   = "Sound Blaster 5.1vx [SB1070]",
+	  .gpio_type = 1,
+	  .i2c_adc = 0,
+	  .spi_dac = 1
+	 } ,
 	 /* MSI K8N Diamond Motherboard with onboard SB Live 24bit without AC97 */
 	 /* SB0438
 	  * CTRL:CA0106-DAT
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-09-22 14:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-21 13:51 [PATCH 1/2] ALSA: ca0106 - add Sound Blaster 5.1vx info andy-alsa
2010-09-21 13:51 ` [PATCH 2/2] ALSA: ca0106: Fix mixer and dac channel assignments andy-alsa
2010-09-21 14:00   ` Takashi Iwai
2010-09-21 14:24     ` Andy Owen
2010-09-21 15:27       ` Takashi Iwai
2010-09-22 14:12         ` Andy Owen
     [not found]         ` <1285164542.1797.54.camel@marvin>
2010-09-22 14:17           ` Takashi Iwai
2010-09-21 13:57 ` [PATCH 1/2] ALSA: ca0106 - add Sound Blaster 5.1vx info Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.