|
@@ -36,7 +36,8 @@ int line6_init_audio(struct usb_line6 *line6)
|
|
|
|
|
|
strcpy(card->driver, DRIVER_NAME);
|
|
|
strcpy(card->shortname, "Line6-USB");
|
|
|
- sprintf(card->longname, "Line6 %s at USB %s", line6->properties->name, line6->ifcdev->bus_id); /* 80 chars - see asound.h */
|
|
|
+ sprintf(card->longname, "Line6 %s at USB %s", line6->properties->name,
|
|
|
+ dev_name(line6->ifcdev)); /* 80 chars - see asound.h */
|
|
|
return 0;
|
|
|
}
|
|
|
|