aboutsummaryrefslogtreecommitdiffstats
path: root/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-26ASoC: rt5645: Sort the order for register bit definesAxel Lin1-10/+10
2015-10-24ASoC: dwc: add check for master/slave formatMaruthi Srinivas Bayyavarapu1-0/+31
2015-10-24ASoC: rt5645: Add the HWEQ for the speaker outputOder Chiou1-0/+110
2015-10-24ASoC: Intel: Skylake: Add support to topology for module static pinJeeja KP2-17/+21
2015-10-24ASoC: Intel: Skylake: Fix to set Non gateway copier cfgJeeja KP2-1/+8
2015-10-24ASoC: Intel: Skylake: Fix to check return value of dsp initJeeja KP1-0/+3
2015-10-24ASoC: Intel: Skylake: Add support to disable module notificationsJeeja KP2-2/+31
2015-10-24ASoC: Intel: Skylake: Update for ssp node index in copier cfgJeeja KP2-5/+5
2015-10-24ASoC: Intel: Skylake: Fix to fill all sink/source pipe paramsSubhransu S. Prusty1-10/+22
2015-10-24ASoC: Intel: Skylake: Fix to use correct macros for the path iterationSubhransu S. Prusty1-4/+4
2015-10-24ASoC: Intel: Skylake: Remove BE copier blob memcpyJeeja KP1-1/+1
2015-10-24ASoC: Intel: Skylake: Fix return for pm_runtime_get_sync()Jeeja KP1-1/+1
2015-10-23Merge branch 'topic/hw-constraint-single' into for-nextTakashi Iwai17-95/+46
2015-10-23Merge tag 'asoc-fix-v4.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai3-13/+43
2015-10-23ASoC: fsl_sai: Constify rate constraintsLars-Peter Clausen1-2/+2
2015-10-23ASoC: rx1950_uda1380: Constify rate constraintsLars-Peter Clausen1-3/+2
2015-10-23ASoC: h1940_uda1380: Constify rate constraintsLars-Peter Clausen1-3/+2
2015-10-23Merge remote-tracking branches 'asoc/fix/rt298', 'asoc/fix/sx', 'asoc/fix/wm8904' and 'asoc/fix/wm8962' into asoc-linusMark Brown3-13/+43
2015-10-23ASoC: Intel: Skylake: Convert to devm_snd_soc_register_cardAxel Lin1-8/+1
2015-10-23ASoC: rockchip: i2s: share tx/rx lrck when symmetric_rates enabledSugar Zhang2-0/+14
2015-10-23ASoC: rockchip: i2s: add 8 channels capture supportSugar Zhang2-2/+48
2015-10-23ASoC: atmel-classd: add the Audio Class D AmplifierSongjun Wu4-0/+810
2015-10-23ASoC: rt5645: Add dmi "Google Reks" for chromeJohn Lin1-0/+7
2015-10-23ASoC: fsl-asoc-card: add AC'97 supportMaciej S. Szmigiero1-30/+110
2015-10-23ASoC: nau8825: Show device propertiesBen Zhang1-0/+30
2015-10-23ASoC: nau8825: Add FLL configurationBen Zhang2-5/+186
2015-10-22ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtimeLars-Peter Clausen1-5/+0
2015-10-22ASoC: dapm: Add snd_soc_dapm_kcontrol_widget()Mythri P K1-0/+12
2015-10-22ASoC: dapm: Add startup & shutdown for dai_linksJeeja KP1-0/+30
2015-10-22ASoC: dapm: Add kcontrol support for PGAsJeeja KP1-6/+11
2015-10-22ASoC: Intel: switch from ioremap_cache to memremapDan Williams2-8/+8
2015-10-22ASoC: Intel: sst: only use sst-firmware when DW DMAC is availableJie Yang3-1/+9
2015-10-22ASoC: wm2000: a couple harmless underflowsDan Carpenter1-2/+2
2015-10-22ASoC: es8328: harmless underflow in es8328_put_deemph()Dan Carpenter1-1/+1
2015-10-22ASoC: wm8955: harmless underflow in wm8955_put_deemph()Dan Carpenter1-1/+1
2015-10-22ASoC: wm8903: harmless underflow in wm8903_put_deemph()Dan Carpenter1-1/+1
2015-10-22ASoC: wm8960: harmless underflow in wm8960_put_deemph()Dan Carpenter1-1/+1
2015-10-22ASoC: wm8731: harmless underflow in wm8731_put_deemph()Dan Carpenter1-1/+1
2015-10-22ASoC: wm8904: harmless underflow in wm8904_put_deemph()Dan Carpenter1-1/+1
2015-10-22ASoC: compress: add config item for soc-compress to make it compiled only when neededJie Yang6-7/+20
2015-10-22ASoC: Let snd_soc_limit_volume() take a snd_soc_cardLars-Peter Clausen2-5/+5
2015-10-22ASoC: rt5640: Fill up the IN3's supportOder Chiou1-1/+21
2015-10-22ASoC: wm8962: mark cache_dirty flag after software reset in pm_resumeJiada Wang1-0/+2
2015-10-22ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto5-11/+14
2015-10-22ASoC: rsnd: remove unused rsnd_dma_to_ssi() macroKuninori Morimoto1-1/+0
2015-10-22ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto6-12/+12
2015-10-22ASoC: rsnd: fixup rsnd_dai_call() behavior for .stop/.quitKuninori Morimoto1-11/+3
2015-10-22ASoC: rsnd: fixup rsnd_dai_call() behavior for unimplemented methodKuninori Morimoto1-7/+2
2015-10-22ASoC: rsnd: fixup rsnd_mod_call() behavior for debugKuninori Morimoto1-8/+6
2015-10-22ASoC: rsnd: fixup devm_request_irq() option on ssi.cKuninori Morimoto1-1/+1