X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fpci%2Fice1712%2Fice1712.h;fp=sound%2Fpci%2Fice1712%2Fice1712.h;h=f8233bfdcf4ec7ac04f4c21f04db24f7fffe764c;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=8b4bc08a534e58ece7092737f974341c744035d2;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9;p=linux-2.6.git diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h index 8b4bc08a5..f8233bfdc 100644 --- a/sound/pci/ice1712/ice1712.h +++ b/sound/pci/ice1712/ice1712.h @@ -329,6 +329,10 @@ struct _snd_ice1712 { unsigned int pro_volumes[20]; unsigned int omni: 1; /* Delta Omni I/O */ unsigned int vt1724: 1; + unsigned int vt1720: 1; + unsigned int has_spdif: 1; /* VT1720/4 - has SPDIF I/O */ + unsigned int force_pdma4: 1; /* VT1720/4 - PDMA4 as non-spdif */ + unsigned int force_rdma1: 1; /* VT1720/4 - RDMA1 as non-spdif */ unsigned int num_total_dacs; /* total DACs */ unsigned int num_total_adcs; /* total ADCs */ unsigned char hoontech_boxbits[4]; @@ -460,6 +464,8 @@ static inline u8 snd_ice1712_read(ice1712_t * ice, u8 addr) struct snd_ice1712_card_info { unsigned int subvendor; char *name; + char *model; + char *driver; int (*chip_init)(ice1712_t *); int (*build_controls)(ice1712_t *); int no_mpu401: 1;