summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: core: double free in snd_soc_add_platform()Dan Carpenter2013-07-221-3/+1
* Merge tag 'asoc-v3.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-07-011-0/+1
|\
| * ASoC: ac97: fixup multi-platform AC'97 module build failureKevin Hilman2013-06-291-0/+1
* | Merge tag 'asoc-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-06-281-0/+16
|\ \ | |/
| * ASoC: ac97: Support multi-platform AC'97Mark Brown2013-06-271-0/+16
* | ASoC: core: Use kasprintf instead of opencoding itLars-Peter Clausen2013-05-141-5/+1
* | ASoC: core: Move snd_soc_set_runtime_hwparams() to soc-pcm.cLars-Peter Clausen2013-05-141-23/+0
* | ASoC: fix kernel message grepabilityMichał Mirosław2013-05-121-34/+43
|/
* Merge tag 'asoc-v3.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-04-181-23/+62
|\
| * Merge tag 'v3.9-rc7' into asoc-dmaMark Brown2013-04-171-5/+5
| |\
| * | ASoC: Add snd_soc_{add, remove}_platformLars-Peter Clausen2013-04-171-23/+62
* | | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2013-04-121-14/+15
|\ \ \ | |/ /
| * | ASoC: Constify the 'driver' field of snd_soc_platformLars-Peter Clausen2013-03-271-1/+1
| * | ASoC: core: remove codec from list if registration failedKuninori Morimoto2013-03-121-0/+4
| * | ASoC: core: use snd_soc_register_dais() on codecKuninori Morimoto2013-03-041-9/+5
| * | ASoC: core: tidyup snd_soc_register_codec() fail caseKuninori Morimoto2013-03-041-4/+5
* | | Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown2013-04-121-8/+91
|\ \ \ | |_|/ |/| |
| * | ASoC: export snd_soc_register_componentStephen Warren2013-03-261-0/+2
| * | ASoC: snd_soc_[un]register_dai[s]() become non global functionKuninori Morimoto2013-03-261-8/+4
| * | ASoC: snd_soc_register_component() uses properly snd_soc_register_dai[s]()Kuninori Morimoto2013-03-261-1/+9
| * | ASoC: add snd_soc_register_component()Kuninori Morimoto2013-03-131-0/+77
| |/
* | ASoC: core: Fix to check return value of snd_soc_update_bits_locked()Joonyoung Shim2013-03-261-1/+1
* | ASoC: core: fix invalid free of devm_ allocated dataSilviu-Mihai Popescu2013-03-201-2/+0
* | ASoC: core: fix possible memory leak in snd_soc_bytes_put()Wei Yongjun2013-03-121-2/+4
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* | Merge remote-tracking branch 'asoc/topic/of' into asoc-nextMark Brown2013-02-111-0/+107
|\ \
| * | ASoC: clock gating is decided by bool on snd_soc_of_parse_daifmt()Kuninori Morimoto2013-01-301-14/+6
| * | ASoC: add snd_soc_of_parse_daifmt() for DeviceTreeKuninori Morimoto2013-01-271-0/+115
| |/
* | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2013-02-111-7/+9
|\ \
| * | ASoC: core: Ensure SND_SOC_BYTES writes are from DMA safe memoryMark Brown2013-01-211-7/+5
| * | ASoC: core: giving WARN when device starting from non-off bias with idle_bias...Chuansheng Liu2012-12-241-0/+4
* | | ASoC: core: Allow digital mute for captureMark Brown2013-02-081-2/+10
| |/ |/|
* | ASoC: core: fix the memory leak in case of remove_aux_dev()Chuansheng Liu2012-12-271-1/+1
* | ASoC: core: fix the memory leak in case of device_add() failureChuansheng Liu2012-12-271-0/+2
* | ASoC: soc-core: Remove unused 'ret' variableFabio Estevam2012-12-241-1/+0
* | ASoC: core: Fix SOC_DOUBLE_RANGE() macrosMark Brown2012-12-201-2/+30
|/
* Merge remote-tracking branch 'asoc/topic/log' into asoc-nextMark Brown2012-12-151-5/+5
|\
| * ASoC: core: Fix splitting of log messagesMark Brown2012-12-101-5/+5
* | Merge remote-tracking branch 'asoc/topic/log' into asoc-nextMark Brown2012-12-101-118/+123
|\ \ | |/
| * ASoC: core: Standardise ASoC messagesLiam Girdwood2012-11-211-118/+123
* | ASoC: remove use of __devinitconstBill Pemberton2012-11-201-1/+1
|/
* ASoC: core: Double control update err for snd_soc_put_volsw_sxMukund Navada2012-11-091-2/+3
* Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-091-43/+57
|\
| * ASoC: Avoid recalculating the bitmask for SOC_ENUM controlsLars-Peter Clausen2012-09-181-10/+6
| * ASoC: core: Remove useless kfreePeter Senna Tschudin2012-09-131-2/+0
| * ASoC: core: Mark regmap CODEC register maps as dirty when suspendingMark Brown2012-09-131-0/+2
| * ASoC: dapm: Ensure bypass paths are suspended and resumedMark Brown2012-09-061-0/+8
| * Merge branch 'asoc-omap' into for-3.7Mark Brown2012-09-051-4/+6
| |\
| * | ASoC: add compress stream supportNamarta Kohli2012-08-201-23/+34
OpenPOWER on IntegriCloud