aboutsummaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.0.84' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-06-291-2/+20
|\
| * ALSA: usb-audio: work around Android accessory firmware bugClemens Ladisch2013-06-271-2/+20
* | Merge tag 'v3.0.82' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-06-161-1/+7
|\ \ | |/
| * ALSA: usb-audio - Apply Logitech QuickCam Pro 9000 quirk only to audio ifaceTakashi Iwai2013-06-131-1/+7
* | Merge tag 'v3.0.81' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-06-083-2/+11
|\ \ | |/
| * ALSA: usb-audio: avoid integer overflow in create_fixed_stream_quirk()Xi Wang2013-06-073-4/+7
| * ALSA: usb-audio: fix possible hang and overflow in parse_uac2_sample_rate_ran...Xi Wang2013-06-071-1/+7
| * ASoC: wm8994: missing break in wm8994_aif3_hw_params()Dan Carpenter2013-05-191-0/+1
* | Merge tag 'v3.0.77' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-05-093-13/+6
|\ \ | |/
| * ASoC: max98088: Fix logging of hardware revision.Dylan Reid2013-05-071-1/+1
| * ALSA: usb-audio: Fix autopm error during probingTakashi Iwai2013-05-071-1/+3
| * ALSA: usb-audio: disable autopm for MIDI devicesClemens Ladisch2013-05-071-11/+2
* | add support for p1Chirayu Desai2013-05-0510-2797/+6419
* | Merge 3.0.75Pawit Pornkitprasan2013-04-298-25/+21
|\ \ | |/
| * vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helperLinus Torvalds2013-04-251-10/+2
| * ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is runningAlban Bedel2013-04-161-0/+2
| * ALSA: usb-audio: fix endianness bug in snd_nativeinstruments_*Eldad Zack2013-04-162-3/+3
| * ALSA: hda - fix typo in proc outputDavid Henningsson2013-04-121-1/+1
| * ALSA: hda - bug fix on return value when getting HDMI ELD infoMengdong Lin2013-04-121-1/+1
| * ASoC: dma-sh7760: Fix compile errorLars-Peter Clausen2013-04-121-2/+2
| * ALSA: snd-usb: mixer: ignore -EINVAL in snd_usb_mixer_controls()Daniel Mack2013-03-281-3/+3
| * ALSA: snd-usb: mixer: propagate errors up the call chainDaniel Mack2013-03-281-4/+6
| * ALSA: hda - Fix typo in checking IEC958 emphasis bitTakashi Iwai2013-03-281-1/+1
* | Merge 3.0.70Pawit Pornkitprasan2013-03-213-5/+10
|\ \ | |/
| * ALSA: seq: Fix missing error handling in snd_seq_timer_open()Takashi Iwai2013-03-201-4/+4
| * ALSA: vmaster: Fix slave change notificationTakashi Iwai2013-03-141-1/+4
| * ALSA: ice1712: Initialize card->private_data properlySean Connor2013-03-141-0/+2
* | Merge 3.0.67Pawit Pornkitprasan2013-03-033-3/+3
|\ \ | |/
| * ALSA: usb-audio: fix Roland A-PRO supportClemens Ladisch2013-02-281-1/+1
| * ALSA: rme32.c irq enabling after spin_lock_irqDenis Efremov2013-02-281-1/+1
| * ALSA: ali5451: remove irq enabling in pointer callbackDenis Efremov2013-02-281-1/+1
* | Merge 3.0.63Pawit Pornkitprasan2013-02-131-5/+12
|\ \ | |/
| * ALSA: usb-audio: fix invalid length check for RME and other UAC 2 devicesClemens Ladisch2013-02-031-5/+12
* | Merge 3.0.60Pawit Pornkitprasan2013-01-223-37/+66
|\ \ | |/
| * ALSA: pxa27x: fix ac97 cold resetMike Dunn2013-01-171-2/+6
| * ASoC: wm2000: Fix sense of speech clarity enableMark Brown2013-01-171-2/+2
| * ALSA: usb-audio: Fix missing autopm for MIDI inputTakashi Iwai2013-01-111-42/+46
| * ALSA: usb-audio: Avoid autopm calls after disconnectionTakashi Iwai2013-01-111-1/+22
* | Merge 3.0.54Pawit Pornkitprasan2012-12-058-7/+16
|\ \ | |/
| * ALSA: hda - Add support for Realtek ALC292David Henningsson2012-12-031-0/+1
| * ALSA: hda - Fix missing beep on ASUS X43U notebookDuncan Roe2012-12-031-0/+1
| * ALSA: hda - Add new codec ALC283 ALC290 supportKailang Yang2012-12-031-0/+2
| * ALSA: ua101, usx2y: fix broken MIDI outputClemens Ladisch2012-12-031-2/+6
| * ALSA: pcmcia - Use pcmcia_request_irq()Takashi Iwai2012-12-032-2/+2
| * ASoC: dapm: Use card_list during DAPM shutdownMisael Lopez Cruz2012-11-261-1/+1
| * ASoC: wm8978: pll incorrectly configured when codec is masterEric Millbrandt2012-11-261-1/+1
| * ALSA: hda - Force to reset IEC958 status bits for AD codecsTakashi Iwai2012-11-261-0/+1
| * ALSA: hda: Cirrus: Fix coefficient index for beep configurationAlexander Stein2012-11-261-1/+1
* | Merge 3.0.52Pawit Pornkitprasan2012-11-2034-95/+382
|\ \ | |/
| * ALSA: usb-audio: Fix mutex deadlock at disconnectionTakashi Iwai2012-11-171-3/+3