All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhi Xiong <zx@nchost.net>
To: alsa-devel@alsa-project.org
Subject: Creative Sound Blaster 5.1vx
Date: Sun, 12 Oct 2008 05:54:35 +0800	[thread overview]
Message-ID: <48F1209B.4030808@nchost.net> (raw)

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

             reply	other threads:[~2008-10-11 21:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-11 21:54 Zhi Xiong [this message]
2008-10-13  9:45 ` Creative Sound Blaster 5.1vx Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48F1209B.4030808@nchost.net \
    --to=zx@nchost.net \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.