[PATCH 0/5] ASoC: cpcap: Implement jack headset detection

Ivaylo Dimitrov posted 5 patches 1 year, 4 months ago
There is a newer version of this series
.../bindings/mfd/motorola-cpcap.txt           |   9 +
.../dts/ti/omap/motorola-cpcap-mapphone.dtsi  |   8 +-
sound/soc/codecs/cpcap.c                      | 200 +++++++++++++++++-
3 files changed, 215 insertions(+), 2 deletions(-)
[PATCH 0/5] ASoC: cpcap: Implement jack headset detection
Posted by Ivaylo Dimitrov 1 year, 4 months ago
cpcap audio codec found on cpcap PMIC supports headset detection
and PTT button through its 3.5 mm jack. This series implements
support for those capabilities.

Ivaylo Dimitrov (5):
  arch: arm: dts: cpcap-mapphone: Set VAUDIO regulator always-on
  ASoC: cpcap: Implement .set_bias_level
  dt-bindings: mfd: motorola-cpcap: Document audio-codec interrupts
  arch: arm: dts: cpcap-mapphone: Add audio-codec jack detection
    interrupts
  ASoC: cpcap: Implement jack detection

 .../bindings/mfd/motorola-cpcap.txt           |   9 +
 .../dts/ti/omap/motorola-cpcap-mapphone.dtsi  |   8 +-
 sound/soc/codecs/cpcap.c                      | 200 +++++++++++++++++-
 3 files changed, 215 insertions(+), 2 deletions(-)

-- 
2.30.2
Re: [PATCH 0/5] ASoC: cpcap: Implement jack headset detection
Posted by Ivaylo Dimitrov 1 year, 3 months ago
ping

On 28.12.24 г. 13:45 ч., Ivaylo Dimitrov wrote:
> cpcap audio codec found on cpcap PMIC supports headset detection
> and PTT button through its 3.5 mm jack. This series implements
> support for those capabilities.
> 
> Ivaylo Dimitrov (5):
>    arch: arm: dts: cpcap-mapphone: Set VAUDIO regulator always-on
>    ASoC: cpcap: Implement .set_bias_level
>    dt-bindings: mfd: motorola-cpcap: Document audio-codec interrupts
>    arch: arm: dts: cpcap-mapphone: Add audio-codec jack detection
>      interrupts
>    ASoC: cpcap: Implement jack detection
> 
>   .../bindings/mfd/motorola-cpcap.txt           |   9 +
>   .../dts/ti/omap/motorola-cpcap-mapphone.dtsi  |   8 +-
>   sound/soc/codecs/cpcap.c                      | 200 +++++++++++++++++-
>   3 files changed, 215 insertions(+), 2 deletions(-)
> 
Re: [PATCH 0/5] ASoC: cpcap: Implement jack headset detection
Posted by Mark Brown 1 year, 3 months ago
On Mon, Jan 13, 2025 at 07:56:38AM +0200, Ivaylo Dimitrov wrote:
> ping

Please don't send content free pings and please allow a reasonable time
for review.  People get busy, go on holiday, attend conferences and so 
on so unless there is some reason for urgency (like critical bug fixes)
please allow at least a couple of weeks for review.  If there have been
review comments then people may be waiting for those to be addressed.

Sending content free pings adds to the mail volume (if they are seen at
all) which is often the problem and since they can't be reviewed
directly if something has gone wrong you'll have to resend the patches
anyway, so sending again is generally a better approach though there are
some other maintainers who like them - if in doubt look at how patches
for the subsystem are normally handled.