summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: use usbquirk.h for detection of HVR-950Q/850John S. Gruber2009-12-283-15/+130
* ALSA: usb-audio: relax urb data align. restriction HVR-950Q and HVR-850 onlyJohn S. Gruber2009-12-282-2/+30
* ALSA: usb-audio: make buffer pointer based on bytes instead on framesClemens Ladisch2009-12-281-39/+37Star
* ALSA: usb-audio - Added functionality for E-mu 0404USB/0202USB/TrackerPreSergiy Kovalchuk2009-12-283-4/+133
* ALSA: jazz16: refine dma and irq selectionKrzysztof Helt2009-12-252-2/+22
* Merge branch 'fix/misc' into topic/miscTakashi Iwai2009-12-2516-97/+448
|\
| * 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/+2Star
| |\ \ \
| | * | | ALSA: sound/core/pcm_timer.c: use lib/gcd.cFlorian Fainelli2009-12-222-16/+2Star
| * | | | Merge branch 'fix/misc' into for-linusTakashi Iwai2009-12-2110-132/+73Star
| |\| | |
| * | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2009-12-213-19/+3Star
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | ASoC: wm8974: fix a wrong bit definitionGuennadi Liakhovetski2009-12-181-1/+1
| | * | | ASoC: Fix disable of SPDIF on STAC9766 codecJon Smirl2009-12-161-17/+1Star
| | * | | 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/+0Star
| | | * | | 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/+2Star
| | * | | | | 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
| | * | | | ALSA: hda - Fix missing capsrc_nids for ALC88xTakashi Iwai2009-12-171-0/+6
| | * | | | ALSA: hda - Make use of beep device found in Dell Vostro 1015nEinar Rünkaru2009-12-171-0/+4
| | * | | | ALSA: hda - Fixed internal mic initialization for Dell Vostro 1015Einar Rünkaru2009-12-171-6/+33
| | * | | | ALSA: hda - More ALC663 fixes and support of compatible chipsKailang Yang2009-12-171-24/+282
| * | | | | mfd: twl: fix twl4030 rename for remaining driver, board filesBalaji T K2009-12-161-3/+3
* | | | | | ALSA: cs46xx - Fix suspend/resume with new DSPTakashi Iwai2009-12-224-23/+58
* | | | | | ALSA: refine rate selection in snd_interval_ratnum()Krzysztof Helt2009-12-221-3/+17
* | | | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2009-12-226-126/+67Star
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 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/+7Star
| * | | | | ALSA: AACI: cleanup aaci_pcm_hw_paramsRussell King2009-12-181-11/+7Star
| * | | | | ALSA: AACI: simplify codec rate informationRussell King2009-12-181-72/+3Star
| * | | | | ALSA: aaci - Fix a typoTakashi Iwai2009-12-181-1/+1