index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
wm8994.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: codecs: wm8994: Handle component name prefix
Krzysztof Kozlowski
2023-10-26
1
-1
/
+1
*
ASoC: codecs/wm*: merge DAI call back functions into ops
Kuninori Morimoto
2023-08-14
1
-1
/
+1
*
ASoC: codecs: wm8994: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-20
1
-4
/
+2
*
ASoC: wm8994: Fix potential deadlock
Marek Szyprowski
2022-12-12
1
-0
/
+5
*
ASoC: wm*: Remove now redundant non_legacy_dai_naming flag
Charles Keepax
2022-06-27
1
-1
/
+0
*
ASoC: wm*: sync parameter naming (rate/sample_bits)
Kuninori Morimoto
2021-01-21
1
-2
/
+2
*
ASoC: wm8994: Fix PM disable depth imbalance on error
Zhang Qilong
2020-11-11
1
-1
/
+5
*
ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functions
Sylwester Nawrocki
2020-09-01
1
-0
/
+8
*
ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811
Sylwester Nawrocki
2020-09-01
1
-0
/
+2
*
ASoC: wm8994: Prevent access to invalid VU register bits on WM1811
Sylwester Nawrocki
2020-08-17
1
-16
/
+44
*
ASoC: codecs: wm*: merge .digital_mute() into .mute_stream()
Kuninori Morimoto
2020-07-16
1
-3
/
+6
*
ASoC: codecs: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-09
1
-2
/
+2
*
ASoC: codecs: wm8994: fix kernel-doc
Pierre-Louis Bossart
2020-07-02
1
-0
/
+4
*
ASoC: codecs: wm*: rename to snd_soc_component_read()
Kuninori Morimoto
2020-06-22
1
-30
/
+30
*
ASoC: wm8994: remove wm1811_snd_controls and mixin_boost_tlv
Jason Yan
2020-04-14
1
-8
/
+0
*
Merge branch 'asoc-5.4' into asoc-5.5
Mark Brown
2019-10-02
1
-17
/
+26
|
\
|
*
ASoC: wm8994: Do not register inapplicable controls for WM1811
Sylwester Nawrocki
2019-09-23
1
-17
/
+26
*
|
ASoC: wm8994: Add support for MCLKn clock gating
Sylwester Nawrocki
2019-10-01
1
-4
/
+104
*
|
ASoC: wm8994: Add support for setting MCLK clock rate
Sylwester Nawrocki
2019-10-01
1
-5
/
+43
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-5
/
+1
*
ASoC: wm8994: Fix missing break in switch
Gustavo A. R. Silva
2018-08-06
1
-1
/
+1
*
ASoC: wm8994: Mark expected switch fall-through
Gustavo A. R. Silva
2018-08-02
1
-0
/
+1
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-2
/
+2
*
ASoC: wm8993/wm8994/wm8958: replace codec to component
Kuninori Morimoto
2018-02-12
1
-404
/
+406
*
ASoC: use snd_soc_component_init_regmap() on wm8994
Kuninori Morimoto
2017-12-04
1
-8
/
+2
*
ASoC: wm8994: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-11-08
1
-0
/
+2
*
ASoC: constify snd_soc_codec_driver structures
Julia Lawall
2016-09-01
1
-1
/
+1
*
ASoC: wm8994: Fix enum ctl accesses in a wrong type
Takashi Iwai
2016-03-01
1
-2
/
+2
*
ASoC: wm8994: fix add dynamic path error
Zidan Wang
2015-08-20
1
-8
/
+10
*
-
.
Merge remote-tracking branches 'asoc/topic/wm8994', 'asoc/topic/wm8996' and '...
Mark Brown
2015-06-05
1
-2
/
+4
|
\
\
|
*
|
ASoC: wm8994: Pass the IRQF_ONESHOT flag
Fabio Estevam
2015-05-12
1
-2
/
+4
|
|
/
*
|
Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next
Mark Brown
2015-06-05
1
-32
/
+30
|
\
\
|
*
|
ASoC: wm8994: Replace direct snd_soc_codec dapm field access
Lars-Peter Clausen
2015-06-01
1
-29
/
+29
|
*
|
ASoC: Move bias level update to the core
Lars-Peter Clausen
2015-04-27
1
-2
/
+0
|
*
|
ASoC: Route all bias level updates through the core
Lars-Peter Clausen
2015-04-27
1
-1
/
+1
|
|
/
*
/
ASoC: wm8994: correct BCLK DIV 348 to 384
Zidan Wang
2015-05-12
1
-1
/
+1
|
/
*
ASoC: wm8995: Replace w->codec snd_soc_dapm_to_codec(w->dapm)
Lars-Peter Clausen
2015-01-14
1
-11
/
+12
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
ASoC: codecs: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
|
|
|
\
*
-
.
\
Merge remote-tracking branches 'asoc/topic/wm8991', 'asoc/topic/wm8993', 'aso...
Mark Brown
2014-12-08
1
-2
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
ASoC: wm8994: Cleanup manual bias level transitions
Lars-Peter Clausen
2014-11-24
1
-2
/
+0
|
|
/
*
/
ASoC: wm8958: Move DSP firmware lock to driver level
Lars-Peter Clausen
2014-11-10
1
-0
/
+2
|
/
*
ASoC: wm8994: Demux the microphone detection IRQ
Nikesh Oswal
2014-08-16
1
-6
/
+12
*
-
.
Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', ...
Mark Brown
2014-08-04
1
-10
/
+10
|
\
\
|
|
*
ASoC: wm8994: Convert to params_width()
Mark Brown
2014-07-31
1
-10
/
+10
|
|
/
|
|
|
\
*
-
.
\
Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/oom' and 'asoc/...
Mark Brown
2014-08-04
1
-5
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
ASoC: wm8994: Remove redundant OOM message
Sachin Kamat
2014-06-27
1
-5
/
+1
|
|
/
*
/
ASoC: wm8994: Prevent double lock of accdet_lock mutex on wm1811
Charles Keepax
2014-06-17
1
-6
/
+3
|
/
*
Merge remote-tracking branch 'asoc/topic/enum' into asoc-next
Mark Brown
2014-05-22
1
-6
/
+6
|
\
|
*
ASoC: wm8994: Replace usage deprecated MUX/ENUM macros
Lars-Peter Clausen
2014-04-14
1
-6
/
+6
[next]