summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Fix typos in patch_hdmi.cTakashi Iwai2013-10-211-3/+3
* ALSA: hda - add codec ID for Valleyview2 display codecMengdong Lin2013-10-211-0/+2
* ALSA: emu10k1: code refactoringGeyslan G. Bem2013-10-181-31/+45
* ALSA: hda - Move mutex from hda_eld to per_pin in HDMI codec driverTakashi Iwai2013-10-173-81/+97
* ALSA: hda - Fix possible races in HDMI driverTakashi Iwai2013-10-171-3/+11
* ALSA: hda - Treat zero connection as non-errorTakashi Iwai2013-10-171-1/+1
* ALSA: hda - add connection to thinkpad_acpi to control mute/micmute LEDsDavid Henningsson2013-10-171-2/+90
* ALSA: hda - add HDA_FIXUP_ACT_FREE actionDavid Henningsson2013-10-171-0/+1
* thinkpad-acpi: Add mute and mic-mute LED functionalityDavid Henningsson2013-10-173-3/+111
* sound: Remove unnecessary semicolonsJoe Perches2013-10-1412-20/+20
* ALSA: hda - Enable surround speakers (when line out is also present)David Henningsson2013-10-101-5/+14
* ALSA: usb-audio: Use module_usb_driverSachin Kamat2013-10-091-12/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2013-10-08475-2317/+4211
|\
| * ALSA: hda - hdmi: Fix channel map switch not taking effectAnssi Hannula2013-10-081-10/+8
| * ALSA: hda - Fix mono speakers and headset mic on Dell Vostro 5470David Henningsson2013-10-071-0/+27
| * ALSA: snd-usb-usx2y: remove bogus frame checksDaniel Mack2013-10-022-25/+4
| * ALSA: hda - Fix GPIO for Acer Aspire 3830TGTakashi Iwai2013-09-301-0/+11
| * ALSA: ac97: Add ID for TI TLV320AIC27 codecOndrej Zary2013-09-301-0/+1
| * Merge tag 'asoc-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai2013-09-30467-2276/+4072
| |\
| | * Merge remote-tracking branch 'asoc/fix/max98095' into asoc-linusMark Brown2013-09-271-2/+2
| | |\
| | | * ASoC: max98095: a couple array underflowsDan Carpenter2013-09-131-2/+2
| | * | Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linusMark Brown2013-09-271-2/+5
| | |\ \
| | | * | ASoC: imx-sgtl5000: Fix uninitialized pointer use in error pathPhilipp Zabel2013-09-261-2/+2
| | | * | ASoC: imx-sgtl5000: do not use devres on a foreign devicePhilipp Zabel2013-09-261-1/+4
| | * | | Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown2013-09-271-1/+0
| | |\ \ \
| | | * | | ASoC: core: Only add platform DAI widgets once.Liam Girdwood2013-09-131-1/+0
| | | | |/ | | | |/|
| | * | | Merge remote-tracking branch 'asoc/fix/bfin' into asoc-linusMark Brown2013-09-271-0/+1
| | |\ \ \
| | | * | | ASoC: blackfin: Add missing break statement to bf6xxValentin Ilie2013-09-171-0/+1
| | * | | | Merge remote-tracking branch 'asoc/fix/ab8500' into asoc-linusMark Brown2013-09-271-1/+6
| | |\ \ \ \
| | | * | | | ASoC: ab8500-codec: info leak in anc_status_control_put()Dan Carpenter2013-09-131-1/+6
| | | | |/ / | | | |/| |
| | * | | | Merge remote-tracking branch 'asoc/fix/88pm860x' into asoc-linusMark Brown2013-09-271-0/+3
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | ASoC: 88pm860x: array overflow in snd_soc_put_volsw_2r_st()Dan Carpenter2013-09-131-0/+3
| | | |/ /
| | * | | Linux 3.12-rc2v3.12-rc2Linus Torvalds2013-09-231-1/+1
| | * | | Merge tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-2335-97/+160
| | |\ \ \
| | | * \ \ Merge tag 'iio-fixes-for-3.12a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-09-2113-36/+91
| | | |\ \ \
| | | | * | | iio:buffer_cb: Add missing iio_buffer_init()Lars-Peter Clausen2013-09-211-0/+2
| | | | * | | iio: Prevent race between IIO chardev opening and IIO device freeLars-Peter Clausen2013-09-211-9/+12
| | | | * | | iio: fix: Keep a reference to the IIO device for open file descriptorsLars-Peter Clausen2013-09-212-5/+17
| | | | * | | iio: Stop sampling when the device is removedLars-Peter Clausen2013-09-213-1/+28
| | | | * | | iio: Fix crash when scan_bytes is computed with active_scan_mask == NULLPeter Meerwald2013-09-211-2/+9
| | | | * | | iio: Fix mcp4725 dev-to-indio_dev conversion in suspend/resumePeter Meerwald2013-09-211-6/+6
| | | | * | | iio: Fix bma180 dev-to-indio_dev conversion in suspend/resumePeter Meerwald2013-09-211-2/+2
| | | | * | | iio: Fix tmp006 dev-to-indio_dev conversion in suspend/resumePeter Meerwald2013-09-211-2/+4
| | | | * | | iio: iio_device_add_event_sysfs() bugfixLukasz Czerwinski2013-09-181-1/+1
| | | | * | | staging: iio: ade7854-spi: Fix return valueSachin Kamat2013-09-181-1/+1
| | | | * | | staging:iio:hmc5843: Fix measurement conversionPeter Meerwald2013-09-181-1/+1
| | | | * | | iio: isl29018: Fix uninitialized valueDerek Basehore2013-09-181-0/+1
| | | | * | | staging:iio:dummy fix kfifo_buf kconfig dependency issue if kfifo modular and...Jonathan Cameron2013-09-181-1/+1
| | | | * | | iio: at91: fix adc_clk overflowJosh Wu2013-09-181-5/+6
| | | |/ / /
| | | * | | staging: line6: add bounds check in snd_toneport_source_put()Dan Carpenter2013-09-171-3/+7