X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fpci%2Fice1712%2Faureon.h;h=95d515f36f23e35e15dbba636f887d22ab0cb94f;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=88804e09869482c64a246ef73be86a2dc5b48508;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/sound/pci/ice1712/aureon.h b/sound/pci/ice1712/aureon.h index 88804e098..95d515f36 100644 --- a/sound/pci/ice1712/aureon.h +++ b/sound/pci/ice1712/aureon.h @@ -38,18 +38,19 @@ extern struct snd_ice1712_card_info snd_vt1724_aureon_cards[]; /* GPIO bits */ #define AUREON_CS8415_CS (1 << 22) -#define AUREON_CS8415_CDTO (1 << 21) +#define AUREON_SPI_MISO (1 << 21) #define AUREON_WM_RESET (1 << 20) -#define AUREON_WM_CLK (1 << 19) -#define AUREON_WM_DATA (1 << 18) +#define AUREON_SPI_CLK (1 << 19) +#define AUREON_SPI_MOSI (1 << 18) #define AUREON_WM_RW (1 << 17) #define AUREON_AC97_RESET (1 << 16) #define AUREON_DIGITAL_SEL1 (1 << 15) #define AUREON_HP_SEL (1 << 14) #define AUREON_WM_CS (1 << 12) - -/* Prodigy has different pin assignment for chip select */ -#define PRODIGY_CS8415_CS (1 << 23) -#define PRODIGY_CS8415_CDTO (1 << 22) +#define AUREON_AC97_COMMIT (1 << 11) +#define AUREON_AC97_ADDR (1 << 10) +#define AUREON_AC97_DATA_LOW (1 << 9) +#define AUREON_AC97_DATA_HIGH (1 << 8) +#define AUREON_AC97_DATA_MASK 0xFF #endif /* __SOUND_AUREON_H */