aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2014-09-16Merge tag 'asoc-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Takashi Iwai 10-32/+78
2014-09-15Merge remote-tracking branches 'asoc/fix/cs4265', 'asoc/fix/davinci', 'asoc/f...Gravatar Mark Brown 5-24/+62
2014-09-15Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linusGravatar Mark Brown 2-2/+10
2014-09-15Merge remote-tracking branch 'asoc/fix/core' into asoc-linusGravatar Mark Brown 3-6/+6
2014-09-13ASoC: rockchip-i2s: fix registers' property of rockchip i2s controllerGravatar Jianqun 1-3/+3
2014-09-13ASoC: rockchip-i2s: fix master mode set bit errorGravatar Jianqun 1-3/+4
2014-09-11ASoC: cs4265: Fix register address to set the proper data type.Gravatar Paul Handrigan 1-3/+3
2014-09-11ALSA: hda - Fix invalid pin powermap without jack detectionGravatar Takashi Iwai 1-5/+12
2014-09-10ASoC: soc-pcm: fix dpcm_path_get error handlingGravatar Qiao Zhou 2-2/+10
2014-09-09ASoC: samsung-i2s: Check secondary DAI exists before referencingGravatar Charles Keepax 1-2/+3
2014-09-09ASoC: Update email id of the authorGravatar Rajeev Kumar 3-5/+5
2014-09-06ASoC: dwc: Update email id of the authorGravatar Rajeev Kumar 1-1/+1
2014-09-04ASoC: davinci-mcasp: Correct rx format unit configurationGravatar Peter Ujfalusi 1-1/+10
2014-09-03Merge tag 'asoc-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Takashi Iwai 82-225/+234
2014-09-03ASoC: tlv320aic31xx: Fix 24bit samples with I2S format and 12MHz mclkGravatar Jyri Sarha 1-12/+39
2014-09-02Merge remote-tracking branches 'asoc/fix/axi', 'asoc/fix/cs4265', 'asoc/fix/d...Gravatar Mark Brown 8-14/+23
2014-09-02Merge remote-tracking branch 'asoc/fix/core' into asoc-linusGravatar Mark Brown 1-1/+1
2014-09-02ALSA: hda - Fix COEF setups for ALC1150 codecGravatar Takashi Iwai 1-0/+2
2014-09-01ASoC: simple-card: Fix bug of wrong decrement DT node's refcountGravatar Xiubo Li 1-0/+8
2014-09-01ALSA: hda - Fix digital mic on Acer Aspire 3830TGGravatar Takashi Iwai 1-1/+8
2014-08-29ASoC: omap-twl4030: Fix typo in 2nd dai link's platform_nameGravatar Peter Ujfalusi 1-1/+1
2014-08-29ALSA: firewire-lib/dice: add arrangements of PCM pointer and interrupts for D...Gravatar Takashi Sakamoto 3-5/+22
2014-08-29ALSA: dice: fix wrong channel mappping at higher sampling rateGravatar Takashi Sakamoto 1-5/+9
2014-08-28ASoC: cs4265: Fix setting of functional mode and clock dividerGravatar Paul Handrigan 1-2/+2
2014-08-28ASoC: cs4265: Fix clock rates in clock map tableGravatar Paul Handrigan 1-4/+4
2014-08-28Merge tag 'sound-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 5-8/+24
2014-08-27ASoC: rt5677: correct mismatch widget nameGravatar Bard Liao 1-4/+4
2014-08-27ASoC: rt5640: Do not allow regmap to use bulk read-write operationsGravatar Jarkko Nikula 1-0/+1
2014-08-27ALSA: hda - Set up initial pins for Acer Aspire V5Gravatar Takashi Iwai 1-0/+18
2014-08-22ASoC: tegra: Fix typo in include guardGravatar Rasmus Villemoes 1-1/+1
2014-08-22ASoC: da732x: Fix typo in include guardGravatar Rasmus Villemoes 1-1/+1
2014-08-22ALSA: pcm: Fix the silence data for DSD formatsGravatar Takashi Iwai 1-2/+2
2014-08-22ALSA: ctxfi: ct20k1reg: Fix typo in include guardGravatar Rasmus Villemoes 1-3/+1
2014-08-22ALSA: hda: ca0132_regs.h: Fix typo in include guardGravatar Rasmus Villemoes 1-1/+1
2014-08-22ALSA: core: fix buffer overflow in snd_info_get_line()Gravatar Clemens Ladisch 1-2/+2
2014-08-21Merge tag 'sound-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 13-68/+71
2014-08-19ALSA: hda/hdmi - apply Valleyview fix-ups to Cherryview display codecGravatar Libin Yang 1-4/+7
2014-08-19ALSA: hda/hdmi - set depop_delay for haswell plusGravatar Libin Yang 1-2/+1
2014-08-19ALSA: hda - restore the gpio led after resumeGravatar Hui Wang 1-0/+9
2014-08-17ASoC: rcar: Use && instead of & for boolean expressionsGravatar Lars-Peter Clausen 1-1/+1
2014-08-17ASoC: Use dev_set_name() instead of init_nameGravatar Lars-Peter Clausen 1-1/+1
2014-08-16ALSA: hda/realtek - Avoid setting wrong COEF on ALC269 & coGravatar Takashi Iwai 1-5/+12
2014-08-16Merge tag 'asoc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Takashi Iwai 11-58/+43
2014-08-15Merge tag 'sound-fix-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-89/+239
2014-08-15Merge remote-tracking branches 'asoc/fix/arizona', 'asoc/fix/fsl', 'asoc/fix/...Gravatar Mark Brown 9-51/+34
2014-08-15Merge remote-tracking branch 'asoc/fix/pcm512x' into asoc-linusGravatar Mark Brown 1-2/+2
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 67-70/+70
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-3/+3
2014-08-14ALSA: hda - Set TLV_DB_SCALE_MUTE bit for cx5051 vmasterGravatar Takashi Iwai 1-0/+6
2014-08-13ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LEGravatar Daniel Mack 1-3/+1