forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
…/git/tiwai/sound-2.6 * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6: (377 commits) ASoC: au1x: PSC-AC97 bugfixes ALSA: dummy - Increase MAX_PCM_SUBSTREAMS to 128 ALSA: dummy - Add debug proc file ALSA: Add const prefix to proc helper functions ALSA: Re-export snd_pcm_format_name() function ALSA: hda - Use auto model for HP laptops with ALC268 codec ALSA: cs46xx - Fix minimum period size ASoC: Fix WM835x Out4 capture enumeration ALSA: Remove unneeded ifdef from sound/core.h ALSA: Remove struct snd_monitor_file from public sound/core.h ASoC: Remove unuused hw_read_t sound: oxygen: work around MCE when changing volume ALSA: dummy - Fake buffer allocations ALSA: hda/realtek: Added support for CLEVO M540R subsystem, 6 channel + digital ASoC: fix pxa2xx-ac97.c breakage ALSA: dummy - Fix the timer calculation in systimer mode ALSA: dummy - Add more description ALSA: dummy - Better jiffies handling ALSA: dummy - Support high-res timer mode ALSA: Release v1.0.21 ...
- Loading branch information
Showing
221 changed files
with
30,847 additions
and
7,107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -468,3 +468,27 @@ Why: cpu_policy_rwsem has a new cleaner definition making it local to | |
cpufreq core and contained inside cpufreq.c. Other dependent | ||
drivers should not use it in order to safely avoid lockdep issues. | ||
Who: Venkatesh Pallipadi <[email protected]> | ||
|
||
---------------------------- | ||
|
||
What: sound-slot/service-* module aliases and related clutters in | ||
sound/sound_core.c | ||
When: August 2010 | ||
Why: OSS sound_core grabs all legacy minors (0-255) of SOUND_MAJOR | ||
(14) and requests modules using custom sound-slot/service-* | ||
module aliases. The only benefit of doing this is allowing | ||
use of custom module aliases which might as well be considered | ||
a bug at this point. This preemptive claiming prevents | ||
alternative OSS implementations. | ||
|
||
Till the feature is removed, the kernel will be requesting | ||
both sound-slot/service-* and the standard char-major-* module | ||
aliases and allow turning off the pre-claiming selectively via | ||
CONFIG_SOUND_OSS_CORE_PRECLAIM and soundcore.preclaim_oss | ||
kernel parameter. | ||
|
||
After the transition phase is complete, both the custom module | ||
aliases and switches to disable it will go away. This removal | ||
will also allow making ALSA OSS emulation independent of | ||
sound_core. The dependency will be broken then too. | ||
Who: Tejun Heo <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.