This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / sound / pci / ice1712 / delta.c
index 7708adc..9eb245b 100644 (file)
@@ -526,7 +526,6 @@ static int __devinit snd_ice1712_delta_init(ice1712_t *ice)
                break;
        case ICE1712_SUBDEVICE_DELTA1010:
        case ICE1712_SUBDEVICE_DELTA1010LT:
-       case ICE1712_SUBDEVICE_MEDIASTATION:
                ice->num_total_dacs = 8;
                ice->num_total_adcs = 8;
                break;
@@ -552,7 +551,6 @@ static int __devinit snd_ice1712_delta_init(ice1712_t *ice)
                        return err;
                break;
        case ICE1712_SUBDEVICE_DELTA1010:
-       case ICE1712_SUBDEVICE_MEDIASTATION:
                ice->gpio.set_pro_rate = delta_1010_set_rate_val;
                break;
        case ICE1712_SUBDEVICE_DELTADIO2496:
@@ -574,7 +572,6 @@ static int __devinit snd_ice1712_delta_init(ice1712_t *ice)
        switch (ice->eeprom.subvendor) {
        case ICE1712_SUBDEVICE_DELTA1010:
        case ICE1712_SUBDEVICE_DELTADIO2496:
-       case ICE1712_SUBDEVICE_MEDIASTATION:
                return 0;
        }
 
@@ -633,7 +630,6 @@ static int __devinit snd_ice1712_delta_add_controls(ice1712_t *ice)
        /* 1010 and dio specific controls */
        switch (ice->eeprom.subvendor) {
        case ICE1712_SUBDEVICE_DELTA1010:
-       case ICE1712_SUBDEVICE_MEDIASTATION:
                err = snd_ctl_add(ice->card, snd_ctl_new1(&snd_ice1712_delta1010_wordclock_select, ice));
                if (err < 0)
                        return err;
@@ -658,7 +654,6 @@ static int __devinit snd_ice1712_delta_add_controls(ice1712_t *ice)
        case ICE1712_SUBDEVICE_DELTA1010:
        case ICE1712_SUBDEVICE_DELTADIO2496:
        case ICE1712_SUBDEVICE_DELTA66:
-       case ICE1712_SUBDEVICE_MEDIASTATION:
                err = snd_ice1712_spdif_build_controls(ice);
                if (err < 0)
                        return err;
@@ -670,7 +665,6 @@ static int __devinit snd_ice1712_delta_add_controls(ice1712_t *ice)
        case ICE1712_SUBDEVICE_DELTA1010:
        case ICE1712_SUBDEVICE_DELTADIO2496:
        case ICE1712_SUBDEVICE_DELTA66:
-       case ICE1712_SUBDEVICE_MEDIASTATION:
                err = snd_ctl_add(ice->card, snd_ctl_new1(&snd_ice1712_delta_spdif_in_status, ice));
                if (err < 0)
                        return err;
@@ -757,12 +751,5 @@ struct snd_ice1712_card_info snd_ice1712_delta_cards[] __devinitdata = {
                .build_controls = snd_ice1712_delta_add_controls,
                .no_mpu401 = 1,
        },
-       {
-               .subvendor = ICE1712_SUBDEVICE_MEDIASTATION,
-               .name = "Lionstracs Mediastation",
-               .model = "mediastation",
-               .chip_init = snd_ice1712_delta_init,
-               .build_controls = snd_ice1712_delta_add_controls,
-       },
        { } /* terminator */
 };