aboutsummaryrefslogtreecommitdiffstats
path: root/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds6-50/+40
2008-10-17Merge branch 'topic/asoc' into for-linusTakashi Iwai1-1/+1
2008-10-17ALSA: Fix debugfs_create_dir's error checking method for sound/soc/Zhaolei1-1/+1
2008-10-17Merge branches 'topic/asoc', 'topic/hda' and 'topic/misc-fixes' into for-linusTakashi Iwai5-49/+39
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds6-39/+88
2008-10-16device create: sound: convert device_create_drvdata to device_createGreg Kroah-Hartman4-17/+14
2008-10-16ALSA: ASoC: Convert playpaq_wm8510 to bulk route registration APIMark Brown1-9/+3
2008-10-16ALSA: kernel docs: fix sound/core/ kernel-docRandy Dunlap2-40/+32
2008-10-16ALSA: Handle NULL jacks in snd_jack_report()Mark Brown1-0/+3
2008-10-16ALSA: hda - Fix PCM type of Nvidia HDMI devicesTakashi Iwai1-0/+1
2008-10-15Merge branches 'topic/misc-fixes', 'topic/hda' and 'topic/asoc' into for-linusTakashi Iwai4-27/+75
2008-10-15ALSA: us122l: fix missing unlock in usb_stream_hwdep_vm_fault()Li Zefan1-6/+7
2008-10-15ALSA: hda - Fix quirk lists for realtek codecsKailang Yang1-2/+3
2008-10-15ALSA: hda - Add support of ALC272Kailang Yang1-0/+4
2008-10-15ALSA: hda - Add ALC887 supportKailang Yang1-0/+1
2008-10-15ALSA: hda - Add ALC1200 supportKailang Yang1-2/+9
2008-10-15ALSA: hda - Fix PCI SSID of ASUS M90VKailang Yang1-1/+1
2008-10-15ALSA: hda - Add auto mic switch in realtek auto-probe modeKailang Yang1-15/+50
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt353-11065/+30477
2008-10-14ALSA: Fix pxa2xx-ac97-lib.c compilationMarc Zyngier1-6/+6
2008-10-14ALSA: ASoC: Hide TLV320AIC26 configuration option for non-OpenFirwmare usersMark Brown1-1/+1
2008-10-14ALSA: hda: fix nid variable warningMatthew Ranostay1-1/+1
2008-10-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-4/+19
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds55-601/+2036
2008-10-13ALSA: ASoC: Fix compile-time warning for tlv320aic23.cArun KS1-5/+5
2008-10-13Merge branches 'topic/asoc' and 'topic/hda' into for-linusTakashi Iwai1-14/+36
2008-10-13ALSA: ASoC codec: remove unused #include <version.h>Huang Weiyi3-3/+0
2008-10-13ALSA: ASoC: update email address for Liam GirdwoodLiam Girdwood17-27/+20
2008-10-13ALSA: hda: corrected invalid mixer valuesMatthew Ranostay1-4/+4
2008-10-13ALSA: hda: add mixers for analog mixer on 92hd75xx codecsMatthew Ranostay1-14/+36
2008-10-13ALSA: ASoC: Add destination and source port for DMA on OMAP1Arun KS1-1/+3
2008-10-13ALSA: ASoC: Drop device registration from GTA01 lm4857 driverJonas Bonn1-45/+6
2008-10-13ALSA: ASoC: Fix build of GTA01 audio driverMark Brown1-2/+2
2008-10-13ALSA: ASoC: Add widgets before setting endpoints on GTA01Jonas Bonn1-3/+3
2008-10-13ALSA: ASoC: Fix inverted input PGA mute bits in WM8903Mark Brown1-2/+2
2008-10-13ALSA: ASoC: OMAP: Set DMA stream name at runtime in McBSP DAI driverJarkko Nikula1-6/+3
2008-10-13ALSA: ASoC: OMAP: Add support for OMAP2430 and OMAP34xx in McBSP DAI driverJarkko Nikula1-18/+77
2008-10-13ALSA: ASoC: OMAP: Add multilink support to McBSP DAI driverJarkko Nikula2-35/+53
2008-10-13ALSA: ASoC: Make TLV320AIC26 user-visibleMark Brown1-1/+1
2008-10-13ALSA: ASoC - clean up Kconfig for TLV320AIC2Takashi Iwai1-2/+2
2008-10-13ALSA: ASoC: Make WM8510 microphone input a DAPM mixerMark Brown1-3/+3
2008-10-13ALSA: ASoC: Implement WM8510 bias level controlMark Brown1-8/+24
2008-10-13ALSA: ASoC: Remove unused AUDIO_NAME define from codec driversJarkko Nikula12-12/+0
2008-10-13ALSA: ASoC: tlv320aic3x: Use uniform tlv320aic namingJarkko Nikula1-2/+2
2008-10-13ALSA: ASoC: Add WM8510 SPI supportMark Brown2-2/+69
2008-10-13ALSA: ASoC: Add WM8753 SPI supportMark Brown2-2/+70
2008-10-13ALSA: ASoC: Add custom SOC_SINGLE_TLV for tlv320aic23 codecArun KS1-4/+49
2008-10-13ALSA: ASoC: Add DSP DAI format support to the OMAP McBSP driverArun KS1-0/+5
2008-10-13ALSA: ASoC: Add support for osk5912Arun KS3-0/+242
2008-10-13ALSA: ASoC: Add TLV320AIC23 codec driverArun KS4-0/+799