Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1634320
| From | Thierry Escande <thierry.escande@collabora.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Add ACPI table for the ts3a227e driver |
| Date | 2017-05-02 12:20 +0200 |
| Message-ID | <tCD4t-5hm-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This series adds ACPI match table for the ts3a227e driver. The ts3a227e is an Autonomous Audio Accessory Detection and Configuration Switch used to detect audio accessory features like jack plugging and unplugging, mic presence, and button pressed events. This series also fixes a null pointer dereference occurring in the TI max9890 driver when the ts3a227e hardware is present and its driver probed. The jack detection was enabled in the ts3a227e driver before the jack structure was allocated, causing the null pointer access. Regards, Thierry Fang, Yang A (1): ASoC: ts3a227e: add acpi table Thierry Escande (1): ASoc: cht_bsw_max98090_ti: Fix jack initialization sound/soc/codecs/ts3a227e.c | 10 ++++++ sound/soc/intel/boards/cht_bsw_max98090_ti.c | 52 +++++++++++++++++----------- 2 files changed, 41 insertions(+), 21 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Add ACPI table for the ts3a227e driver Thierry Escande <thierry.escande@collabora.com> - 2017-05-02 12:20 +0200
[PATCH 1/2] ASoc: cht_bsw_max98090_ti: Fix jack initialization Thierry Escande <thierry.escande@collabora.com> - 2017-05-02 12:20 +0200
Re: [alsa-devel] [PATCH 1/2] ASoc: cht_bsw_max98090_ti: Fix jack initialization Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> - 2017-05-04 19:10 +0200
Re: [alsa-devel] [PATCH 1/2] ASoc: cht_bsw_max98090_ti: Fix jack initialization Thierry Escande <thierry.escande@collabora.com> - 2017-05-05 14:40 +0200
Re: [alsa-devel] [PATCH 1/2] ASoc: cht_bsw_max98090_ti: Fix jack initialization Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> - 2017-05-05 18:20 +0200
csiph-web