summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
| * | | ALSA: fix incorrect rounding direction in snd_interval_ratnum()Krzysztof Helt2009-12-211-2/+2
| * | | ALSA: Use kzalloc for allocating only one thingJulia Lawall2009-12-192-2/+2
| * | | ALSA: AACI: switch to per-pcm lockingRussell King2009-12-182-21/+30
| * | | ALSA: AACI: add double-rate supportRussell King2009-12-181-2/+15
| * | | ALSA: AACI: factor common hw_params logic into aaci_pcm_hw_paramsRussell King2009-12-181-15/+7
| * | | ALSA: AACI: cleanup aaci_pcm_hw_paramsRussell King2009-12-181-11/+7
| * | | ALSA: AACI: simplify codec rate informationRussell King2009-12-181-72/+3
| * | | ALSA: aaci - Fix a typoTakashi Iwai2009-12-181-1/+1
| * | | sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM bufferClemens Ladisch2009-12-183-3/+3
| * | | sound/oss/pss: Fix test of unsigned in pss_reset_dsp() and pss_download_boot()Roel Kluin2009-12-171-3/+3
* | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2009-12-213-19/+3
|\ \ \ \ | | |/ / | |/| |
| * | | ASoC: wm8974: fix a wrong bit definitionGuennadi Liakhovetski2009-12-181-1/+1
| * | | ASoC: Fix disable of SPDIF on STAC9766 codecJon Smirl2009-12-161-17/+1
| * | | ASoC: ak4642: Add default return value in ak4642_modinitKuninori Morimoto2009-12-151-1/+1
* | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2009-12-212-37/+391
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote branch 'alsa/fixes' into fix/hdaTakashi Iwai2009-12-21201-3409/+9545
| |\ \ \
| | * | | ALSA: hda/realtek: Remove extra .capsrc_nids initialization for ALC889_INTELJaroslav Kysela2009-12-201-2/+0
| | * | | Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Jaroslav Kysela2009-12-204-31/+338
| | |\ \ \
| * | | | | ALSA: HDA: add powersaving hook for RealtekHector Martin2009-12-211-0/+36
| * | | | | ALSA: HDA: remove useless mixers on Aspire 8930GHector Martin2009-12-211-1/+20
| * | | | | ALSA: HDA: simplify Aspire 8930G verb arrayHector Martin2009-12-211-4/+2
| * | | | | ALSA: hda: Set Front Mic to input vref 50% for Lenovo 3000 Y410Daniel T Chen2009-12-211-1/+9
| | |/ / / | |/| | |
| * | | | ALSA: hda - Fix quirk for Maxdata obook4-1Takashi Iwai2009-12-181-1/+1
OpenPOWER on IntegriCloud