index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
wm8962.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-31
ASoC: codecs: wm8962: Use guard() for mutex locks
bui duc phuc
1
-9
/
+4
2026-07-09
ASoC: codecs: wm8962: Propagate regcache_sync() errors
Pengpeng Hou
1
-1
/
+8
2026-05-21
ASoC: Use named initializers for arrays of i2c_device_data
Uwe Kleine-König (The Capable Hub)
1
-1
/
+1
2026-01-28
ASoC: wm8962: add .set_tdm_slot callback function
Shengjiu Wang
1
-4
/
+31
2026-01-12
ASoC: wm8962: Don't report a microphone if it's shorted to ground on plug
Sebastian Krzyszkowiak
1
-0
/
+10
2026-01-12
ASoC: wm8962: Add WM8962_ADC_MONOMIX to "3D Coefficients" mask
Sebastian Krzyszkowiak
1
-1
/
+1
2025-11-17
ASoC: codecs: wm8962: convert to snd_soc_dapm_xxx()
Kuninori Morimoto
1
-9
/
+13
2025-10-20
ASoC: codecs: wm8962: use snd_kcontrol_chip() instead of snd_soc_kcontrol_com...
Kuninori Morimoto
1
-4
/
+4
2025-08-09
Merge tag 'gpio-updates-for-v6.17-rc1-part2' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
1
-1
/
+1
2025-07-30
ASoC: wm8962: Clear master mode when enter runtime suspend
Shengjiu Wang
1
-0
/
+11
2025-04-13
ASoC: codecs: wm8962: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-4
/
+7
2025-03-17
ASoC: wm8962: Convert to RUNTIME_PM_OPS() & co
Takashi Iwai
1
-5
/
+3
2025-03-03
ASoC: codec: wm8962: use inclusive language for SND_SOC_DAIFMT_CBx_CFx
Kuninori Morimoto
1
-2
/
+2
2024-05-07
ASoC: codecs: wm8962: use 'time_left' variable with wait_for_completion_timeo...
Wolfram Sang
1
-6
/
+6
2024-05-03
ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...
Uwe Kleine-König
1
-1
/
+1
2024-03-06
ASoC: wm8962: Fix up incorrect error message in wm8962_set_fll
Stuart Henderson
1
-1
/
+1
2024-03-06
ASoC: wm8962: Enable both SPKOUTR_ENA and SPKOUTL_ENA in mono mode
Stuart Henderson
1
-9
/
+14
2024-03-06
ASoC: wm8962: Enable oscillator if selecting WM8962_FLL_OSC
Stuart Henderson
1
-0
/
+4
2023-10-26
ASoC: codecs: wm8962: Handle component name prefix
Krzysztof Kozlowski
1
-2
/
+2
2023-07-18
ASoC: wm8962: Update to use maple tree register cache
Mark Brown
1
-1
/
+1
2023-05-08
ASoC: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-11-09
ASoC: wm8962: Wait for updated value of WM8962_CLOCKING1 register
Chancel Liu
1
-0
/
+8
2022-10-19
ASoC: jz4752b: Capture fixes
Mark Brown
1
-2
/
+1
2022-10-13
ASoC: wm8962: Add an event handler for TEMP_HP and TEMP_SPK
Xiaolei Wang
1
-2
/
+52
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-2
/
+1
2022-06-27
ASoC: wm*: Remove now redundant non_legacy_dai_naming flag
Charles Keepax
1
-1
/
+0
2022-06-06
ASoC: wm8962: Fix suspend while playing music
Adam Ford
1
-0
/
+1
2022-04-19
ASoC: codecs: wm8962: using pm_runtime_resume_and_get instead of pm_runtime_g...
Minghao Chi
1
-4
/
+2
2022-04-06
ASoC: wm*: use simple i2c probe function
Stephen Kitt
1
-3
/
+2
2022-02-03
ASoC: wm8962: Allow switching between analog and digital inputs
Charles Keepax
1
-4
/
+17
2021-10-25
ASoC: wm8962: Convert to devm_clk_get_optional()
Geert Uytterhoeven
1
-11
/
+2
2021-05-26
ASoC: wm8962: Use DEVICE_ATTR_WO macro
YueHaibing
1
-4
/
+3
2021-03-10
ASoC: wm8962: Relax bit clock divider searching
Shengjiu Wang
1
-10
/
+13
2021-01-21
ASoC: wm*: sync parameter naming (rate/sample_bits)
Kuninori Morimoto
1
-1
/
+1
2020-11-20
ASoC: codecs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-08-18
ASoC: wm8962: Export DAC/ADC monomix switches
Sebastian Krzyszkowiak
1
-0
/
+2
2020-08-03
ASoC: wm8962: Do not remove ADDITIONAL_CONTROL_4 from readable register list
Fabio Estevam
1
-1
/
+1
2020-07-30
ASoC: wm8962: Do not access WM8962_GPIO_BASE
Fabio Estevam
1
-3
/
+8
2020-07-16
ASoC: codecs: wm*: merge .digital_mute() into .mute_stream()
Kuninori Morimoto
1
-2
/
+3
2020-07-09
ASoC: codecs: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-22
ASoC: codecs: wm*: rename to snd_soc_component_read()
Kuninori Morimoto
1
-15
/
+16
2020-05-27
ASoC: wm8962: Fix runtime PM imbalance on error
Dinghao Liu
1
-0
/
+2
2020-05-13
ASoC: wm8962: Use force clear for WM8962_SYSCLK_ENA after reset
Shengjiu Wang
1
-2
/
+2
2020-04-24
ASoC: wm8962: set CLOCKING2 as non-volatile register
Shengjiu Wang
1
-2
/
+1
2019-12-16
ASoC: wm8962: fix lambda value
Shengjiu Wang
1
-2
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2019-02-08
ASoC: regulator notifier registration should be managed
Guennadi Liakhovetski
1
-6
/
+3
2018-08-02
ASoC: wm8962: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-02-12
ASoC: wm8962: replace codec to component
Kuninori Morimoto
1
-199
/
+198
[next]