Merge branch 'for-linus' into for-next
Этот коммит содержится в:
@@ -30,9 +30,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
struct media_device;
|
||||
struct media_intf_devnode;
|
||||
|
||||
struct snd_usb_audio {
|
||||
int index;
|
||||
struct usb_device *dev;
|
||||
@@ -64,8 +61,6 @@ struct snd_usb_audio {
|
||||
bool autoclock; /* from the 'autoclock' module param */
|
||||
|
||||
struct usb_host_interface *ctrl_intf; /* the audio control interface */
|
||||
struct media_device *media_dev;
|
||||
struct media_intf_devnode *ctl_intf_media_devnode;
|
||||
};
|
||||
|
||||
#define usb_audio_err(chip, fmt, args...) \
|
||||
@@ -116,7 +111,6 @@ struct snd_usb_audio_quirk {
|
||||
const char *product_name;
|
||||
int16_t ifnum;
|
||||
uint16_t type;
|
||||
bool media_device;
|
||||
const void *data;
|
||||
};
|
||||
|
||||
|
Ссылка в новой задаче
Block a user