aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cq93vc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-12ASoC: cq93vc: replace codec to componentKuninori Morimoto1-16/+17
2017-12-04ASoC: use snd_soc_component_init_regmap() on cq93vcKuninori Morimoto1-4/+6
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2016-09-22ASoC: cq93vc: duplicated callback function goes to componentArnd Bergmann1-2/+4
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-27ASoC: cq93vc: Cleanup manual bias level transitionsLars-Peter Clausen1-25/+0
2014-11-27ASoC: cq93vc: Remove unused state structLars-Peter Clausen1-8/+0
2014-10-20ASoC: codecs: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-30ASoC: cq93vc: fix cq93vc_get_regmap build errorArnd Bergmann1-1/+1
2014-04-14ASoC: codec: fix the sparse check warnings.Xiubo Li1-1/+1
2014-04-14ASoC: cq93vc: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li1-2/+8
2014-03-11ASoC: io: New signature for snd_soc_codec_set_cache_io()Xiubo Li1-2/+1
2013-09-24ASoC: cq93vc: Use regmap for I/OMark Brown1-21/+3
2013-09-24ASoC: cq93vc: Use core I/O functionsMark Brown1-7/+9
2013-09-24ASoC: cq93vc: Use table based control registrationMark Brown1-4/+2
2013-09-17ASoC: cq93vc: Don't use control data for core driver dataMark Brown1-1/+1
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-1/+1
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2012-01-20ASoC: CQ93VC: remove machine specific header file inclusion from codec driverManjunath Hadli1-2/+0
2011-11-28ASoC: Convert CODEC drivers to module_platform_driverMark Brown1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-05-26mfd: Use mfd cell platform_data for davinci cells platform bitsSamuel Ortiz1-2/+1
2011-03-23asoc: davinci_voicecodec: use mfd_data instead of driver_dataAndres Salomon1-1/+2
2011-01-28ASoC: DaVinci: fix kernel panic due to uninitialized platform_dataManjunathappa, Prakash1-1/+1
2010-11-22ASoC: Do not include soc-dai.hJarkko Nikula1-1/+0
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-1/+1
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-103/+29
2010-05-10ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown1-1/+1
2010-03-29ASoC: update gfp/slab.h includesTejun Heo1-0/+1
2010-03-12ASoC: DaVinci: CQ93VC Voice CodecMiguel Aguilar1-0/+298