aboutsummaryrefslogtreecommitdiffstats
path: root/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2013-09-05Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds5-586/+9
2013-09-05Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+32
2013-09-05Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-2/+2
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-09-04Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds188-7001/+11349
2013-09-03ALSA: hda - Re-setup HDMI pin and audio infoframe on stream switchesTakashi Iwai1-10/+31
2013-09-02Merge tag 'asoc-v3.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai8-62/+198
2013-09-02ALSA: hda - hdmi: Fallback to ALSA allocation when selecting CAAnssi Hannula1-0/+11
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie22-57/+159
2013-09-01Merge remote-tracking branch 'asoc/topic/ssm2602' into tmpMark Brown1-1/+2
2013-09-01Merge remote-tracking branch 'asoc/topic/fsl' into tmpMark Brown4-7/+19
2013-09-01Merge remote-tracking branch 'asoc/topic/dapm' into tmpMark Brown3-54/+177
2013-09-01ASoC: mxs-sgtl5000: Configure the dai_links as unidirectionalFabio Estevam1-0/+2
2013-09-01ASoC: soc-pcm: Allow to specify unidirectional dai_linkFabio Estevam1-0/+10
2013-09-01ASoC: fsl_spdif: Staticse non-exported symbolsMark Brown1-4/+4
2013-08-31ASoC: ssm2602: Fix cache syncLars-Peter Clausen1-1/+2
2013-08-30ASoC: fsl: Add one blank space after ':=' in MakefileNicolin Chen1-1/+1
2013-08-30ASoC: fsl: Add wrapping for dev_dbg() in fsl_spdif.cNicolin Chen1-2/+2
2013-08-30ASoC: rt5640: change widget sequence for depopBard Liao2-54/+175
2013-08-30Merge remote-tracking branch 'asoc/topic/rt5640' into asoc-dapmMark Brown1-26/+0
2013-08-30ASoC: dapm: Fix auto-disable for inverted controlsLars-Peter Clausen1-0/+2
2013-08-30Merge remote-tracking branch 'asoc/topic/wm8904' into tmpMark Brown1-1/+0
2013-08-30Merge remote-tracking branch 'asoc/topic/samsung' into tmpMark Brown1-0/+7
2013-08-30Merge remote-tracking branch 'asoc/topic/kirkwood' into tmpMark Brown2-8/+22
2013-08-30Merge remote-tracking branch 'asoc/topic/fsl' into tmpMark Brown5-15/+163
2013-08-30Merge remote-tracking branch 'asoc/topic/fsi' into tmpMark Brown1-18/+33
2013-08-30Merge remote-tracking branch 'asoc/topic/ep93xx' into tmpMark Brown1-2/+0
2013-08-30Merge remote-tracking branch 'asoc/topic/designware' into tmpMark Brown1-4/+1
2013-08-30Merge remote-tracking branch 'asoc/topic/core' into tmpMark Brown6-42/+19
2013-08-30ASoC: fsl: Drop SND_SOC_FSL_UTILS from SND_SOC_IMX_SPDIFFabio Estevam1-1/+0
2013-08-29ASoC: Samsung: Do not queue cyclic buffers multiple timesTomasz Figa1-0/+7
2013-08-29ASoC: ep93xx-i2s: Remove unnecessary dev_set_drvdata()Fabio Estevam1-2/+0
2013-08-29ASoC: designware_i2s: Remove unnecessary dev_set_drvdata()Fabio Estevam1-4/+1
2013-08-29ASoC: fsl_spdif: remove redundant dev_err call in fsl_spdif_probe()Wei Yongjun1-3/+1
2013-08-29ASoC: fsl: Add S/PDIF machine driverNicolin Chen3-0/+161
2013-08-29snd/hda: add runtime suspend/resume on optimus support (v4)Dave Airlie1-4/+32
2013-08-28ALSA: opti9xx: Fix conflicting driver object nameTakashi Iwai1-6/+2
2013-08-27ASoc: kirkwood: Use the Kirkwood audio driver in Dove boardsJean-Francois Moine1-2/+2
2013-08-27ASoC: Pass card instead of dapm context to snd_soc_dapm_new_widgets()Lars-Peter Clausen2-3/+2
2013-08-27Merge remote-tracking branch 'asoc/topic/dapm' into asoc-coreMark Brown8-398/+493
2013-08-27Merge remote-tracking branch 'asoc/topic/tlv320aic32x4' into asoc-coreMark Brown1-15/+7
2013-08-27Merge remote-tracking branch 'asoc/topic/dmic' into asoc-coreMark Brown49-152/+288
2013-08-27ASoC: Move call to snd_soc_dapm_new_widgets() after snd_soc_dapm_auto_nc_codec_pins()Lars-Peter Clausen1-2/+2
2013-08-27ASoC: Call snd_soc_dapm_new_widgets() only once during card initializationLars-Peter Clausen1-5/+0
2013-08-27ASoC: jack: Remove unnecessary call to snd_soc_dapm_new_widgets()Lars-Peter Clausen1-2/+0
2013-08-27ASoC: wm8904: Remove unnecessary call to snd_soc_dapm_new_widgets()Lars-Peter Clausen1-1/+0
2013-08-27ASoC: tlv320aic32x4: Convert table based control and DAPM setupLars-Peter Clausen1-15/+7
2013-08-27ASoC: dapm: Fix marking widgets dirty when a route is addedLars-Peter Clausen1-3/+3
2013-08-27ASoC: dmic: Convert table based DAPM setupLars-Peter Clausen1-13/+4