summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2012-11-29ALSA: usb-audio: replace hardcoded value with constEldad Zack1-1/+1
2012-11-28ALSA: hda - Call snd_array_init() early and only onceTakashi Iwai6-103/+105
2012-11-26ALSA: usb-audio: add channel map supportTakashi Iwai2-5/+227
2012-11-23ALSA: usb-audio: fix delay account during pauseTakashi Iwai1-1/+17
2012-11-23ALSA: usb-audio: ignore delay calculation for capture streamTakashi Iwai1-1/+2
2012-11-23ALSA: hda - Add a fixup for internal mic on MacBook Pro 8,1Takashi Iwai1-0/+14
2012-11-23ALSA: hda - Add missing verb applications in patch_cirrus.cTakashi Iwai1-15/+2
2012-11-23ALSA: hda - Move static ADC setup for CS4206 to init verbsTakashi Iwai1-3/+3
2012-11-22Merge branch 'for-linus' into for-nextTakashi Iwai8-52/+48
2012-11-22ALSA: snd-usb: properly initialize the sync endpointDaniel Mack1-1/+1
2012-11-22ALSA: emu10k1: Add missing ifdef for emu->suspend referenceTakashi Iwai1-0/+2
2012-11-22ALSA: hdsp: Add missing inclusion of linux/vmalloc.hTakashi Iwai1-0/+1
2012-11-22ALSA: emu10k1: don't update firmware during suspend/resumeTakashi Iwai2-0/+6
2012-11-22ALSA: emu10k1: cache emu1010 firmwareTakashi Iwai1-52/+36
2012-11-22ALSA: hdsp: improve firmware cachingTakashi Iwai2-28/+35
2012-11-22ALSA: ymfpci: Use kmalloc for register buffer for PMTakashi Iwai1-3/+3
2012-11-22ALSA: hda - Don't release firmware when CONFIG_PM is setTakashi Iwai1-0/+2
2012-11-22ALSA: vx: hard dependency on the standard fw loaderTakashi Iwai2-139/+1
2012-11-22ALSA: pcxhr: hard dependency on the standard fw loaderTakashi Iwai2-86/+1
2012-11-22ALSA: mixart: hard dependency on the standard fw loaderTakashi Iwai2-76/+1
2012-11-22ALSA: hda - Don't overwrite the pin default configsTakashi Iwai1-42/+3
2012-11-21ALSA: hda - Remove shutup calls in free callbacksTakashi Iwai3-4/+0
2012-11-21ALSA: hda - Use standard helper functions in patch_hdmi.cTakashi Iwai1-4/+3
2012-11-21ALSA: usb-audio: process pending stop at PCM hw_free and closeTakashi Iwai1-2/+2
2012-11-21ALSA: usb-audio: stop both data and sync endpoints asynchronouslyTakashi Iwai3-9/+13
2012-11-21ALSA: usb-audio: simplify endpoint deactivation codeTakashi Iwai1-16/+7
2012-11-21ALSA: usb-audio: simplify snd_usb_endpoint_start/stop argumentsTakashi Iwai3-26/+21
2012-11-21ALSA: usb-audio: Deprecate async_unlink optionTakashi Iwai3-9/+1
2012-11-21ALSA: usb-audio: Return meaningful error codes instead of -1 in format.cSachin Kamat1-5/+5
2012-11-21ALSA: usb/6fire: Fix potential NULL pointer dereference in comm.cSachin Kamat1-1/+2
2012-11-21ALSA: pcm: Fix return code in pcm_native.cSachin Kamat1-1/+1
2012-11-21ALSA: PCM: Remove redundant null check before kfreeSachin Kamat1-2/+1
2012-11-21ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speakerDavid Henningsson1-0/+1
2012-11-21ALSA: hda - Add support for Realtek ALC292David Henningsson1-0/+1
2012-11-21Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai5-51/+45
2012-11-21Merge branches 'fix/arizona', 'fix/cs4271', 'fix/kirkwood' and 'fix/samsung' ...Mark Brown47-199/+468
2012-11-21ASoC: kirkwood-i2s: more pause-mode fixesRussell King1-9/+0
2012-11-21ASoC: kirkwood-i2s: fix DMA underrunsRussell King1-29/+38
2012-11-21ASoC: kirkwood-i2s: fix DCO lock detectionRussell King1-1/+1
2012-11-21ASoC: kirkwood-dma: don't ignore other irq causes on errorRussell King1-1/+0
2012-11-21ASoC: kirkwood-dma: fix use of virt_to_phys()Russell King1-1/+1
2012-11-19Merge branch 'for-linus' into for-nextTakashi Iwai16-44/+629
2012-11-19ALSA: hda - Limit runtime PM support only to known Intel chipsTakashi Iwai1-19/+20
2012-11-19ALSA: hda - Fix Acer Aspire models with analog mics.Dylan Reid1-0/+29
2012-11-19ALSA: hda - Allow jack state to depend on another jackDylan Reid2-9/+67
2012-11-19ALSA: hda - Fix recursive suspend/resume callTakashi Iwai2-2/+10
2012-11-19Merge branch 'usb-midi-fix-3.7' of git://git.alsa-project.org/alsa-kprivate i...Takashi Iwai1-2/+6
2012-11-18ALSA: ua101, usx2y: fix broken MIDI outputClemens Ladisch1-2/+6
2012-11-18sound: oss/sb_audio: cap value in sb201_audio_set_speed()Dan Carpenter1-1/+2
2012-11-17ALSA: usb-audio: use bitmap_weightJoe Perches1-6/+1