aboutsummaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-0967-70/+70
* ALSA: ice1712: fix: lock samplerate when samplerate locking is enabledSebastien Alaiwan2010-02-051-0/+9
* ALSA: trivial: sound seq ioctl dbg: print hexadecimal value padded with 0sThadeu Lima de Souza Cascardo2010-02-021-1/+1
* Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-02-012-6/+40
|\
| * sound: control: fix minimum TLV lengthClemens Ladisch2010-02-011-1/+1
| * sound: control: actually allow TLV command accessClemens Ladisch2010-02-011-2/+3
| * ALSA: pcm_native - fix runtime->boundary calculationJaroslav Kysela2010-01-271-3/+36
* | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-01-264-5/+18
|\ \ | |/
| * ALSA: pcm_lib - return back hw_ptr_interruptJaroslav Kysela2010-01-263-4/+8
| * ALSA: hda - AD1988 codec - fix SPDIF-input mixer initialization (unmute)Jaroslav Kysela2010-01-211-1/+10
* | ALSA: cs46xx: Fix cpu idling with resumeFlorian Zumbiehl2010-01-261-0/+10
* | Merge branch 'topic/noncached-mmap' into topic/miscTakashi Iwai2010-01-216-2/+19
|\ \
| * | ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai2010-01-186-0/+19
| * | ALSA: pcm - Remove unneeded ifdef pgprot_noncachedTakashi Iwai2010-01-181-2/+0
* | | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-01-213-10/+14
|\ \ \ | | |/ | |/|
| * | ALSA: pcm_core: Fix wake_up() optimizationJaroslav Kysela2010-01-213-10/+14
* | | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-01-188-15/+1291
|\ \ \ | |/ / | | / | |/ |/|
| * sound: virtuoso: add Xonar DS supportClemens Ladisch2010-01-187-1/+1278
| * sound: seq_timer: simplify snd_seq_timer_set_tick_resolution() parametersClemens Ladisch2010-01-181-14/+13
* | ALSA: ctxfi - Add subsystem optionTakashi Iwai2010-01-143-10/+20
* | ALSA: Add snd_pci_quirk_lookup_id()Takashi Iwai2010-01-141-5/+27
* | Merge branch 'devel' of git.alsa-project.org:alsa-kernel into topic/miscTakashi Iwai2010-01-1313-183/+591
|\ \ | |/
| * ALSA: pcm_lib - fix wrong delta print for jiffies checkJaroslav Kysela2010-01-131-3/+5
| * ALSA: hda - support OLPC XO-1.5 DC inputDaniel Drake2010-01-081-23/+190
| * ALSA: hda - Configure XO-1.5 microphones at capture timeDaniel Drake2010-01-081-40/+85
| * Merge branch 'topic/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Jaroslav Kysela2010-01-0844-359/+824
| |\
| | * ALSA: hda: Refactor powerdown for Realtek HDA codecsDaniel T Chen2009-12-281-22/+38
| | * ALSA: hda: Add powerdown for Analog Devices HDA codecsDaniel T Chen2009-12-281-0/+68
| | * ALSA: hda - Use strict_strtoul()Takashi Iwai2009-12-272-24/+31
| | * ALSA: hda - Add sanity check for storing the user-defined pin configsTakashi Iwai2009-12-271-0/+3
| | * ALSA: hda - Fix click noises at suspend/free with Realtek codecsTakashi Iwai2009-12-271-0/+7
| | * ALSA: hda - Add snd_hda_shutup_pins() helper functionTakashi Iwai2009-12-273-11/+21
| | * ALSA: hda - Add more hints for GPIO setup of IDT/STAC codecsTakashi Iwai2009-12-261-0/+14
| | * Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-12-2534-219/+160
| | |\
| | | * ALSA: hda - HDMI sticky stream tag supportWu Fengguang2009-12-251-6/+15
| | * | ALSA: hda - Fix NID association for capture mixersTakashi Iwai2009-12-237-40/+12
| | * | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-12-235-23/+141
| | |\ \
| | * | | ALSA: hda - Add Bass Speaker switch for HP dv7Takashi Iwai2009-12-221-0/+57
| | * | | ALSA: hda - Check class to identify Nvidia controller chipsTakashi Iwai2009-12-181-26/+4
| | * | | ALSA: hda - Fix NULL dereference in kctl-NID mapping in patch_realtek.cTakashi Iwai2009-12-171-1/+4
| | * | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-12-171-24/+282
| | |\ \ \
| | * \ \ \ Merge remote branch 'alsa/devel' into topic/hdaTakashi Iwai2009-12-1513-143/+455
| | |\ \ \ \
| * | | | | | ALSA: hda - conexant - Fixed microphone mixer for HP Compaq Presario F700Ken Prox2010-01-081-0/+50
* | | | | | | sound_oss: remove use of old BKL ioctl pathAlan Cox2010-01-121-13/+22
* | | | | | | Merge commit alsa/devel into topic/miscTakashi Iwai2010-01-1218-368/+709
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | ALSA: ac97_codec: merge WM9703 and WM9705 opsKrzysztof Helt2010-01-081-16/+1
| * | | | | | ALSA: pcm_lib: fix "something must be really wrong" conditionJaroslav Kysela2010-01-081-1/+1
| * | | | | | ALSA: pcm_lib - optimize wake_up() calls for PCM I/OJaroslav Kysela2010-01-072-12/+24
| * | | | | | ALSA: pcm_lib - cleanup & merge hw_ptr update functionsJaroslav Kysela2010-01-073-193/+120
| * | | | | | ALSA: pcm_lib - add possibility to log last 10 DMA ring buffer positionsJaroslav Kysela2010-01-072-23/+121