index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
rt5651.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...
Uwe Kleine-König
2024-05-03
1
-1
/
+1
*
ASoC: codecs: fix TYPO 'reguest' to 'request' in error log
Yinchuan Guo
2024-02-12
1
-1
/
+1
*
ASoC: rt5651: Use maple tree register cache
Mark Brown
2023-06-19
1
-1
/
+1
*
ASoC: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-08
1
-1
/
+1
*
ASoC: rt*: Remove now redundant non_legacy_dai_naming flag
Charles Keepax
2022-06-27
1
-1
/
+0
*
ASoC: rt*: use simple i2c probe function
Stephen Kitt
2022-04-06
1
-3
/
+2
*
ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ
Hans de Goede
2021-10-04
1
-5
/
+2
*
ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"
Colin Ian King
2021-09-27
1
-1
/
+1
*
ASoC: rt5651: remove useless assignment
Pierre-Louis Bossart
2021-03-10
1
-1
/
+1
*
ASoC: rt5651: clarify expression
Pierre-Louis Bossart
2021-03-10
1
-2
/
+2
*
ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10
Hans de Goede
2021-03-10
1
-2
/
+2
*
ASoC: codecs: rt*: rename to snd_soc_component_read()
Kuninori Morimoto
2020-06-22
1
-3
/
+3
*
ASoC: intel: bytcr_rt5651: add null check to support_button_press
Jaska Uimonen
2019-10-01
1
-0
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
ASoC: rt5651: Add support for active-high jack detect
Hans de Goede
2019-03-18
1
-7
/
+40
*
ASoC: rt5651: Variable "ret" in function rt5651_i2c_probe() could be uninitia...
Yizhuo
2019-01-28
1
-1
/
+5
*
ASoC: rt5651: Add support for jack detect using an external GPIO
Hans de Goede
2019-01-07
1
-16
/
+38
*
ASoC: rt5651: Add ACPI ID 10EC5640
Hans de Goede
2019-01-07
1
-0
/
+1
*
ASoC: rt5651: fix boolean assignments
Pierre-Louis Bossart
2019-01-07
1
-3
/
+3
*
Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2018-10-25
1
-1
/
+0
|
\
|
*
ASoC: remove redundant include
zhong jiang
2018-09-18
1
-1
/
+0
*
|
regmap: split up regmap_config.use_single_rw
David Frey
2018-09-07
1
-1
/
+2
|
/
*
ASoC: rt5651: Add IN3 Boost volume control
Hans de Goede
2018-07-19
1
-1
/
+3
*
ASoC: rt5651: Add button press support
Hans de Goede
2018-07-10
1
-7
/
+151
*
ASoC: rt5651: Allow disabling jack-detect by calling set_jack(NULL)
Hans de Goede
2018-07-10
1
-19
/
+36
*
ASoC: rt5651: Fix workqueue cancel vs irq free race on remove
Hans de Goede
2018-07-10
1
-10
/
+12
*
Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
Mark Brown
2018-03-28
1
-348
/
+404
|
\
|
*
ASoC: rt5651: Rewrite jack-type detection
Hans de Goede
2018-03-07
1
-41
/
+69
|
*
ASoC: rt5651: Add rt5651_jack_inserted() helper
Hans de Goede
2018-03-07
1
-17
/
+28
|
*
ASoC: rt5651: Enable Platform Clock during jack-type detect
Hans de Goede
2018-03-07
1
-0
/
+3
|
*
ASoC: rt5651: Enable sticky mode for OVCD
Hans de Goede
2018-03-07
1
-3
/
+30
|
*
ASoC: rt5651: Allow specifying the OVCD scale-factor through a device-property
Hans de Goede
2018-03-07
1
-0
/
+19
|
*
ASoC: rt5651: Allow specifying over-current threshold through a device-property
Hans de Goede
2018-03-07
1
-1
/
+21
|
*
ASoC: rt5651: Configure jack-detect source through a device-property
Hans de Goede
2018-03-07
1
-26
/
+7
|
*
ASoC: rt5651: Make rt5651_apply_properties() private
Hans de Goede
2018-03-07
1
-2
/
+12
|
*
ASoC: rt5651: Always keep OVCD enabled
Hans de Goede
2018-03-01
1
-8
/
+1
|
*
ASoC: rt5651: Only configure OVCD once at set_jack time
Hans de Goede
2018-03-01
1
-9
/
+11
|
*
ASoC: rt5651: Enable LDO and micbias1 supplies for jack-type detection
Hans de Goede
2018-03-01
1
-8
/
+24
|
*
ASoC: rt5651: Remove "JD Power" dapm supply
Hans de Goede
2018-03-01
1
-5
/
+4
|
*
ASoC: rt5651: Only configure LDO voltage once at boot
Hans de Goede
2018-03-01
1
-3
/
+3
|
*
ASoC: rt5651: Remove programming of PWR regs before force_bias_level() call
Hans de Goede
2018-03-01
1
-10
/
+0
|
*
ASoC: rt5651: Do not modify jd and PLL power bits from set_bias_level()
Hans de Goede
2018-03-01
1
-7
/
+3
|
*
ASoC: rt5651: Do not modify the LDO voltage control bits from set_bias_level()
Hans de Goede
2018-03-01
1
-2
/
+3
|
*
ASoC: rt5651: Fix bias_level confusion
Hans de Goede
2018-03-01
1
-4
/
+8
|
*
ASoC: rt5651: Remove is_sys_clk_from_pll()
Hans de Goede
2018-03-01
1
-20
/
+4
|
*
ASoC: rt5651: Add rt5651_apply_properties() helper function
Hans de Goede
2018-03-01
1
-8
/
+14
|
*
ASoC: rt5651: Use standard component set_jack callback
Hans de Goede
2018-03-01
1
-3
/
+3
|
*
ASoC: rt5651: Move 2 functions higher up in rt5651.c
Hans de Goede
2018-03-01
1
-77
/
+77
|
*
ASoC: rt5651: Move all jack-detect initialization to rt5651_set_jack_detect
Hans de Goede
2018-03-01
1
-62
/
+57
|
*
ASoC: rt5651: Remove unused rt5651_platform_data
Hans de Goede
2018-03-01
1
-38
/
+9
[next]