Message ID | 201208221857.01527.arnd@arndb.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, On 08/22/2012 08:57 PM, Arnd Bergmann wrote: > On Wednesday 22 August 2012, Guenter Roeck wrote: >> On Wed, Aug 22, 2012 at 05:22:26PM +0200, Hans de Goede wrote: >>> Hi, >>> >>> I've a better fix for this here: >>> http://git.linuxtv.org/hgoede/gspca.git/shortlog/refs/heads/media-for_v3.6 >>> >>> I already send a pull-req for this to Mauro a while ago, Mauro? >>> >> Looks like it found its way into mainline in the last couple of days. >> Should have updated my tree first. Sorry for the noise. >> > > I found another issue with the shark driver while doing randconfig tests. > Here is my semi-automated log file for the problem. Has this also made > it in already? No, Mauro, can you please add Arnd's fix for this to 3.6 ? Thanks, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index ff3af6e..f99fa25 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -2,8 +2,8 @@ config SND_TEA575X tristate - depends on SND_FM801_TEA575X_BOOL || SND_ES1968_RADIO || RADIO_SF16FMR2 || RADIO_MAXIRADIO - default SND_FM801 || SND_ES1968 || RADIO_SF16FMR2 || RADIO_MAXIRADIO + depends on SND_FM801_TEA575X_BOOL || SND_ES1968_RADIO || RADIO_SF16FMR2 || RADIO_MAXIRADIO || RADIO_SHARK + default SND_FM801 || SND_ES1968 || RADIO_SF16FMR2 || RADIO_MAXIRADIO || RADIO_SHARK menuconfig SND_PCI bool "PCI sound devices"