summaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)Author
2011-03-08ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()Mark Brown
2011-03-08ASoC: Warn rather than set a silly constraint when we can't do symmetryMark Brown
2011-03-08ASoC: Refactor symmetric_rates check to reduce indentationMark Brown
2011-03-08ASoC: Provide CODEC clocking operations and API callsMark Brown
2011-03-08ASoC: Add DAPM widget and path data to CODEC driver structureMark Brown
2011-03-07ASoC: Add missing debugfs conditionalsMark Brown
2011-03-03ASoC: Add a late_probe() callback to cardsMark Brown
2011-03-03ASoC: Allow card DAPM widgets and routes to be set up at registrationMark Brown
2011-03-03ASoC: Add a per-card DAPM contextMark Brown
2011-02-02Merge branch 'for-2.6.38' into for-2.6.39Mark Brown
2011-02-02ASoC: fill in snd_soc_pcm_runtime.card before calling snd_soc_dai_link.init()Janusz Krzysztofik
2011-02-02ASoC: soc-core: Support debugfs entries larger than PAGE_SIZE bytesDimitris Papastamos
2011-02-02ASoC: Update PM ifdefs for exported suspend/resumeMark Brown
2011-02-01ASoC: soc-core: Ensure codec_reg has fixed length fieldsDimitris Papastamos
2011-01-31ASoC: Move card list initialization to snd_soc_register_cardStephen Warren
2011-01-28ASoC: soc-core: Increment codec and platform driver refcounts before probingJarkko Nikula
2011-01-27Merge branch 'for-2.6.38' into for-2.6.39Mark Brown
2011-01-27ASoC: Make cache status available via debugfsMark Brown
2011-01-27ASoC: Export card PM callbacks for use in direct registered cardsMark Brown
2011-01-27ASoC: Replace pdev with card in machine driver probe and removeMark Brown
2011-01-27ASoC: Use card rather than soc-audio device to card PM functionsMark Brown
2011-01-26ASoC: Fix module refcount for auxiliary devicesJarkko Nikula
2011-01-25ASoC: Fix type for snd_soc_volatile_register()Mark Brown
2011-01-19ASoC: Provide per widget type callback when executing DAPM sequencesMark Brown
2011-01-18ASoC: core: Remove dapm_sync call from soc_post_component_initPeter Ujfalusi
2011-01-17ASoC: soc core allow machine driver to register the cardVinod Koul
2011-01-13ASoC: soc core add inline to handle card list initialzationVinod Koul
2011-01-13ASoC: soc core move the card debugfs initializationVinod Koul
2011-01-13ASoC: soc core move card cleanup from soc_remove()Vinod Koul
2011-01-13ASoC: Automatically assign the default readable()/volatile() functionsDimitris Papastamos
2011-01-13ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos
2011-01-12ASoC: soc-cache: Add reg_size as a member to snd_soc_codecDimitris Papastamos
2011-01-11ASoC: Fix indentation in soc_remove()Mark Brown
2011-01-11ASoC: soc-core: Simplify compress_type overriding functionalityDimitris Papastamos
2011-01-11ASoC: let snd_soc_update_bits() return an error codeTimur Tabi
2011-01-10ASoC: Update name of debugfs root symbol to snd_soc_Mark Brown
2011-01-10ASoC: Export debugfs root dentryStephen Warren
2011-01-10ASoC: soc-core: Add support for NULL default register cachesDimitris Papastamos
2011-01-10ASoC: Taint the kernel if debugfs is used to write directly to CODECsMark Brown
2011-01-05ASoC: Fix the device references to codec and platform driversHarsha Priya
2010-12-15ASoC: Extend DAPM to handle power changes on cross-device pathsJarkko Nikula
2010-12-15ASoC: Move widgets from DAPM context to snd_soc_cardJarkko Nikula
2010-12-15ASoC: Move DAPM paths from DAPM context to snd_soc_cardJarkko Nikula
2010-12-13ASoC: Fix AC'97 registration unwindMark Brown
2010-12-13Merge branch 'topic/workq-update' into topic/asocTakashi Iwai
2010-12-13sound: don't use flush_scheduled_work()Tejun Heo
2010-12-08ASoC: soc-core: Fix null pointer dereferenceDimitris Papastamos
2010-12-07ASoC: Fix snd_soc_instantiate_card error pathAxel Lin
2010-12-06ASoC: soc-core: Remove useless inline function constructDimitris Papastamos
2010-12-06ASoC: soc-core: Replace use of strncpy() with strlcpy()Dimitris Papastamos