summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm9705.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: wm97xx: fix uninitialized regmap pointer problemArnd Bergmann2018-11-051-6/+4
* ASoC: wm9705: replace codec to componentKuninori Morimoto2018-02-131-45/+38
* ASoC: wm97xx: fix compilation corner caseRobert Jarzmik2017-10-181-6/+2
* ASoC: wm9705: add ac97 new bus supportRobert Jarzmik2017-09-191-13/+29
* ASoC: wm9705: add private structureRobert Jarzmik2017-09-191-12/+24
* ASoC: wm9705: Remove unused DAI ID definesLars-Peter Clausen2016-10-241-2/+0
* ASoC: wm9705: Remove ac97_read/ac97_write wrappersLars-Peter Clausen2016-10-241-16/+3
* ASoC: wm9705: Convert to regmapLars-Peter Clausen2016-10-241-60/+63
* ASoC: constify snd_soc_codec_driver structuresJulia Lawall2016-09-011-1/+1
* ASoC: codec duplicated callback function goes to component on wm9705Kuninori Morimoto2016-08-081-6/+8
* ASoC: wm9705: Use core AC'97 reset helperLars-Peter Clausen2015-07-231-32/+8
* ASoC: wm97xx: Reset AC'97 device before registering itLars-Peter Clausen2015-01-261-6/+10
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * ASoC: codecs: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | ASoC: ac97: Push snd_ac97 pointer to the driver levelLars-Peter Clausen2014-11-181-9/+22
* | ASoC: Drop ac97_control initialization from CODEC driver DAIsLars-Peter Clausen2014-11-181-1/+0
* | ASoC: ac97: Use static ac97_busLars-Peter Clausen2014-11-181-1/+1
* | ASoC: wm9705: Use table based control setupLars-Peter Clausen2014-10-311-3/+3
* | ASoC: wm9705: Cleanup printk usageLars-Peter Clausen2014-10-311-4/+4
|/
* ASoC: wm9705: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-231-6/+6
* ASoC: ac97: Support multi-platform AC'97Mark Brown2013-06-271-7/+7
* ASoC: wm9705: Remove noisy print on bootMark Brown2013-06-271-2/+0
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-3/+3
* ASoC: wm9705: Fix build due to removal of 'runtime' definitionFabio Estevam2012-04-111-1/+1
* ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-3/+1
* ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood2012-02-041-1/+1
* ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+1
* ASoC: Convert CODEC drivers to module_platform_driverMark Brown2011-11-281-11/+1
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* ASoC: Use data based init for wm9705 DAPMLu Guanqun2011-03-311-13/+5
* ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-2/+4
* ASoC: Fix incorrect register cache size configurationDimitris Papastamos2010-09-101-1/+1
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-66/+50
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ASoC: Revert missing reset_err in wm97*.cTakashi Iwai2009-11-271-0/+2
* ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown2009-11-121-1/+0
* ASoC: Factor out snd_soc_init_card()Mark Brown2009-11-031-8/+0
* ASoC: free socdev if init_card() fails in wm9705_soc_probe()Roel Kluin2009-08-231-1/+1
* ASoC: Use a shared define for AC97 CODEC data formatsMark Brown2009-05-021-2/+2
* ASoC: Fix warning in wm9705Russell King - ARM Linux2009-04-181-1/+1
* ASoC: Implement suspend and resume operations for WM9705Mark Brown2009-04-021-0/+37
* ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao2009-03-041-3/+5
* ASoC: Push the codec runtime storage into the card structureMark Brown2009-01-271-7/+8
* ASoC: Include header file in cs4270 and wm9705Mark Brown2009-01-231-0/+2
* ASoC: Fix WM9705 capture switch nameIan Molton2009-01-201-2/+2
* ASoC: Driver for the WM9705 AC97 codec.Ian Molton2009-01-161-0/+410