summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge branch 'for-next' into for-linusTakashi Iwai501-12929/+28216
2014-03-31ALSA: hda - Enable beep for ASUS 1015EW. Trevor King1-0/+1
2014-03-31ALSA: asihpi: fix some indenting in snd_card_asihpi_pcm_new()Dan Carpenter1-4/+5
2014-03-26ALSA: hda - add headset mic detect quirks for three Dell laptopsHui Wang1-0/+3
2014-03-25ALSA: hda - Inform the unexpectedly ignored pins by auto-parserTakashi Iwai1-5/+25
2014-03-24Merge tag 'asoc-v3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai43-173/+1409
2014-03-23Merge remote-tracking branches 'asoc/topic/simple' and 'asoc/topic/sirf' into...Mark Brown2-33/+56
2014-03-23Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown6-3/+238
2014-03-23Merge remote-tracking branches 'asoc/topic/max98090' and 'asoc/topic/omap' in...Mark Brown3-4/+1
2014-03-23Merge remote-tracking branches 'asoc/topic/intel', 'asoc/topic/io' and 'asoc/...Mark Brown4-61/+54
2014-03-23Merge remote-tracking branch 'asoc/topic/davinci' into asoc-nextMark Brown4-19/+106
2014-03-23Merge remote-tracking branch 'asoc/topic/cs42xx8' into asoc-nextMark Brown5-0/+918
2014-03-23Merge remote-tracking branch 'asoc/topic/codecs' into asoc-nextMark Brown8-43/+20
2014-03-23Merge tag 'asoc-v3.15-2' into asoc-nextMark Brown103-785/+1854
2014-03-23Merge tag 'asoc-v3.15' into asoc-nextMark Brown183-4478/+16499
2014-03-23Merge remote-tracking branches 'asoc/fix/cs42l51', 'asoc/fix/cs42l52', 'asoc/...Mark Brown12-30/+23
2014-03-23ASoC: pcm: Drop incorrect double/extra freesMark Brown1-3/+0
2014-03-21ASoC: mfld_machine: Fix compile errorLars-Peter Clausen1-1/+1
2014-03-21ASoC: rsnd: add DeviceTree supportKuninori Morimoto6-3/+238
2014-03-21ASoC: mfld_machine: Convert to table based DAPM and control setupLars-Peter Clausen1-29/+20
2014-03-20ASoC: cs42xx8: Add codec driver support for CS42448/CS42888Nicolin Chen5-0/+918
2014-03-20ALSA: hda - verify pin:cvt connection on preparing a stream for Intel HDMI codecMengdong Lin1-0/+32
2014-03-19ASoC: tegra: Use flat regcacheDylan Reid6-7/+7
2014-03-19ASoC: cs42l51: Fix SOC_DOUBLE_R_SX_TLV shift values for ADC, PCM, and Analog ...Brian Austin1-5/+4
2014-03-19ALSA: compress: Pass through return value of open ops callbackCharles Keepax1-1/+1
2014-03-19ASoC: io: Remove support for ASoC cache in conjunction with regmapMark Brown1-31/+4
2014-03-18ASoC: simple-card: overwrite cpu_dai->fmt with codec_dai->fmtNicolin Chen1-6/+14
2014-03-18ASoC: cs42l52: Fix mask bits for SOC_VALUE_ENUM_SINGLEBrian Austin1-4/+4
2014-03-18ASoC: cs42l73: Fix mask bits for SOC_VALUE_ENUM_SINGLEBrian Austin1-3/+3
2014-03-18ASoC: add S/PDIF support to Armada 370 DB ASoC driverThomas Petazzoni2-0/+29
2014-03-18ASoC: codecs: Replace instances of rtd->codec with dai->codecLars-Peter Clausen8-19/+10
2014-03-18ASoC: tlv320aic31xx: Don't call kfree for memory allocated by devm_kzallocAxel Lin1-8/+3
2014-03-18Merge branch 'topic/alc28x' into for-nextTakashi Iwai1-0/+77
2014-03-18ALSA: hda/realtek - Restore default value for ALC282Kailang Yang1-0/+77
2014-03-18ALSA: oxygen: Xonar DG(X): fix Stereo Upmixing regressionClemens Ladisch1-6/+24
2014-03-18Merge branch 'topic/alc28x' into for-nextTakashi Iwai1-0/+177
2014-03-18ALSA: hda/realtek - Fix the noise after suspend and resume on ALC282 codecKailang Yang1-0/+73
2014-03-18ALSA: hda/realtek - Restore default value for ALC283Kailang Yang1-0/+85
2014-03-17ASoC: sirf-audio-codec: Remove snd_soc_codec_set_cache_io() callLars-Peter Clausen1-9/+0
2014-03-17ASoC: simple-card: Simplify codeJean-Francois Moine1-5/+5
2014-03-17ASoC: davinci-mcasp: Provide correct filter_data for dmaengine for non-DT bootPeter Ujfalusi1-5/+16
2014-03-17ASoC: davinci: Add edma dmaengine platform driverPeter Ujfalusi2-0/+82
2014-03-17ASoC: tlv320aic31xx: Turn power off only once.Jyri Sarha1-1/+2
2014-03-14ASoC: simple-card: Fix the reference count of device nodesJean-Francois Moine1-13/+37
2014-03-14ASoC: rcar: fixup SND_SOC_DAIFMT_CBx_CFx flagsKuninori Morimoto1-2/+2
2014-03-14ASoC: fsi: fixup SND_SOC_DAIFMT_CBx_CFx flagsKuninori Morimoto1-1/+1
2014-03-14ASoC: max98090: Remove unused control_data fieldLars-Peter Clausen2-2/+0
2014-03-13ASoC: davinci-evm: Register machine level DAPM elements with the cardLars-Peter Clausen1-14/+8
2014-03-13ASoC: omap-abe-twl6040: Register machine level DMIC DAPM routes with the cardLars-Peter Clausen1-2/+1
2014-03-13Merge tag 'tlv320aic31xx-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai1-15/+5