summaryrefslogtreecommitdiff
path: root/include/sound/soc.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-13ASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O busMark Brown1-2/+1
2011-05-12ASoC: core - allow ASoC more flexible machine nameLiam Girdwood1-0/+2
2011-05-03ASoC: Declare const properly for enum textsTakashi Iwai1-1/+1
2011-04-28ASoC: Work around allmodconfig failureMark Brown1-0/+3
2011-04-13ASoC: Make struct snd_soc_card's dapm_widgets and dapm_routes constLars-Peter Clausen1-2/+2
2011-04-08ASoC: Add data based control initialisation for CODECs and cardsMark Brown1-1/+6
2011-03-26ASoC: Add snd_soc_codec_{readable,writable}_register()Dimitris Papastamos1-0/+4
2011-03-26ASoC: Add default snd_soc_default_writable_register() callbackDimitris Papastamos1-0/+4
2011-03-26ASoC: Add control_type in snd_soc_codecDimitris Papastamos1-1/+2
2011-03-26ASoC: soc-cache: Introduce raw bulk write supportDimitris Papastamos1-0/+3
2011-03-08ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()Mark Brown1-1/+2
2011-03-08ASoC: Provide CODEC clocking operations and API callsMark Brown1-0/+11
2011-03-08ASoC: Add DAPM widget and path data to CODEC driver structureMark Brown1-0/+6
2011-03-03ASoC: Add a late_probe() callback to cardsMark Brown1-0/+1
2011-03-03ASoC: Allow card DAPM widgets and routes to be set up at registrationMark Brown1-0/+8
2011-03-03ASoC: Add a per-card DAPM contextMark Brown1-0/+3
2011-02-18ASoC: Add kerneldoc for jack_status_check callbackMark Brown1-0/+3
2011-02-18ASoC: Allow GPIO jack detection to be configured as a wake sourceMark Brown1-0/+3
2011-02-09ASoC: add support for multiple jack typesVinod Koul1-0/+23
2011-01-28ASoC: Add card driver dataMark Brown1-0/+13
2011-01-27ASoC: Add subsequence information to seq_notify callbacksMark Brown1-1/+1
2011-01-27ASoC: Make cache status available via debugfsMark Brown1-2/+2
2011-01-27ASoC: Export card PM callbacks for use in direct registered cardsMark Brown1-0/+5
2011-01-27ASoC: Replace pdev with card in machine driver probe and removeMark Brown1-2/+2
2011-01-27ASoC: Use card rather than soc-audio device to card PM functionsMark Brown1-4/+4
2011-01-25ASoC: Fix type for snd_soc_volatile_register()Mark Brown1-1/+2
2011-01-20ASoC: soc-cache: Introduce the cache_bypass optionDimitris Papastamos1-0/+1
2011-01-19ASoC: Provide per widget type callback when executing DAPM sequencesMark Brown1-0/+3
2011-01-17ASoC: soc core allow machine driver to register the cardVinod Koul1-0/+2
2011-01-13ASoC: soc core add inline to handle card list initialzationVinod Koul1-0/+10
2011-01-13ASoC: Automatically assign the default readable()/volatile() functionsDimitris Papastamos1-0/+2
2011-01-13ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos1-2/+2
2011-01-13ASoC: soc-cache: Add support for default readable()/volatile() functionsDimitris Papastamos1-0/+22
2011-01-12ASoC: soc-cache: Add reg_size as a member to snd_soc_codecDimitris Papastamos1-0/+1
2011-01-10ASoC: Update name of debugfs root symbol to snd_soc_Mark Brown1-1/+1
2011-01-10ASoC: Export debugfs root dentryStephen Warren1-0/+4
2010-12-15ASoC: Extend DAPM to handle power changes on cross-device pathsJarkko Nikula1-0/+1
2010-12-15ASoC: Move widgets from DAPM context to snd_soc_cardJarkko Nikula1-0/+1
2010-12-15ASoC: Move DAPM paths from DAPM context to snd_soc_cardJarkko Nikula1-0/+2
2010-12-09ASoC: Remove unnecessary structure definitionsSeungwhan Youn1-3/+0
2010-12-06ASoC: soc-cache: Add optional cache name member to snd_soc_cache_opsDimitris Papastamos1-0/+1
2010-12-06ASoC: Add post-CODEC bias level callback for machine driverMark Brown1-0/+2
2010-12-03ASoC: Constify struct snd_soc_codec_driverMark Brown1-2/+2
2010-12-03ASoC: soc-core: Allow machine drivers to override compress_typeDimitris Papastamos1-0/+1
2010-12-03ASoC: soc-cache: Use reg_def_copy instead of reg_cache_defaultDimitris Papastamos1-0/+1
2010-12-03ASoC: soc-core: Generalize snd_soc_prefix_map and rename to snd_soc_codec_confDimitris Papastamos1-7/+15
2010-12-03ASoC: Change the base value of compress_typeDimitris Papastamos1-1/+1
2010-12-03ASoC: Add compress_type as a member to snd_soc_codecDimitris Papastamos1-0/+1
2010-12-03ASoC: Move active copy of CODEC read and write into runtime structureMark Brown1-0/+2
2010-11-30ASoC: Add support for optional auxiliary dailess codecsJarkko Nikula1-0/+17