aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-02ASoC: fill in snd_soc_pcm_runtime.card before calling snd_soc_dai_link.init()Gravatar Janusz Krzysztofik 1-1/+1
2011-01-26ASoC: Fix module refcount for auxiliary devicesGravatar Jarkko Nikula 1-3/+0
2011-01-05ASoC: Fix the device references to codec and platform driversGravatar Harsha Priya 1-7/+7
2010-12-15ASoC: Extend DAPM to handle power changes on cross-device pathsGravatar Jarkko Nikula 1-0/+2
2010-12-15ASoC: Move widgets from DAPM context to snd_soc_cardGravatar Jarkko Nikula 1-1/+1
2010-12-15ASoC: Move DAPM paths from DAPM context to snd_soc_cardGravatar Jarkko Nikula 1-1/+1
2010-12-13ASoC: Fix AC'97 registration unwindGravatar Mark Brown 1-1/+1
2010-12-13Merge branch 'topic/workq-update' into topic/asocGravatar Takashi Iwai 1-22/+3
2010-12-13sound: don't use flush_scheduled_work()Gravatar Tejun Heo 1-22/+3
2010-12-08ASoC: soc-core: Fix null pointer dereferenceGravatar Dimitris Papastamos 1-2/+2
2010-12-07ASoC: Fix snd_soc_instantiate_card error pathGravatar Axel Lin 1-6/+8
2010-12-06ASoC: soc-core: Remove useless inline function constructGravatar Dimitris Papastamos 1-1/+1
2010-12-06ASoC: soc-core: Replace use of strncpy() with strlcpy()Gravatar Dimitris Papastamos 1-2/+2
2010-12-06ASoC: Merge common code in DAI link and auxiliary codec probing/removalGravatar Jarkko Nikula 1-152/+132
2010-12-06Merge branch 'for-2.6.37' into for-2.6.38Gravatar Mark Brown 1-0/+2
2010-12-06ASoC: soc-cache: Add optional cache name member to snd_soc_cache_opsGravatar Dimitris Papastamos 1-3/+0
2010-12-06ASoC: Add trace events for jack detectionGravatar Mark Brown 1-0/+1
2010-12-06ASoC: Hold client_mutex while calling snd_soc_instantiate_cards()Gravatar Axel Lin 1-0/+2
2010-12-03ASoC: Constify struct snd_soc_codec_driverGravatar Mark Brown 1-2/+3
2010-12-03ASoC: soc-core: Allow machine drivers to override compress_typeGravatar Dimitris Papastamos 1-11/+63
2010-12-03ASoC: soc-cache: Use reg_def_copy instead of reg_cache_defaultGravatar Dimitris Papastamos 1-0/+17
2010-12-03ASoC: soc-core: Generalize snd_soc_prefix_map and rename to snd_soc_codec_confGravatar Dimitris Papastamos 1-3/+3
2010-12-03ASoC: Add compress_type as a member to snd_soc_codecGravatar Dimitris Papastamos 1-0/+5
2010-12-03ASoC: Don't oops in soc_probe_aux_dev in case of missing codecGravatar Jarkko Nikula 1-2/+6
2010-12-03ASoC: Move active copy of CODEC read and write into runtime structureGravatar Mark Brown 1-2/+4
2010-12-03ASoC: Apostrophe patrol in soc-core.cGravatar Mark Brown 1-4/+4
2010-12-01ASoC: Fix build failure in soc-core.cGravatar Jarkko Nikula 1-1/+0
2010-11-30ASoC: Add support for optional auxiliary dailess codecsGravatar Jarkko Nikula 1-6/+149
2010-11-22ASoC: Do not include soc-dapm.hGravatar Jarkko Nikula 1-1/+0
2010-11-15ASoC: Add optional name_prefix for codec kcontrol, widget and route namesGravatar Jarkko Nikula 1-2/+33
2010-11-11ASoC: soc-cache: Add support for flat register cachingGravatar Dimitris Papastamos 1-23/+14
2010-11-11ASoC: Add trace events for ASoC register read/writeGravatar Mark Brown 1-0/+5
2010-11-09ASoC: Fix compile error if CONFIG_DEBUG_FS is not configuredGravatar Axel Lin 1-0/+8
2010-11-06ASoC: Move pop time from DAPM context to sound cardGravatar Jarkko Nikula 1-8/+11
2010-11-06ASoC: Move codec debugfs directories under parent card directoryGravatar Jarkko Nikula 1-2/+4
2010-11-06ASoC: Add sound card directory under debugfs/asoc/Gravatar Jarkko Nikula 1-0/+18
2010-11-06ASoC: Decouple DAPM from CODECsGravatar Liam Girdwood 1-13/+16
2010-11-05Merge branch 'for-2.6.37' into HEADGravatar Mark Brown 1-5/+4
2010-11-03ASoC: Push snd_soc_write() and snd_soc_read() into the source fileGravatar Mark Brown 1-0/+19
2010-11-03ASoC: Fix snd_soc_register_dais error handlingGravatar Axel Lin 1-5/+4
2010-11-02Merge commit 'v2.6.37-rc1' into for-2.6.37Gravatar Mark Brown 1-0/+1
2010-10-28ASoC: Check return value of struct_strtoul() in pmdown_time_set()Gravatar Mark Brown 1-1/+4
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-685/+1136
2010-10-21ASoC: soc-core: Fix codec->name memory leakGravatar Dimitris Papastamos 1-0/+1
2010-10-19ASoC: Fix I2C component device id number creationGravatar Jarkko Nikula 1-1/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-13ASoC: Pay attention to driver supplied DAI IDsGravatar Mark Brown 1-1/+4
2010-10-13ASoC: Check list debugfs files for PAGE_SIZE overflowGravatar Mark Brown 1-15/+34
2010-10-13ASoC: Move soc-core module init next to functon definitionGravatar Mark Brown 1-2/+1
2010-10-13ASoC: don't register AC97 devices twiceGravatar Mika Westerberg 1-0/+18