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