diff options
author | James Courtier-Dutton <James@superbug.co.uk> | 2005-05-21 16:35:58 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 04:11:35 -0400 |
commit | 1baa705b75124df7cfe3d5d2706f794a14d26ad0 (patch) | |
tree | fb3e4a81c53a52caa33ee27426716360e5e5dc68 /sound/pci/ca0106/ca0106.h | |
parent | 8f55fbb0fdb821023ff0a816ebf5056188891ff0 (diff) |
[ALSA] Tidy up card recognition.
CA0106 driver
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
Diffstat (limited to 'sound/pci/ca0106/ca0106.h')
-rw-r--r-- | sound/pci/ca0106/ca0106.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/pci/ca0106/ca0106.h b/sound/pci/ca0106/ca0106.h index deb028851056..c623858428cd 100644 --- a/sound/pci/ca0106/ca0106.h +++ b/sound/pci/ca0106/ca0106.h | |||
@@ -508,9 +508,17 @@ struct snd_ca0106_pcm { | |||
508 | unsigned short running; | 508 | unsigned short running; |
509 | }; | 509 | }; |
510 | 510 | ||
511 | typedef struct { | ||
512 | u32 serial; | ||
513 | char * name; | ||
514 | int ac97; | ||
515 | int gpio_type; | ||
516 | } ca0106_details_t; | ||
517 | |||
511 | // definition of the chip-specific record | 518 | // definition of the chip-specific record |
512 | struct snd_ca0106 { | 519 | struct snd_ca0106 { |
513 | snd_card_t *card; | 520 | snd_card_t *card; |
521 | ca0106_details_t *details; | ||
514 | struct pci_dev *pci; | 522 | struct pci_dev *pci; |
515 | 523 | ||
516 | unsigned long port; | 524 | unsigned long port; |