diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-11 14:49:23 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-11 14:49:23 -0500 |
commit | 2183a58803c2bbd87c2d0057eed6779ec4718d4d (patch) | |
tree | 910860a2f0c1f22efe840428f11077a5bd478933 /sound | |
parent | e28870f9b3e92cd3570925089c6bb789c2603bc4 (diff) | |
parent | 71947828caef0c83d4245f7d1eaddc799b4ff1d1 (diff) |
Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull media updates from Mauro Carvalho Chehab:
- Two new dvb frontend drivers: mn88472 and mn88473
- A new driver for some PCIe DVBSky cards
- A new remote controller driver: meson-ir
- One LIRC staging driver got rewritten and promoted to mainstream:
igorplugusb
- A new tuner driver (m88rs6000t)
- The old omap2 media driver got removed from staging. This driver
uses an old DMA API and it is likely broken on recent kernels.
Nobody cared enough to fix it
- Media bus format moved to a separate header, as DRM will also use the
definitions there
- mem2mem_testdev were renamed to vim2m, in order to use the same
naming convention taken by the other virtual test driver (vivid)
- Added a new driver for coda SoC (coda-jpeg)
- The cx88 driver got converted to use videobuf2 core
- Make DMABUF export buffer to work with DMA Scatter/Gather and Vmalloc
cores
- Lots of other fixes, improvements and cleanups on the drivers.
* tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (384 commits)
[media] mn88473: One function call less in mn88473_init() after error
[media] mn88473: Remove uneeded check before release_firmware()
[media] lirc_zilog: Deletion of unnecessary checks before vfree()
[media] MAINTAINERS: Add myself as img-ir maintainer
[media] img-ir: Don't set driver's module owner
[media] img-ir: Depend on METAG or MIPS or COMPILE_TEST
[media] img-ir/hw: Drop [un]register_decoder declarations
[media] img-ir/hw: Fix potential deadlock stopping timer
[media] img-ir/hw: Always read data to clear buffer
[media] redrat3: ensure dma is setup properly
[media] ddbridge: remove unneeded check before dvb_unregister_device()
[media] si2157: One function call less in si2157_init() after error
[media] tuners: remove uneeded checks before release_firmware()
[media] arm: omap2: rx51-peripherals: fix build warning
[media] stv090x: add an extra protetion against buffer overflow
[media] stv090x: Remove an unreachable code
[media] stv090x: Some whitespace cleanups
[media] em28xx: checkpatch cleanup: whitespaces/new lines cleanups
[media] si2168: add support for firmware files in new format
[media] si2168: debug printout for firmware version
...
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/quirks-table.h | 166 |
1 files changed, 39 insertions, 127 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index c657752a420c..83bddbdb90e9 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h | |||
@@ -2804,133 +2804,45 @@ YAMAHA_DEVICE(0x7010, "UB99"), | |||
2804 | } | 2804 | } |
2805 | }, | 2805 | }, |
2806 | 2806 | ||
2807 | /* Hauppauge HVR-950Q and HVR-850 */ | 2807 | /* |
2808 | { | 2808 | * Auvitek au0828 devices with audio interface. |
2809 | USB_DEVICE_VENDOR_SPEC(0x2040, 0x7200), | 2809 | * This should be kept in sync with drivers/media/usb/au0828/au0828-cards.c |
2810 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | | 2810 | * Please notice that some drivers are DVB only, and don't need to be |
2811 | USB_DEVICE_ID_MATCH_INT_CLASS | | 2811 | * here. That's the case, for example, of DVICO_FUSIONHDTV7. |
2812 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, | 2812 | */ |
2813 | .bInterfaceClass = USB_CLASS_AUDIO, | 2813 | |
2814 | .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, | 2814 | #define AU0828_DEVICE(vid, pid, vname, pname) { \ |
2815 | .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { | 2815 | USB_DEVICE_VENDOR_SPEC(vid, pid), \ |
2816 | .vendor_name = "Hauppauge", | 2816 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | \ |
2817 | .product_name = "HVR-950Q", | 2817 | USB_DEVICE_ID_MATCH_INT_CLASS | \ |
2818 | .ifnum = QUIRK_ANY_INTERFACE, | 2818 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, \ |
2819 | .type = QUIRK_AUDIO_ALIGN_TRANSFER, | 2819 | .bInterfaceClass = USB_CLASS_AUDIO, \ |
2820 | } | 2820 | .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, \ |
2821 | }, | 2821 | .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { \ |
2822 | { | 2822 | .vendor_name = vname, \ |
2823 | USB_DEVICE_VENDOR_SPEC(0x2040, 0x7210), | 2823 | .product_name = pname, \ |
2824 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | | 2824 | .ifnum = QUIRK_ANY_INTERFACE, \ |
2825 | USB_DEVICE_ID_MATCH_INT_CLASS | | 2825 | .type = QUIRK_AUDIO_ALIGN_TRANSFER, \ |
2826 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, | 2826 | } \ |
2827 | .bInterfaceClass = USB_CLASS_AUDIO, | 2827 | } |
2828 | .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, | 2828 | |
2829 | .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { | 2829 | AU0828_DEVICE(0x2040, 0x7200, "Hauppauge", "HVR-950Q"), |
2830 | .vendor_name = "Hauppauge", | 2830 | AU0828_DEVICE(0x2040, 0x7240, "Hauppauge", "HVR-850"), |
2831 | .product_name = "HVR-950Q", | 2831 | AU0828_DEVICE(0x2040, 0x7210, "Hauppauge", "HVR-950Q"), |
2832 | .ifnum = QUIRK_ANY_INTERFACE, | 2832 | AU0828_DEVICE(0x2040, 0x7217, "Hauppauge", "HVR-950Q"), |
2833 | .type = QUIRK_AUDIO_ALIGN_TRANSFER, | 2833 | AU0828_DEVICE(0x2040, 0x721b, "Hauppauge", "HVR-950Q"), |
2834 | } | 2834 | AU0828_DEVICE(0x2040, 0x721e, "Hauppauge", "HVR-950Q"), |
2835 | }, | 2835 | AU0828_DEVICE(0x2040, 0x721f, "Hauppauge", "HVR-950Q"), |
2836 | { | 2836 | AU0828_DEVICE(0x2040, 0x7280, "Hauppauge", "HVR-950Q"), |
2837 | USB_DEVICE_VENDOR_SPEC(0x2040, 0x7217), | 2837 | AU0828_DEVICE(0x0fd9, 0x0008, "Hauppauge", "HVR-950Q"), |
2838 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | | 2838 | AU0828_DEVICE(0x2040, 0x7201, "Hauppauge", "HVR-950Q-MXL"), |
2839 | USB_DEVICE_ID_MATCH_INT_CLASS | | 2839 | AU0828_DEVICE(0x2040, 0x7211, "Hauppauge", "HVR-950Q-MXL"), |
2840 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, | 2840 | AU0828_DEVICE(0x2040, 0x7281, "Hauppauge", "HVR-950Q-MXL"), |
2841 | .bInterfaceClass = USB_CLASS_AUDIO, | 2841 | AU0828_DEVICE(0x05e1, 0x0480, "Hauppauge", "Woodbury"), |
2842 | .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, | 2842 | AU0828_DEVICE(0x2040, 0x8200, "Hauppauge", "Woodbury"), |
2843 | .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { | 2843 | AU0828_DEVICE(0x2040, 0x7260, "Hauppauge", "HVR-950Q"), |
2844 | .vendor_name = "Hauppauge", | 2844 | AU0828_DEVICE(0x2040, 0x7213, "Hauppauge", "HVR-950Q"), |
2845 | .product_name = "HVR-950Q", | 2845 | AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"), |
2846 | .ifnum = QUIRK_ANY_INTERFACE, | ||
2847 | .type = QUIRK_AUDIO_ALIGN_TRANSFER, | ||
2848 | } | ||
2849 | }, | ||
2850 | { | ||
2851 | USB_DEVICE_VENDOR_SPEC(0x2040, 0x721b), | ||
2852 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | | ||
2853 | USB_DEVICE_ID_MATCH_INT_CLASS | | ||
2854 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, | ||
2855 | .bInterfaceClass = USB_CLASS_AUDIO, | ||
2856 | .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, | ||
2857 | .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { | ||
2858 | .vendor_name = "Hauppauge", | ||
2859 | .product_name = "HVR-950Q", | ||
2860 | .ifnum = QUIRK_ANY_INTERFACE, | ||
2861 | .type = QUIRK_AUDIO_ALIGN_TRANSFER, | ||
2862 | } | ||
2863 | }, | ||
2864 | { | ||
2865 | USB_DEVICE_VENDOR_SPEC(0x2040, 0x721e), | ||
2866 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | | ||
2867 | USB_DEVICE_ID_MATCH_INT_CLASS | | ||
2868 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, | ||
2869 | .bInterfaceClass = USB_CLASS_AUDIO, | ||
2870 | .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, | ||
2871 | .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { | ||
2872 | .vendor_name = "Hauppauge", | ||
2873 | .product_name = "HVR-950Q", | ||
2874 | .ifnum = QUIRK_ANY_INTERFACE, | ||
2875 | .type = QUIRK_AUDIO_ALIGN_TRANSFER, | ||
2876 | } | ||
2877 | }, | ||
2878 | { | ||
2879 | USB_DEVICE_VENDOR_SPEC(0x2040, 0x721f), | ||
2880 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | | ||
2881 | USB_DEVICE_ID_MATCH_INT_CLASS | | ||
2882 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, | ||
2883 | .bInterfaceClass = USB_CLASS_AUDIO, | ||
2884 | .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, | ||
2885 | .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { | ||
2886 | .vendor_name = "Hauppauge", | ||
2887 | .product_name = "HVR-950Q", | ||
2888 | .ifnum = QUIRK_ANY_INTERFACE, | ||
2889 | .type = QUIRK_AUDIO_ALIGN_TRANSFER, | ||
2890 | } | ||
2891 | }, | ||
2892 | { | ||
2893 | USB_DEVICE_VENDOR_SPEC(0x2040, 0x7240), | ||
2894 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | | ||
2895 | USB_DEVICE_ID_MATCH_INT_CLASS | | ||
2896 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, | ||
2897 | .bInterfaceClass = USB_CLASS_AUDIO, | ||
2898 | .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, | ||
2899 | .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { | ||
2900 | .vendor_name = "Hauppauge", | ||
2901 | .product_name = "HVR-850", | ||
2902 | .ifnum = QUIRK_ANY_INTERFACE, | ||
2903 | .type = QUIRK_AUDIO_ALIGN_TRANSFER, | ||
2904 | } | ||
2905 | }, | ||
2906 | { | ||
2907 | USB_DEVICE_VENDOR_SPEC(0x2040, 0x7280), | ||
2908 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | | ||
2909 | USB_DEVICE_ID_MATCH_INT_CLASS | | ||
2910 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, | ||
2911 | .bInterfaceClass = USB_CLASS_AUDIO, | ||
2912 | .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, | ||
2913 | .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { | ||
2914 | .vendor_name = "Hauppauge", | ||
2915 | .product_name = "HVR-950Q", | ||
2916 | .ifnum = QUIRK_ANY_INTERFACE, | ||
2917 | .type = QUIRK_AUDIO_ALIGN_TRANSFER, | ||
2918 | } | ||
2919 | }, | ||
2920 | { | ||
2921 | USB_DEVICE_VENDOR_SPEC(0x0fd9, 0x0008), | ||
2922 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | | ||
2923 | USB_DEVICE_ID_MATCH_INT_CLASS | | ||
2924 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, | ||
2925 | .bInterfaceClass = USB_CLASS_AUDIO, | ||
2926 | .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, | ||
2927 | .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { | ||
2928 | .vendor_name = "Hauppauge", | ||
2929 | .product_name = "HVR-950Q", | ||
2930 | .ifnum = QUIRK_ANY_INTERFACE, | ||
2931 | .type = QUIRK_AUDIO_ALIGN_TRANSFER, | ||
2932 | } | ||
2933 | }, | ||
2934 | 2846 | ||
2935 | /* Digidesign Mbox */ | 2847 | /* Digidesign Mbox */ |
2936 | { | 2848 | { |