diff options
Diffstat (limited to 'sound/pci/ice1712/prodigy192.c')
-rw-r--r-- | sound/pci/ice1712/prodigy192.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sound/pci/ice1712/prodigy192.c b/sound/pci/ice1712/prodigy192.c index 3fcf581e7ef8..e610339f7601 100644 --- a/sound/pci/ice1712/prodigy192.c +++ b/sound/pci/ice1712/prodigy192.c | |||
@@ -368,7 +368,7 @@ static const DECLARE_TLV_DB_SCALE(db_scale_adc, 0, 150, 0); | |||
368 | * mixers | 368 | * mixers |
369 | */ | 369 | */ |
370 | 370 | ||
371 | static struct snd_kcontrol_new stac_controls[] __devinitdata = { | 371 | static struct snd_kcontrol_new stac_controls[] = { |
372 | { | 372 | { |
373 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, | 373 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
374 | .name = "Master Playback Switch", | 374 | .name = "Master Playback Switch", |
@@ -606,7 +606,7 @@ static int ak4114_input_sw_put(struct snd_kcontrol *kcontrol, | |||
606 | } | 606 | } |
607 | 607 | ||
608 | 608 | ||
609 | static struct snd_kcontrol_new ak4114_controls[] __devinitdata = { | 609 | static struct snd_kcontrol_new ak4114_controls[] = { |
610 | { | 610 | { |
611 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, | 611 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
612 | .name = "MIODIO IEC958 Capture Input", | 612 | .name = "MIODIO IEC958 Capture Input", |
@@ -671,7 +671,7 @@ static void stac9460_proc_init(struct snd_ice1712 *ice) | |||
671 | } | 671 | } |
672 | 672 | ||
673 | 673 | ||
674 | static int __devinit prodigy192_add_controls(struct snd_ice1712 *ice) | 674 | static int prodigy192_add_controls(struct snd_ice1712 *ice) |
675 | { | 675 | { |
676 | struct prodigy192_spec *spec = ice->spec; | 676 | struct prodigy192_spec *spec = ice->spec; |
677 | unsigned int i; | 677 | unsigned int i; |
@@ -727,7 +727,7 @@ static int prodigy192_miodio_exists(struct snd_ice1712 *ice) | |||
727 | /* | 727 | /* |
728 | * initialize the chip | 728 | * initialize the chip |
729 | */ | 729 | */ |
730 | static int __devinit prodigy192_init(struct snd_ice1712 *ice) | 730 | static int prodigy192_init(struct snd_ice1712 *ice) |
731 | { | 731 | { |
732 | static const unsigned short stac_inits_prodigy[] = { | 732 | static const unsigned short stac_inits_prodigy[] = { |
733 | STAC946X_RESET, 0, | 733 | STAC946X_RESET, 0, |
@@ -783,7 +783,7 @@ static int __devinit prodigy192_init(struct snd_ice1712 *ice) | |||
783 | * hence the driver needs to sets up it properly. | 783 | * hence the driver needs to sets up it properly. |
784 | */ | 784 | */ |
785 | 785 | ||
786 | static unsigned char prodigy71_eeprom[] __devinitdata = { | 786 | static unsigned char prodigy71_eeprom[] = { |
787 | [ICE_EEP2_SYSCONF] = 0x6a, /* 49MHz crystal, mpu401, | 787 | [ICE_EEP2_SYSCONF] = 0x6a, /* 49MHz crystal, mpu401, |
788 | * spdif-in+ 1 stereo ADC, | 788 | * spdif-in+ 1 stereo ADC, |
789 | * 3 stereo DACs | 789 | * 3 stereo DACs |
@@ -807,7 +807,7 @@ static unsigned char prodigy71_eeprom[] __devinitdata = { | |||
807 | 807 | ||
808 | 808 | ||
809 | /* entry point */ | 809 | /* entry point */ |
810 | struct snd_ice1712_card_info snd_vt1724_prodigy192_cards[] __devinitdata = { | 810 | struct snd_ice1712_card_info snd_vt1724_prodigy192_cards[] = { |
811 | { | 811 | { |
812 | .subvendor = VT1724_SUBDEVICE_PRODIGY192VE, | 812 | .subvendor = VT1724_SUBDEVICE_PRODIGY192VE, |
813 | .name = "Audiotrak Prodigy 192", | 813 | .name = "Audiotrak Prodigy 192", |