aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/psc724.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ice1712/psc724.c')
-rw-r--r--sound/pci/ice1712/psc724.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/pci/ice1712/psc724.c b/sound/pci/ice1712/psc724.c
index 0b6c4e69b8d0..302ac6ddd545 100644
--- a/sound/pci/ice1712/psc724.c
+++ b/sound/pci/ice1712/psc724.c
@@ -316,7 +316,7 @@ static const char *clfe_deemph = "CLFE Deemphasis Playback Switch";
316static const char *rear_clfe_izd = "Rear Infinite Zero Detect Playback Switch"; 316static const char *rear_clfe_izd = "Rear Infinite Zero Detect Playback Switch";
317static const char *rear_clfe_zc = "Rear Zero Cross Detect Playback Switch"; 317static const char *rear_clfe_zc = "Rear Zero Cross Detect Playback Switch";
318 318
319static int __devinit psc724_add_controls(struct snd_ice1712 *ice) 319static int psc724_add_controls(struct snd_ice1712 *ice)
320{ 320{
321 struct snd_kcontrol_new cont; 321 struct snd_kcontrol_new cont;
322 struct snd_kcontrol *ctl; 322 struct snd_kcontrol *ctl;
@@ -396,7 +396,7 @@ static int psc724_resume(struct snd_ice1712 *ice)
396 396
397/* init */ 397/* init */
398 398
399static int __devinit psc724_init(struct snd_ice1712 *ice) 399static int psc724_init(struct snd_ice1712 *ice)
400{ 400{
401 struct psc724_spec *spec; 401 struct psc724_spec *spec;
402 402
@@ -434,7 +434,7 @@ static void psc724_exit(struct snd_ice1712 *ice)
434} 434}
435 435
436/* PSC724 has buggy EEPROM (no 96&192kHz, all FFh GPIOs), so override it here */ 436/* PSC724 has buggy EEPROM (no 96&192kHz, all FFh GPIOs), so override it here */
437static unsigned char psc724_eeprom[] __devinitdata = { 437static unsigned char psc724_eeprom[] = {
438 [ICE_EEP2_SYSCONF] = 0x42, /* 49.152MHz, 1 ADC, 3 DACs */ 438 [ICE_EEP2_SYSCONF] = 0x42, /* 49.152MHz, 1 ADC, 3 DACs */
439 [ICE_EEP2_ACLINK] = 0x80, /* I2S */ 439 [ICE_EEP2_ACLINK] = 0x80, /* I2S */
440 [ICE_EEP2_I2S] = 0xf0, /* I2S volume, 96kHz, 24bit */ 440 [ICE_EEP2_I2S] = 0xf0, /* I2S volume, 96kHz, 24bit */
@@ -449,7 +449,7 @@ static unsigned char psc724_eeprom[] __devinitdata = {
449 [ICE_EEP2_GPIO_STATE2] = 0x20, /* unmuted, all WM8766 pins low */ 449 [ICE_EEP2_GPIO_STATE2] = 0x20, /* unmuted, all WM8766 pins low */
450}; 450};
451 451
452struct snd_ice1712_card_info snd_vt1724_psc724_cards[] __devinitdata = { 452struct snd_ice1712_card_info snd_vt1724_psc724_cards[] = {
453 { 453 {
454 .subvendor = VT1724_SUBDEVICE_PSC724, 454 .subvendor = VT1724_SUBDEVICE_PSC724,
455 .name = "Philips PSC724 Ultimate Edge", 455 .name = "Philips PSC724 Ultimate Edge",