Merge branch 'for-linus' into for-next

Этот коммит содержится в:
Takashi Iwai
2016-05-10 16:06:04 +02:00
родитель 39f0ccde36 3231e2053e
Коммит 2e00fde5c6
1042 изменённых файлов: 10823 добавлений и 6784 удалений

Просмотреть файл

@@ -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;
};