index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
wm8904.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-18
ASoC: wm8904: fix DSP mode B configuration
Bo Shen
1
-1
/
+1
2013-11-07
ASoC: wm8904: Replace BUG() with WARN()
Takashi Iwai
1
-1
/
+1
2013-11-06
ASoC: wm8904: Use WARN_ON() instead of BUG_ON()
Takashi Iwai
1
-1
/
+2
2013-08-27
ASoC: wm8904: Remove unnecessary call to snd_soc_dapm_new_widgets()
Lars-Peter Clausen
1
-1
/
+0
2013-07-18
ASoC: wm8904: fix the typo error for LINER Mux
Bo Shen
1
-1
/
+1
2013-06-19
ASoC: wm8904: Use SOC_SINGLE_EXT() instead of open-coding it
Lars-Peter Clausen
1
-7
/
+2
2012-12-09
ASoC: codecs: remove __dev* attributes
Bill Pemberton
1
-4
/
+4
2012-09-22
Merge tag 'v3.6-rc6' into for-3.7
Mark Brown
1
-1
/
+1
2012-09-14
ASoC: wm8904: correct the index
Bo Shen
1
-1
/
+1
2012-09-10
ASoC: wm8904: remove redundant code
Bo Shen
1
-2
/
+0
2012-06-25
ASoC: wm8904: Move register default setup into I2C probe()
Mark Brown
1
-56
/
+55
2012-06-25
ASoC: wm8904: Move regulator acquisition and device identification to I2C
Mark Brown
1
-61
/
+51
2012-06-25
ASoC: wm8904: Rely entirely on the core for bias level management
Mark Brown
1
-27
/
+3
2012-06-25
Merge tag 'v3.5-rc4' into for-3.6
Mark Brown
1
-14
/
+12
2012-06-11
ASoC: wm8904: Fix cache only management
Mark Brown
1
-9
/
+4
2012-06-11
ASoC: wm8904: Fix GPIO and MICBIAS initialisation for regmap conversion
Mark Brown
1
-5
/
+8
2012-06-09
ASoC: wm8904: Convert to devm_regmap_init_i2c()
Mark Brown
1
-4
/
+1
2012-06-09
ASoC: wm8904: Convert to module_i2c_driver()
Mark Brown
1
-17
/
+1
2012-06-03
ASoC: codecs: Refresh copyrights for Wolfson drivers
Mark Brown
1
-1
/
+1
2012-02-04
ASoC: core: Add support for DAI and machine kcontrols.
Liam Girdwood
1
-8
/
+8
2012-01-27
ASoC: Set idle_bias_off flag in snd_soc_codec_driver
Axel Lin
1
-1
/
+1
2012-01-20
ASoC: Optimise performance of WM8904 ADC 128fs OSR mode
Mark Brown
1
-1
/
+30
2012-01-20
ASoC: Convert WM8904 to direct regmap API usage
Mark Brown
1
-514
/
+254
2012-01-20
ASoC: Use standard cache sync for WM8904
Mark Brown
1
-27
/
+1
2012-01-20
ASoC: Convert wm8904 to devm_kzalloc()
Mark Brown
1
-4
/
+3
2012-01-20
ASoC: Make WM8904 I2C usage unconditional
Mark Brown
1
-6
/
+0
2011-12-04
ASoC: Remove unused -codec from Wolfson device driver names
Mark Brown
1
-1
/
+1
2011-12-02
ASoC: Drop unused state parameter from CODEC suspend callback
Lars-Peter Clausen
1
-1
/
+1
2011-11-27
ASoC: Remove unneeded platform_device.h inclusions from CODECs
Mark Brown
1
-1
/
+0
2011-11-23
ASoC: Constify snd_soc_dai_ops structs
Lars-Peter Clausen
1
-1
/
+1
2011-11-08
Merge branch 'for-3.2' into for-3.3
Mark Brown
1
-1
/
+1
2011-10-31
ASoC: Convert wm8904 MICBIAS to a supply widget
Mark Brown
1
-1
/
+1
2011-10-31
ASoC: WM8904: Set `invert' bit for Capture Switch
Hong Xu
1
-1
/
+1
2011-09-27
ASoC: Remove unused "control_data" field of struct wm8904_priv
Axel Lin
1
-2
/
+0
2011-06-23
ASoC: Add basic WM8918 support
Mark Brown
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-01-17
ASoC: Avoid direct register cache access when setting defaults
Mark Brown
1
-15
/
+26
2011-01-13
ASoC: Update users of readable_register()/volatile_register()
Dimitris Papastamos
1
-1
/
+1
2010-12-29
Merge branch 'for-2.6.37' into for-2.6.38
Mark Brown
1
-19
/
+18
2010-12-29
ASoC: codecs: wm8904: Fix register cache incoherency
Lars-Peter Clausen
1
-19
/
+18
2010-12-09
Merge branch 'for-2.6.37' into for-2.6.38
Mark Brown
1
-1
/
+2
2010-12-09
ASoC: fix deemphasis control in wm8904/55/60 codecs
Dmitry Artamonow
1
-1
/
+2
2010-11-23
Merge branch 'for-2.6.37' into for-2.6.38
Mark Brown
1
-0
/
+2
2010-11-23
ASoC: wm8904 - fix memory leaks
Axel Lin
1
-0
/
+2
2010-11-22
ASoC: Do not include soc-dapm.h
Jarkko Nikula
1
-1
/
+0
2010-11-15
ASoC: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2010-11-06
ASoC: Decouple DAPM from CODECs
Liam Girdwood
1
-16
/
+17
2010-08-12
ASoC: multi-component - ASoC Multi-Component Support
Liam Girdwood
1
-148
/
+60
2010-08-03
ASoC: wm8904: fix resource reclaim in wm8904_register error path
Axel Lin
1
-5
/
+8
2010-05-20
Merge branch 'topic/asoc' into for-linus
Takashi Iwai
1
-21
/
+38
[next]