summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Provide per widget type callback when executing DAPM sequencesMark Brown2011-01-191-0/+1
* ASoC: core: Remove dapm_sync call from soc_post_component_initPeter Ujfalusi2011-01-181-1/+0
* ASoC: soc core allow machine driver to register the cardVinod Koul2011-01-171-10/+11
* ASoC: soc core add inline to handle card list initialzationVinod Koul2011-01-131-6/+1
* ASoC: soc core move the card debugfs initializationVinod Koul2011-01-131-2/+2
* ASoC: soc core move card cleanup from soc_remove()Vinod Koul2011-01-131-22/+29
* ASoC: Automatically assign the default readable()/volatile() functionsDimitris Papastamos2011-01-131-3/+12
* ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos2011-01-131-2/+2
* ASoC: soc-cache: Add reg_size as a member to snd_soc_codecDimitris Papastamos2011-01-121-0/+1
* ASoC: Fix indentation in soc_remove()Mark Brown2011-01-111-1/+1
* ASoC: soc-core: Simplify compress_type overriding functionalityDimitris Papastamos2011-01-111-12/+2
* ASoC: let snd_soc_update_bits() return an error codeTimur Tabi2011-01-111-4/+12
* ASoC: Update name of debugfs root symbol to snd_soc_Mark Brown2011-01-101-10/+10
* ASoC: Export debugfs root dentryStephen Warren2011-01-101-9/+10
* ASoC: soc-core: Add support for NULL default register cachesDimitris Papastamos2011-01-101-5/+7
* ASoC: Taint the kernel if debugfs is used to write directly to CODECsMark Brown2011-01-101-0/+4
* ASoC: Fix the device references to codec and platform driversHarsha Priya2011-01-051-7/+7
* ASoC: Extend DAPM to handle power changes on cross-device pathsJarkko Nikula2010-12-151-0/+2
* ASoC: Move widgets from DAPM context to snd_soc_cardJarkko Nikula2010-12-151-1/+1
* 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/+3
|\
| * sound: don't use flush_scheduled_work()Tejun Heo2010-12-131-22/+3
* | 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/+132
* | 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/+0
* | 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/+0
* | ASoC: Add support for optional auxiliary dailess codecsJarkko Nikula2010-11-301-6/+149
* | ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* | 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/+14
* | 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