All of lore.kernel.org
 help / color / mirror / Atom feed
* Creative Sound Blaster 5.1vx
@ 2008-10-11 21:54 Zhi Xiong
  2008-10-13  9:45 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Zhi Xiong @ 2008-10-11 21:54 UTC (permalink / raw)
  To: alsa-devel

Hi,

I own a creative sound blaster 5.1vx card, its model is sb1070, and its
based on CA0106 and an ADC I believed to be a WM8772S(74AAWR2) chip, for
the rest, my weak eyes can't really see it.

I tested the driver on 2.6.20 and 2.6.26, both of them didn't work, so I
believed this model is not yet "supported" by the driver, I added the
lines below into ca0106_chip_details inside ca0106_main.c and the card
works.

     { .serial = 0x10041102,
       .name   = "Sound Blaster 5.1vx [SB1070]",
       .gpio_type = 1,
       .i2c_adc = 1,
       .spi_dac = 1
      } ,

But I don't really know what gpio_type, .i2c_adc, .spi_dac . I do
noticed that setting gpio_type to 1 or 2 will work and not setting it
will have some performance issue.

I wish can write the code more accurately to the specs and hopefully
this few lines of code will get added to the next alsa release for
others to use.

So, can anyone please explain to me what the 3 parameters do? Thanks in
advanced.

-- 
Cheers,
Zhi Xiong

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

end of thread, other threads:[~2008-10-13  9:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-11 21:54 Creative Sound Blaster 5.1vx Zhi Xiong
2008-10-13  9:45 ` 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.