aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/vt1720_mobo.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ice1712/vt1720_mobo.c')
-rw-r--r--sound/pci/ice1712/vt1720_mobo.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/pci/ice1712/vt1720_mobo.c b/sound/pci/ice1712/vt1720_mobo.c
index 8a0a8393ad9e..5dbb867e642c 100644
--- a/sound/pci/ice1712/vt1720_mobo.c
+++ b/sound/pci/ice1712/vt1720_mobo.c
@@ -31,7 +31,7 @@
31#include "vt1720_mobo.h" 31#include "vt1720_mobo.h"
32 32
33 33
34static int __devinit k8x800_init(struct snd_ice1712 *ice) 34static int k8x800_init(struct snd_ice1712 *ice)
35{ 35{
36 ice->vt1720 = 1; 36 ice->vt1720 = 1;
37 37
@@ -45,7 +45,7 @@ static int __devinit k8x800_init(struct snd_ice1712 *ice)
45 return 0; 45 return 0;
46} 46}
47 47
48static int __devinit k8x800_add_controls(struct snd_ice1712 *ice) 48static int k8x800_add_controls(struct snd_ice1712 *ice)
49{ 49{
50 /* FIXME: needs some quirks for VT1616? */ 50 /* FIXME: needs some quirks for VT1616? */
51 return 0; 51 return 0;
@@ -53,7 +53,7 @@ static int __devinit k8x800_add_controls(struct snd_ice1712 *ice)
53 53
54/* EEPROM image */ 54/* EEPROM image */
55 55
56static unsigned char k8x800_eeprom[] __devinitdata = { 56static unsigned char k8x800_eeprom[] = {
57 [ICE_EEP2_SYSCONF] = 0x01, /* clock 256, 1ADC, 2DACs */ 57 [ICE_EEP2_SYSCONF] = 0x01, /* clock 256, 1ADC, 2DACs */
58 [ICE_EEP2_ACLINK] = 0x02, /* ACLINK, packed */ 58 [ICE_EEP2_ACLINK] = 0x02, /* ACLINK, packed */
59 [ICE_EEP2_I2S] = 0x00, /* - */ 59 [ICE_EEP2_I2S] = 0x00, /* - */
@@ -69,7 +69,7 @@ static unsigned char k8x800_eeprom[] __devinitdata = {
69 [ICE_EEP2_GPIO_STATE2] = 0x00, /* - */ 69 [ICE_EEP2_GPIO_STATE2] = 0x00, /* - */
70}; 70};
71 71
72static unsigned char sn25p_eeprom[] __devinitdata = { 72static unsigned char sn25p_eeprom[] = {
73 [ICE_EEP2_SYSCONF] = 0x01, /* clock 256, 1ADC, 2DACs */ 73 [ICE_EEP2_SYSCONF] = 0x01, /* clock 256, 1ADC, 2DACs */
74 [ICE_EEP2_ACLINK] = 0x02, /* ACLINK, packed */ 74 [ICE_EEP2_ACLINK] = 0x02, /* ACLINK, packed */
75 [ICE_EEP2_I2S] = 0x00, /* - */ 75 [ICE_EEP2_I2S] = 0x00, /* - */
@@ -87,7 +87,7 @@ static unsigned char sn25p_eeprom[] __devinitdata = {
87 87
88 88
89/* entry point */ 89/* entry point */
90struct snd_ice1712_card_info snd_vt1720_mobo_cards[] __devinitdata = { 90struct snd_ice1712_card_info snd_vt1720_mobo_cards[] = {
91 { 91 {
92 .subvendor = VT1720_SUBDEVICE_K8X800, 92 .subvendor = VT1720_SUBDEVICE_K8X800,
93 .name = "Albatron K8X800 Pro II", 93 .name = "Albatron K8X800 Pro II",