projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
129b3be
)
ALSA: line6: Remove struct usb_line6_podhd
author
Takashi Iwai
<tiwai@suse.de>
Wed, 28 Jan 2015 14:00:01 +0000
(15:00 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 28 Jan 2015 19:54:45 +0000
(20:54 +0100)
It's identical with struct usb_line6.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/line6/podhd.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/line6/podhd.c
b/sound/usb/line6/podhd.c
index 5e4e02c1f4b512fd95276b071013286081784cf7..4ebe6ef43073d8eabf6167d3a0ea57b46d23d2ac 100644
(file)
--- 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 = {