summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Add a helper function for simple enum kcontrolsTakashi Iwai2012-11-305-48/+44
* ALSA: hda - Pass errors properly in alc_auto_check_switches()Takashi Iwai2012-11-301-22/+37
* ALSA: hda - Refactor alc_kcontrol_new() usagesTakashi Iwai2012-11-301-28/+18
* ALSA: hda - Use standard sort function in hda_auto_parser.cTakashi Iwai2012-11-301-59/+47
* ALSA: usb - Don't create "Speaker" mixer controls on headphones and headsetsDavid Henningsson2012-11-291-0/+30
* ALSA: usb-audio: FT C400 sync playback EP to capture EPEldad Zack2012-11-291-0/+13
* ALSA: usb-audio: Fast Track C400 mixer controlsEldad Zack2012-11-291-0/+176
* ALSA: usb-audio: Fast Track C400 mixer rangesEldad Zack2012-11-291-0/+27
* ALSA: usb-audio: M-Audio Fast Track C400 quirks tableEldad Zack2012-11-291-0/+71
* ALSA: usb-audio: parameterize FTU effect unit controlEldad Zack2012-11-291-8/+16
* ALSA: usb-audio: skip UAC2 EFFECT_UNITEldad Zack2012-11-291-1/+12
* ALSA: usb-audio: add control index offsetEldad Zack2012-11-293-1/+20
* ALSA: usb-audio: use sender stride for implicit feedbackEldad Zack2012-11-291-3/+6
* ALSA: usb-audio: replace hardcoded value with constEldad Zack2012-11-291-1/+1
* ALSA: hda - Call snd_array_init() early and only onceTakashi Iwai2012-11-286-103/+105
* ALSA: usb-audio: add channel map supportTakashi Iwai2012-11-262-5/+227
* ALSA: usb-audio: fix delay account during pauseTakashi Iwai2012-11-231-1/+17
* ALSA: usb-audio: ignore delay calculation for capture streamTakashi Iwai2012-11-231-1/+2
* ALSA: hda - Add a fixup for internal mic on MacBook Pro 8,1Takashi Iwai2012-11-231-0/+14
* ALSA: hda - Add missing verb applications in patch_cirrus.cTakashi Iwai2012-11-231-15/+2
* ALSA: hda - Move static ADC setup for CS4206 to init verbsTakashi Iwai2012-11-231-3/+3
* Merge branch 'for-linus' into for-nextTakashi Iwai2012-11-228-52/+48
|\
| * ALSA: snd-usb: properly initialize the sync endpointDaniel Mack2012-11-221-1/+1
| * ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speakerDavid Henningsson2012-11-211-0/+1
| * ALSA: hda - Add support for Realtek ALC292David Henningsson2012-11-211-0/+1
| * Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2012-11-215-51/+45
| |\
| | *---. Merge branches 'fix/arizona', 'fix/cs4271', 'fix/kirkwood' and 'fix/samsung' ...Mark Brown2012-11-2147-199/+468
| | |\ \ \
| | | | | * ASoC: bells: Fix up git patch application failureMark Brown2012-11-161-2/+2
| | | | * | ASoC: kirkwood-i2s: more pause-mode fixesRussell King2012-11-211-9/+0
| | | | * | ASoC: kirkwood-i2s: fix DMA underrunsRussell King2012-11-211-29/+38
| | | | * | ASoC: kirkwood-i2s: fix DCO lock detectionRussell King2012-11-211-1/+1
| | | | * | ASoC: kirkwood-dma: don't ignore other irq causes on errorRussell King2012-11-211-1/+0
| | | | * | ASoC: kirkwood-dma: fix use of virt_to_phys()Russell King2012-11-211-1/+1
| | | * | | ASoC: cs4271: free allocated GPIODaniel Mack2012-11-131-8/+3
| | * | | | ASoC: arizona: Fix typo - Swap value in 48k_rates[] and 44k1_rates[]Dimitris Papastamos2012-11-161-2/+2
* | | | | | ALSA: emu10k1: Add missing ifdef for emu->suspend referenceTakashi Iwai2012-11-221-0/+2
* | | | | | ALSA: hdsp: Add missing inclusion of linux/vmalloc.hTakashi Iwai2012-11-221-0/+1
* | | | | | ALSA: emu10k1: don't update firmware during suspend/resumeTakashi Iwai2012-11-222-0/+6
* | | | | | ALSA: emu10k1: cache emu1010 firmwareTakashi Iwai2012-11-221-52/+36
* | | | | | ALSA: hdsp: improve firmware cachingTakashi Iwai2012-11-222-28/+35
* | | | | | ALSA: ymfpci: Use kmalloc for register buffer for PMTakashi Iwai2012-11-221-3/+3
* | | | | | ALSA: hda - Don't release firmware when CONFIG_PM is setTakashi Iwai2012-11-221-0/+2
* | | | | | ALSA: vx: hard dependency on the standard fw loaderTakashi Iwai2012-11-222-139/+1
* | | | | | ALSA: pcxhr: hard dependency on the standard fw loaderTakashi Iwai2012-11-222-86/+1
* | | | | | ALSA: mixart: hard dependency on the standard fw loaderTakashi Iwai2012-11-222-76/+1
* | | | | | ALSA: hda - Don't overwrite the pin default configsTakashi Iwai2012-11-221-42/+3
* | | | | | ALSA: hda - Remove shutup calls in free callbacksTakashi Iwai2012-11-213-4/+0
* | | | | | ALSA: hda - Use standard helper functions in patch_hdmi.cTakashi Iwai2012-11-211-4/+3
* | | | | | ALSA: usb-audio: process pending stop at PCM hw_free and closeTakashi Iwai2012-11-211-2/+2
* | | | | | ALSA: usb-audio: stop both data and sync endpoints asynchronouslyTakashi Iwai2012-11-213-9/+13