summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wcd938x.c
AgeCommit message (Expand)Author
2025-06-23ASoC: codecs: wcd938x: Use simple defines for chipid register valueKrzysztof Kozlowski
2025-06-09ASoC: codecs: More const and unused member cleanupsMark Brown
2025-06-08ASoC: codecs: wcd938x: Simplify with devm_regulator_bulk_get_enable()Krzysztof Kozlowski
2025-06-08ASoC: codecs: wcd938x: Drop unused variant fieldKrzysztof Kozlowski
2025-06-08ASoC: codecs: wcd938x: Drop unused 'struct wcd938x_priv' fieldsKrzysztof Kozlowski
2025-06-08ASoC: codecs: Constify regmap configuration static variablesKrzysztof Kozlowski
2025-04-24ASoC: codecs: wcd938x: drop unnecessary mux flag assignmentJohan Hovold
2025-04-24ASoC: codecs: wcd938x: fix mux error handlingJohan Hovold
2025-04-08ASoC: wcd938x: enable t14s audio headsetMark Brown
2025-04-06ASoC: codecs: wcd938x: add mux control support for hp audio muxSrinivas Kandagatla
2025-04-06ASoC: codecs: wcd-mbhc: cleanup swap_gnd_mic apiSrinivas Kandagatla
2025-04-06ASoC: codec: wcd938x: Convert to GPIO descriptorsPeng Fan
2025-03-19irqdomain: sound: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)
2025-03-03ASoC: wcd938x: Use SOC_SINGLE_EXT_TLV() helper macroCharles Keepax
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-07-29ASoC: codecs: wcd938x: Drop unused defines and enumsKrzysztof Kozlowski
2024-06-18ASoC: codecs: wcd938x: Constify wcd938x_sdw_ch_infoKrzysztof Kozlowski
2024-06-18ASoC: codecs: wcd938x: Constify static dataKrzysztof Kozlowski
2024-06-03ASoC: codecs: wcd938x: Drop no-op ADC2_BCS Disable SwitchKrzysztof Kozlowski
2024-05-27ASoC: codecs: wcd938x: Unify define used for MIC2 bias registerKrzysztof Kozlowski
2024-01-22ASoC: codecs: wcd938x: skip printing deferred probe failuersKrzysztof Kozlowski
2024-01-22ASoC: codecs: wcd938x: handle deferred probeKrzysztof Kozlowski
2024-01-22ASoC: codecs: wcd938x: fix headphones volume controlsJohan Hovold
2023-10-25ASoC: codecs: wcd938x: use defines for entries in snd_soc_dai_driver arrayKrzysztof Kozlowski
2023-10-09ASoC: codecs: wcd938x: fix runtime PM imbalance on removeJohan Hovold
2023-10-09ASoC: codecs: wcd938x: fix regulator leaks on probe errorsJohan Hovold
2023-10-09ASoC: codecs: wcd938x: fix resource leaks on bind errorsJohan Hovold
2023-10-09ASoC: codecs: wcd938x: fix unbind tear down orderJohan Hovold
2023-10-09ASoC: codecs: wcd938x: drop bogus bind error handlingJohan Hovold
2023-07-06ASoC: codecs: wcd938x: fix resource leaks on component removeJohan Hovold
2023-07-06ASoC: codecs: wcd938x: fix missing clsh ctrl error handlingJohan Hovold
2023-07-05ASoC: codecs: wcd938x: fix dB range for HPHL and HPHRSrinivas Kandagatla
2023-07-04ASoC: codecs: wcd938x: fix missing mbhc init error handlingJohan Hovold
2023-07-03ASoC: codecs: wcd938x: fix soundwire initialisation raceJohan Hovold
2023-06-30ASoC: codecs: wcd938x/wcd934x: loglevel fix andMark Brown
2023-06-30ASoC: codecs: wcd938x: use dev_printk() for impedance loggingJohan Hovold
2023-06-30ASoC: codecs: wcd938x: drop inline keywordsJohan Hovold
2023-06-30ASoC: codecs: wcd938x: fix mbhc impedance loglevelJohan Hovold
2023-06-30ASoC: codecs: wcd938x: fix codec initialisation raceJohan Hovold
2023-05-04ASoC: codecs: wcd938x: fix accessing regmap on unattached devicesKrzysztof Kozlowski
2023-04-18ASoC: codecs: wcd938x: Simplify with dev_err_probeKrzysztof Kozlowski
2023-03-20ASoC: codecs: wcd938x: Convert to platform remove callback returning voidUwe Kleine-König
2022-12-05ASoC: wcd938x: Make read-only array minCode_param static constColin Ian King
2022-08-28ASoC: wcd938x: Remove spurious type_base from irq chipAidan MacDonald
2022-06-24ASoC: wcd938x: Fix event generation for some controlsMark Brown
2022-05-09ASoC: wcd938x: Add endianness flag in snd_soc_component_driverCharles Keepax
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-21Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman
2022-02-25ASoC: codecs: wcd938x: Make use of the helper component_compare/release_ofYong Wu