ALSA: line6: Remove struct usb_line6_podhd
It's identical with struct usb_line6. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
129b3be689
commit
b3313476dd
1 changed files with 1 additions and 6 deletions
|
@ -25,11 +25,6 @@ enum {
|
||||||
LINE6_PODHD500_1,
|
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) */
|
#define PODHD_BYTES_PER_FRAME 6 /* 24bit audio (stereo) */
|
||||||
|
|
||||||
static struct snd_ratden podhd_ratden = {
|
static struct snd_ratden podhd_ratden = {
|
||||||
|
@ -176,7 +171,7 @@ static int podhd_probe(struct usb_interface *interface,
|
||||||
{
|
{
|
||||||
return line6_probe(interface, id,
|
return line6_probe(interface, id,
|
||||||
&podhd_properties_table[id->driver_info],
|
&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 = {
|
static struct usb_driver podhd_driver = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue