summaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)Author
2010-12-03ASoC: Add compress_type as a member to snd_soc_codecDimitris Papastamos
2010-12-03ASoC: Don't oops in soc_probe_aux_dev in case of missing codecJarkko Nikula
2010-12-03ASoC: Move active copy of CODEC read and write into runtime structureMark Brown
2010-12-03ASoC: Apostrophe patrol in soc-core.cMark Brown
2010-12-01ASoC: Fix build failure in soc-core.cJarkko Nikula
2010-11-30ASoC: Add support for optional auxiliary dailess codecsJarkko Nikula
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula
2010-11-15ASoC: Add optional name_prefix for codec kcontrol, widget and route namesJarkko Nikula
2010-11-11ASoC: soc-cache: Add support for flat register cachingDimitris Papastamos
2010-11-11ASoC: Add trace events for ASoC register read/writeMark Brown
2010-11-09ASoC: Fix compile error if CONFIG_DEBUG_FS is not configuredAxel Lin
2010-11-06ASoC: Move pop time from DAPM context to sound cardJarkko Nikula
2010-11-06ASoC: Move codec debugfs directories under parent card directoryJarkko Nikula
2010-11-06ASoC: Add sound card directory under debugfs/asoc/Jarkko Nikula
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood
2010-11-05Merge branch 'for-2.6.37' into HEADMark Brown
2010-11-03ASoC: Push snd_soc_write() and snd_soc_read() into the source fileMark Brown
2010-11-03ASoC: Fix snd_soc_register_dais error handlingAxel Lin
2010-11-02Merge commit 'v2.6.37-rc1' into for-2.6.37Mark Brown
2010-10-28ASoC: Check return value of struct_strtoul() in pmdown_time_set()Mark Brown
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2010-10-21ASoC: soc-core: Fix codec->name memory leakDimitris Papastamos
2010-10-19ASoC: Fix I2C component device id number creationJarkko Nikula
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-13ASoC: Pay attention to driver supplied DAI IDsMark Brown
2010-10-13ASoC: Check list debugfs files for PAGE_SIZE overflowMark Brown
2010-10-13ASoC: Move soc-core module init next to functon definitionMark Brown
2010-10-13ASoC: don't register AC97 devices twiceMika Westerberg
2010-09-22ASoC: Report error codes for card DAI instantiation failuresMark Brown
2010-09-21ASoC: Remove extra rtd->dev.init_name assignment in soc_probe_dai_linkJarkko Nikula
2010-09-21ASoC: Report error code when failing to add controlsMark Brown
2010-09-16ASoC: Add platform listing to debugfsMark Brown
2010-09-16ASoC: Add DAI list to debugfsMark Brown
2010-09-16ASoC: Add debugfs listing of registered CODECsMark Brown
2010-08-27Merge branch 'for-2.6.36' into for-2.6.37Mark Brown
2010-08-27ASoC: soc-core: fix debugfs_pop_time file permissionsAxel Lin
2010-08-20ASoC: Don't call DAI registration for CODECs with no DAIMark Brown
2010-08-18ASoC: core - fix build warning on x86_64Liam Girdwood
2010-08-16Merge branch 'for-2.6.36' into for-2.6.37Mark Brown
2010-08-15ASoC: Remove redundant device name from debugfs directoryMark Brown
2010-08-15ASoC: Set up debugfs only once per CODECMark Brown
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2010-07-14ASoC: Handle read failures in codec_regMark Brown
2010-06-19ASoC: Fix overflow bug in SOC_DOUBLE_R_SX_TLVStuart Longland
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König
2010-06-16ASoC: Pay attention to write errors in volsw_2r_sxMark Brown
2010-05-31Merge commit 'v2.6.35-rc1' into for-2.6.36Mark Brown
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai
2010-05-16ASoC: Add SOC_DOUBLE_R_SX_TLV controlapatard@mandriva.com