Bug 10679
Summary: | " pcspkr: fix dependancies" breaks artsd | ||
---|---|---|---|
Product: | Drivers | Reporter: | Rafael J. Wysocki (rjw) |
Component: | Sound(ALSA) | Assignee: | Stas Sergeev (stsp2) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | bunk, nuclearcat, perex, stsp2, tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.26-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 10492 |
Description
Rafael J. Wysocki
2008-05-11 13:38:02 UTC
Probably caused by: commit e5e1d3cb20034a3cbcfff1f0bae12201aa2ce17e Author: Stas Sergeev <stsp@aknet.ru> Date: Wed May 7 12:39:56 2008 +0200 pcspkr: fix dependancies fix pcspkr dependancies: make the pcspkr platform drivers to depend on a platform device, and not the other way around. Signed-off-by: Stas Sergeev <stsp@aknet.ru> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Dmitry Torokhov <dtor@mail.ru> CC: Vojtech Pavlik <vojtech@suse.cz> CC: Michael Opdenacker <michael-lists@free-electrons.com> [fixed for 2.6.26-rc1 by tiwai] Signed-off-by: Takashi Iwai <tiwai@suse.de> This appeared to be not a kernel bug but an unhappy combination of modprobe.conf misconfiguration and alsa-lib problem. But I expect other people may fall into that, so I guess it would be good to keep that bug open for some time, at least till the alsa-lib 1.0.17 is released. Solution is here: http://lkml.org/lkml/2008/5/11/172 Not a regression. References : http://lkml.org/lkml/2008/5/13/119 Dropping from the list of recent regressions. Adding to the regressions list again. References : http://bugzilla.kernel.org/show_bug.cgi?id=10701 *** Bug 10701 has been marked as a duplicate of this bug. *** Regressions list annotation: Patch : http://marc.info/?l=linux-kernel&m=121096158624210&w=4 fixed by commit 4dfd79546dfed83bf756f5c912f686ebac187c16 |