summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Move DAPM paths from DAPM context to snd_soc_cardJarkko Nikula2010-12-151-1/+1
* ASoC: Fix AC'97 registration unwindMark Brown2010-12-131-1/+1
* Merge branch 'topic/workq-update' into topic/asocTakashi Iwai2010-12-131-22/+3Star
|\
| * sound: don't use flush_scheduled_work()Tejun Heo2010-12-131-22/+3Star
* | ASoC: soc-core: Fix null pointer dereferenceDimitris Papastamos2010-12-081-2/+2
* | ASoC: Fix snd_soc_instantiate_card error pathAxel Lin2010-12-071-6/+8
* | ASoC: soc-core: Remove useless inline function constructDimitris Papastamos2010-12-061-1/+1
* | ASoC: soc-core: Replace use of strncpy() with strlcpy()Dimitris Papastamos2010-12-061-2/+2
* | ASoC: Merge common code in DAI link and auxiliary codec probing/removalJarkko Nikula2010-12-061-152/+132Star
* | Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-12-061-0/+2
|\ \
| * | ASoC: Hold client_mutex while calling snd_soc_instantiate_cards()Axel Lin2010-12-061-0/+2
| |/
* | ASoC: soc-cache: Add optional cache name member to snd_soc_cache_opsDimitris Papastamos2010-12-061-3/+0Star
* | ASoC: Add trace events for jack detectionMark Brown2010-12-061-0/+1
* | ASoC: Constify struct snd_soc_codec_driverMark Brown2010-12-031-2/+3
* | ASoC: soc-core: Allow machine drivers to override compress_typeDimitris Papastamos2010-12-031-11/+63
* | ASoC: soc-cache: Use reg_def_copy instead of reg_cache_defaultDimitris Papastamos2010-12-031-0/+17
* | ASoC: soc-core: Generalize snd_soc_prefix_map and rename to snd_soc_codec_confDimitris Papastamos2010-12-031-3/+3
* | ASoC: Add compress_type as a member to snd_soc_codecDimitris Papastamos2010-12-031-0/+5
* | ASoC: Don't oops in soc_probe_aux_dev in case of missing codecJarkko Nikula2010-12-031-2/+6
* | ASoC: Move active copy of CODEC read and write into runtime structureMark Brown2010-12-031-2/+4
* | ASoC: Apostrophe patrol in soc-core.cMark Brown2010-12-031-4/+4
* | ASoC: Fix build failure in soc-core.cJarkko Nikula2010-12-011-1/+0Star
* | ASoC: Add support for optional auxiliary dailess codecsJarkko Nikula2010-11-301-6/+149
* | ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0Star
* | ASoC: Add optional name_prefix for codec kcontrol, widget and route namesJarkko Nikula2010-11-151-2/+33
* | ASoC: soc-cache: Add support for flat register cachingDimitris Papastamos2010-11-111-23/+14Star
* | ASoC: Add trace events for ASoC register read/writeMark Brown2010-11-111-0/+5
* | ASoC: Fix compile error if CONFIG_DEBUG_FS is not configuredAxel Lin2010-11-091-0/+8
* | ASoC: Move pop time from DAPM context to sound cardJarkko Nikula2010-11-061-8/+11
* | ASoC: Move codec debugfs directories under parent card directoryJarkko Nikula2010-11-061-2/+4
* | ASoC: Add sound card directory under debugfs/asoc/Jarkko Nikula2010-11-061-0/+18
* | ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-13/+16
* | Merge branch 'for-2.6.37' into HEADMark Brown2010-11-051-5/+4Star
|\|
| * ASoC: Fix snd_soc_register_dais error handlingAxel Lin2010-11-031-5/+4Star
* | ASoC: Push snd_soc_write() and snd_soc_read() into the source fileMark Brown2010-11-031-0/+19
|/
* Merge commit 'v2.6.37-rc1' into for-2.6.37Mark Brown2010-11-021-0/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-10-251-685/+1136
| |\
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | | ASoC: Check return value of struct_strtoul() in pmdown_time_set()Mark Brown2010-10-281-1/+4
| |/ |/|
* | ASoC: soc-core: Fix codec->name memory leakDimitris Papastamos2010-10-211-0/+1
* | ASoC: Fix I2C component device id number creationJarkko Nikula2010-10-191-1/+1
* | ASoC: Pay attention to driver supplied DAI IDsMark Brown2010-10-131-1/+4
* | ASoC: Check list debugfs files for PAGE_SIZE overflowMark Brown2010-10-131-15/+34
* | ASoC: Move soc-core module init next to functon definitionMark Brown2010-10-131-2/+1Star
* | ASoC: don't register AC97 devices twiceMika Westerberg2010-10-131-0/+18
* | ASoC: Report error codes for card DAI instantiation failuresMark Brown2010-09-221-1/+2
* | ASoC: Remove extra rtd->dev.init_name assignment in soc_probe_dai_linkJarkko Nikula2010-09-211-1/+0Star
* | ASoC: Report error code when failing to add controlsMark Brown2010-09-211-2/+2
* | ASoC: Add platform listing to debugfsMark Brown2010-09-161-0/+32
* | ASoC: Add DAI list to debugfsMark Brown2010-09-161-0/+29