Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120363
b: refs/heads/master
c: f649a71
h: refs/heads/master
i:
  120361: b2ea620
  120359: 0aad943
v: v3
  • Loading branch information
Ben Stanley authored and Takashi Iwai committed Dec 16, 2008
1 parent b74ac82 commit 4950a17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42a73df435a23e60d97d9d860f4e55dc9833e950
refs/heads/master: f649a7145b8b67121e8be0b50f7861755f21aa3b
12 changes: 8 additions & 4 deletions trunk/sound/pci/ca0106/ca0106.h
Original file line number Diff line number Diff line change
Expand Up @@ -664,10 +664,14 @@ struct snd_ca0106_pcm {
struct snd_ca0106_details {
u32 serial;
char * name;
int ac97;
int gpio_type;
int i2c_adc;
int spi_dac;
int ac97; /* ac97 = 0 -> Select MIC, Line in, TAD in, AUX in.
ac97 = 1 -> Default to AC97 in. */
int gpio_type; /* gpio_type = 1 -> shared mic-in/line-in
gpio_type = 2 -> shared side-out/line-in. */
int i2c_adc; /* with i2c_adc=1, the driver adds some capture volume
controls, phone, mic, line-in and aux. */
int spi_dac; /* spi_dac=1 adds the mute switch for each analog
output, front, rear, etc. */
};

// definition of the chip-specific record
Expand Down

0 comments on commit 4950a17

Please sign in to comment.