summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2009-12-22Merge branch 'fix/misc' into topic/miscTakashi Iwai6-126/+67
2009-12-22ALSA: hda - Fix NULL dereference with enable_beep=0 optionTakashi Iwai1-9/+10
2009-12-21ALSA: pcm - Add missing inclusion of linux/vmalloc.hTakashi Iwai1-0/+1
2009-12-21ALSA: jazz16: Add support for Media Vision Jazz16 chipsetKrzysztof Helt6-16/+510
2009-12-21Merge branch 'fix/misc' into for-linusTakashi Iwai10-132/+73
2009-12-21Merge branch 'fix/asoc' into for-linusTakashi Iwai3-19/+3
2009-12-21Merge branch 'fix/hda' into for-linusTakashi Iwai2-37/+391
2009-12-21ALSA: sbawe: fix memory detectionKrzysztof Helt1-3/+3
2009-12-21ALSA: fix incorrect rounding direction in snd_interval_ratnum()Krzysztof Helt1-2/+2
2009-12-21Merge remote branch 'alsa/fixes' into fix/hdaTakashi Iwai201-3409/+9545
2009-12-21ALSA: HDA: add powersaving hook for RealtekHector Martin1-0/+36
2009-12-21ALSA: HDA: remove useless mixers on Aspire 8930GHector Martin1-1/+20
2009-12-21ALSA: HDA: simplify Aspire 8930G verb arrayHector Martin1-4/+2
2009-12-21ALSA: hda: Set Front Mic to input vref 50% for Lenovo 3000 Y410Daniel T Chen1-1/+9
2009-12-20ALSA: hda/realtek: Remove extra .capsrc_nids initialization for ALC889_INTELJaroslav Kysela1-2/+0
2009-12-20Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Jaroslav Kysela4-31/+338
2009-12-19ALSA: Use kzalloc for allocating only one thingJulia Lawall2-2/+2
2009-12-18ALSA: AACI: switch to per-pcm lockingRussell King2-21/+30
2009-12-18ALSA: AACI: add double-rate supportRussell King1-2/+15
2009-12-18ALSA: AACI: factor common hw_params logic into aaci_pcm_hw_paramsRussell King1-15/+7
2009-12-18ALSA: AACI: cleanup aaci_pcm_hw_paramsRussell King1-11/+7
2009-12-18ALSA: AACI: simplify codec rate informationRussell King1-72/+3
2009-12-18ALSA: aaci - Fix a typoTakashi Iwai1-1/+1
2009-12-18ALSA: hda - Check class to identify Nvidia controller chipsTakashi Iwai1-26/+4
2009-12-18ASoC: wm8974: fix a wrong bit definitionGuennadi Liakhovetski1-1/+1
2009-12-18sound: ua101: use vmalloc buffer helper functionsClemens Ladisch1-45/+7
2009-12-18sound: usb-audio: use vmalloc buffer helper functionsClemens Ladisch1-41/+5
2009-12-18sound: vx: use vmalloc buffer helper functionsClemens Ladisch1-54/+5
2009-12-18sound: sgio2audio: use vmalloc buffer helper functionsClemens Ladisch1-25/+6
2009-12-18sound: pdaudiocf: use vmalloc buffer helper functionsClemens Ladisch1-47/+4
2009-12-18sound: pcm: add vmalloc buffer helper functionsClemens Ladisch1-0/+54
2009-12-18Merge branch 'fix/misc' into topic/miscTakashi Iwai3-3/+3
2009-12-18sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM bufferClemens Ladisch3-3/+3
2009-12-18ALSA: hda - Fix quirk for Maxdata obook4-1Takashi Iwai1-1/+1
2009-12-17ALSA: hda - Fix NULL dereference in kctl-NID mapping in patch_realtek.cTakashi Iwai1-1/+4
2009-12-17ALSA: hda - Fix missing capsrc_nids for ALC88xTakashi Iwai1-0/+6
2009-12-17ALSA: hda - Make use of beep device found in Dell Vostro 1015nEinar Rünkaru1-0/+4
2009-12-17ALSA: hda - Fixed internal mic initialization for Dell Vostro 1015Einar Rünkaru1-6/+33
2009-12-17Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-24/+282
2009-12-17Merge branch 'fix/misc' into topic/miscTakashi Iwai19-41/+69
2009-12-17ALSA: hda - More ALC663 fixes and support of compatible chipsKailang Yang1-24/+282
2009-12-17sound/oss/pss: Fix test of unsigned in pss_reset_dsp() and pss_download_boot()Roel Kluin1-3/+3
2009-12-16mfd: twl: fix twl4030 rename for remaining driver, board filesBalaji T K1-3/+3
2009-12-16ASoC: Fix disable of SPDIF on STAC9766 codecJon Smirl1-17/+1
2009-12-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds6-3/+16
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-4/+3
2009-12-15ALSA: cs5535audio: free OLPC quirks from reliance on MGEODE_LX cpu optimizationAndres Salomon4-10/+23
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan4-4/+4
2009-12-15ASoC: ak4642: Add default return value in ak4642_modinitKuninori Morimoto1-1/+1
2009-12-15Merge remote branch 'alsa/devel' into topic/hdaTakashi Iwai13-143/+455