commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / sound / usb / usbmixer.c
index e28365c..01b19aa 100644 (file)
@@ -96,7 +96,7 @@ enum {
        USB_FEATURE_AGC,
        USB_FEATURE_DELAY,
        USB_FEATURE_BASSBOOST,
-       FSB_FEATURE_LOUDNESS
+       USB_FEATURE_LOUDNESS
 };
 
 enum {
@@ -1490,7 +1490,7 @@ int snd_usb_create_mixer(snd_usb_audio_t *chip, int ctrlif)
        int err;
        const struct usbmix_ctl_map *map;
        struct usb_device_descriptor *dev = &chip->dev->descriptor;
-       struct usb_host_interface *hostif = &chip->dev->actconfig->interface[ctrlif].altsetting[0];
+       struct usb_host_interface *hostif = &chip->dev->actconfig->interface[ctrlif]->altsetting[0];
 
        strcpy(chip->card->mixername, "USB Mixer");