aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/podhd.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-01-28 15:00:01 +0100
committerTakashi Iwai <tiwai@suse.de>2015-01-28 20:54:45 +0100
commitb3313476dd7d9950f3a2e8050a962602bc6dc9fc (patch)
tree8e78663dd81418f14af8fa37eba7f7bc13ce3811 /sound/usb/line6/podhd.c
parentALSA: line6: Move the contents of usbdefs.h into driver.h (diff)
downloadlinux-dev-b3313476dd7d9950f3a2e8050a962602bc6dc9fc.tar.xz
linux-dev-b3313476dd7d9950f3a2e8050a962602bc6dc9fc.zip
ALSA: line6: Remove struct usb_line6_podhd
It's identical with struct usb_line6. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6/podhd.c')
-rw-r--r--sound/usb/line6/podhd.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sound/usb/line6/podhd.c b/sound/usb/line6/podhd.c
index 5e4e02c1f4b5..4ebe6ef43073 100644
--- a/sound/usb/line6/podhd.c
+++ b/sound/usb/line6/podhd.c
@@ -25,11 +25,6 @@ enum {
LINE6_PODHD500_1,
};
-struct usb_line6_podhd {
- /* Generic Line 6 USB data */
- struct usb_line6 line6;
-};
-
#define PODHD_BYTES_PER_FRAME 6 /* 24bit audio (stereo) */
static struct snd_ratden podhd_ratden = {
@@ -176,7 +171,7 @@ static int podhd_probe(struct usb_interface *interface,
{
return line6_probe(interface, id,
&podhd_properties_table[id->driver_info],
- podhd_init, sizeof(struct usb_line6_podhd));
+ podhd_init, sizeof(struct usb_line6));
}
static struct usb_driver podhd_driver = {