aboutsummaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* of: add 'of_' prefix to machine_is_compatible()Grant Likely2010-02-095-25/+25
* Merge commit 'v2.6.33-rc5' into secretlab/test-devicetreeGrant Likely2010-01-28284-8073/+20802
|\
| * Merge branch 'fix/hda' into for-linusTakashi Iwai2010-01-182-27/+128
| |\
| | * ALSA: hda - Fix capture on Sony VAIO with single inputTakashi Iwai2010-01-171-8/+54
| | * ALSA: hda - Fix mute led GPIO on HP dv-series notebooksKunal Gangakhedkar2010-01-151-16/+45
| | * ALSA: hda - Fix missing capture mixer for ALC861/660 codecsTakashi Iwai2010-01-141-0/+2
| | * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 supportAlex Murray2010-01-131-2/+26
| | * ALSA: hda - Fix Toshiba NB20x quirk entryTakashi Iwai2010-01-131-1/+1
| * | ALSA: Remove warning message for invalid OSS minor rangesTakashi Iwai2010-01-181-1/+1
| * | ALSA: use subsys_initcall for sound core instead of module_initThadeu Lima de Souza Cascardo2010-01-142-3/+3
| |/
| * Merge branch 'fix/asoc' into for-linusTakashi Iwai2010-01-121-1/+1
| |\
| | * ASoC: Fix WM8350 DSP mode B configurationMark Brown2010-01-081-1/+1
| * | Merge branch 'fix/hda' into for-linusTakashi Iwai2010-01-121-1/+1
| |\ \
| | * | ALSA: hda - Fix ALC861-VD capture source mixerTakashi Iwai2010-01-121-1/+1
| * | | Merge remote branch 'alsa/fixes' into fix/miscTakashi Iwai2010-01-1212-64/+60
| |\ \ \
| | * | | ALSA: ac97: add AC97 STMicroelectronics' codecsKrzysztof Helt2010-01-102-0/+12
| | * | | ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense blacklistDaniel T Chen2010-01-101-0/+1
| | * | | sbawe: fix memory detection part 2Krzysztof Helt2010-01-081-4/+7
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Jaroslav Kysela2010-01-0845-312/+337
| | |\| |
| | | * | Merge branch 'for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2010-01-055-51/+27
| | | |\|
| | | | * ASoC: fixup oops in generic AC97 codec glueManuel Lauss2010-01-041-0/+6
| | | | * Merge commit 'v2.6.33-rc2' into for-2.6.33Mark Brown2009-12-26166-5662/+12670
| | | | |\
| | | | * | ASoC: fix params_rate() macro use in several codecsGuennadi Liakhovetski2009-12-243-21/+21
| | | | * | ASoC: fsi-ak4642: Remove ak4642_add_i2c_deviceKuninori Morimoto2009-12-241-30/+0
| | * | | | sound: oss: off by one bugDan Carpenter2010-01-083-9/+13
| * | | | | ALSA: usb-audio - Avoid Oops after disconnectTakashi Iwai2009-12-281-1/+1
| * | | | | ALSA: test off by one in setsamplerate()Roel Kluin2009-12-281-1/+1
| * | | | | ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2Daniel T Chen2009-12-281-0/+1
| | |/ / / | |/| | |
| * | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2009-12-276-24/+58
| |\ \ \ \
| | * | | | ALSA: hda - Fix Oops at reloading beep devicesTakashi Iwai2009-12-271-3/+7
| | * | | | ALSA: hda - Don't cache beep controlsTakashi Iwai2009-12-271-3/+3
| | * | | | ALSA: hda - use snd_hda_jack_detect() again in patch_sigmatel.cTakashi Iwai2009-12-251-8/+10
| | * | | | ALSA: hda - Disable tigger at pin-sensing on AD codecsTakashi Iwai2009-12-253-4/+23
| | * | | | ALSA: hda - HDMI sticky stream tag supportWu Fengguang2009-12-251-6/+15
| | | |_|/ | | |/| |
| * | | | ALSA: sound/arm: Fix build failure caused by missing struct aaci definitionPeter Huewe2009-12-261-2/+1
| * | | | ALSA: Fix indentation in pcm_native.cGuennadi Liakhovetski2009-12-251-4/+4
| |/ / /
| * | | Merge branch 'fix/hda' into for-linusTakashi Iwai2009-12-234-15/+40
| |\ \ \
| | * | | ALSA: hda - Add STAC9205 PCI_QUIRK for Dell Vostro 1700Anisse Astier2009-12-231-0/+3
| | * | | ALSA: hda - Set mixer name after codec patchTakashi Iwai2009-12-231-5/+5
| | * | | ALSA: hda - Add MSI blacklistTakashi Iwai2009-12-221-0/+1
| | * | | ALSA: hda - Add support for the new 27 inch IMacsRafael Avila de Espindola2009-12-221-1/+21
| | * | | ALSA: hda - Fix NULL dereference with enable_beep=0 optionTakashi Iwai2009-12-221-9/+10
| * | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2009-12-233-3/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | ASoC: Do not write to invalid registers on the wm9712.Eric Millbrandt2009-12-231-1/+2
| | * | | ASoC: add missing parameter to mx27vis_hifi_hw_free()Guennadi Liakhovetski2009-12-221-1/+2
| | * | | ASoC: sh: FSI:: don't check platform_get_irq's return value against zeroUwe Kleine-König2009-12-221-1/+1
| * | | | Merge branch 'fix/misc' into for-linusTakashi Iwai2009-12-232-16/+2
| |\ \ \ \
| | * | | | ALSA: sound/core/pcm_timer.c: use lib/gcd.cFlorian Fainelli2009-12-222-16/+2
| * | | | | Merge branch 'fix/misc' into for-linusTakashi Iwai2009-12-2110-132/+73
| |\| | | |
| | * | | | ALSA: sbawe: fix memory detectionKrzysztof Helt2009-12-211-3/+3