index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
wm9705.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-5
/
+1
2018-11-05
ASoC: wm97xx: fix uninitialized regmap pointer problem
Arnd Bergmann
1
-6
/
+4
2018-02-13
ASoC: wm9705: replace codec to component
Kuninori Morimoto
1
-45
/
+38
2017-10-18
ASoC: wm97xx: fix compilation corner case
Robert Jarzmik
1
-6
/
+2
2017-09-19
ASoC: wm9705: add ac97 new bus support
Robert Jarzmik
1
-13
/
+29
2017-09-19
ASoC: wm9705: add private structure
Robert Jarzmik
1
-12
/
+24
2016-10-24
ASoC: wm9705: Remove unused DAI ID defines
Lars-Peter Clausen
1
-2
/
+0
2016-10-24
ASoC: wm9705: Remove ac97_read/ac97_write wrappers
Lars-Peter Clausen
1
-16
/
+3
2016-10-24
ASoC: wm9705: Convert to regmap
Lars-Peter Clausen
1
-60
/
+63
2016-09-01
ASoC: constify snd_soc_codec_driver structures
Julia Lawall
1
-1
/
+1
2016-08-08
ASoC: codec duplicated callback function goes to component on wm9705
Kuninori Morimoto
1
-6
/
+8
2015-07-23
ASoC: wm9705: Use core AC'97 reset helper
Lars-Peter Clausen
1
-32
/
+8
2015-01-26
ASoC: wm97xx: Reset AC'97 device before registering it
Lars-Peter Clausen
1
-6
/
+10
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-18
ASoC: ac97: Push snd_ac97 pointer to the driver level
Lars-Peter Clausen
1
-9
/
+22
2014-11-18
ASoC: Drop ac97_control initialization from CODEC driver DAIs
Lars-Peter Clausen
1
-1
/
+0
2014-11-18
ASoC: ac97: Use static ac97_bus
Lars-Peter Clausen
1
-1
/
+1
2014-10-31
ASoC: wm9705: Use table based control setup
Lars-Peter Clausen
1
-3
/
+3
2014-10-31
ASoC: wm9705: Cleanup printk usage
Lars-Peter Clausen
1
-4
/
+4
2014-10-20
ASoC: codecs: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-02-23
ASoC: wm9705: Use SOC_ENUM_SINGLE_DECL()
Takashi Iwai
1
-6
/
+6
2013-06-27
ASoC: ac97: Support multi-platform AC'97
Mark Brown
1
-7
/
+7
2013-06-27
ASoC: wm9705: Remove noisy print on boot
Mark Brown
1
-2
/
+0
2012-12-10
ASoC: codecs: remove __dev* attributes
Bill Pemberton
1
-3
/
+3
2012-04-11
ASoC: wm9705: Fix build due to removal of 'runtime' definition
Fabio Estevam
1
-1
/
+1
2012-04-04
ASoC: codecs: Remove rtd->codec usage from CODEC drivers
Mark Brown
1
-3
/
+1
2012-02-04
ASoC: core: Add support for DAI and machine kcontrols.
Liam Girdwood
1
-1
/
+1
2011-12-02
ASoC: Drop unused state parameter from CODEC suspend callback
Lars-Peter Clausen
1
-1
/
+1
2011-11-28
ASoC: Convert CODEC drivers to module_platform_driver
Mark Brown
1
-11
/
+1
2011-11-23
ASoC: Constify snd_soc_dai_ops structs
Lars-Peter Clausen
1
-1
/
+1
2011-03-31
ASoC: Use data based init for wm9705 DAPM
Lu Guanqun
1
-13
/
+5
2010-11-22
ASoC: Do not include soc-dapm.h
Jarkko Nikula
1
-1
/
+0
2010-11-06
ASoC: Decouple DAPM from CODECs
Liam Girdwood
1
-2
/
+4
2010-09-10
ASoC: Fix incorrect register cache size configuration
Dimitris Papastamos
1
-1
/
+1
2010-08-12
ASoC: multi-component - ASoC Multi-Component Support
Liam Girdwood
1
-66
/
+50
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-11-27
ASoC: Revert missing reset_err in wm97*.c
Takashi Iwai
1
-0
/
+2
2009-11-12
ASoC: Remove redundant snd_soc_dapm_new_widgets() calls
Mark Brown
1
-1
/
+0
2009-11-03
ASoC: Factor out snd_soc_init_card()
Mark Brown
1
-8
/
+0
2009-08-23
ASoC: free socdev if init_card() fails in wm9705_soc_probe()
Roel Kluin
1
-1
/
+1
2009-05-02
ASoC: Use a shared define for AC97 CODEC data formats
Mark Brown
1
-2
/
+2
2009-04-18
ASoC: Fix warning in wm9705
Russell King - ARM Linux
1
-1
/
+1
2009-04-02
ASoC: Implement suspend and resume operations for WM9705
Mark Brown
1
-0
/
+37
2009-03-04
ASoC: make ops a pointer in 'struct snd_soc_dai'
Eric Miao
1
-3
/
+5
2009-01-27
ASoC: Push the codec runtime storage into the card structure
Mark Brown
1
-7
/
+8
2009-01-23
ASoC: Include header file in cs4270 and wm9705
Mark Brown
1
-0
/
+2
2009-01-20
ASoC: Fix WM9705 capture switch name
Ian Molton
1
-2
/
+2
2009-01-16
ASoC: Driver for the WM9705 AC97 codec.
Ian Molton
1
-0
/
+410