Re: [PATCH v6 1/2] Input: add ABS_SND_PROFILE

From: David Heidelberg
Date: Mon Oct 27 2025 - 11:39:45 EST


On 27/10/2025 15:52, Bjorn Andersson wrote:
On Thu, Jul 31, 2025 at 11:17:01PM +0200, David Heidelberg via B4 Relay wrote:
From: Gergo Koteles <soyer@xxxxxx>

ABS_SND_PROFILE used to describe the state of a multi-value sound profile
switch. This will be used for the alert-slider on OnePlus phones or other
phones.

Profile values added as SND_PROFLE_(SILENT|VIBRATE|RING) identifiers
to input-event-codes.h so they can be used from DTS.


Reviewed-by: Bjorn Andersson <andersson@xxxxxxxxxx>

There is already v7 [1], this patch is without a change in the series,
so I assume your R-b applies there too! :)

Thank you Bjorn.

David

[1] https://patchwork.kernel.org/project/linux-input/patch/20251014-op6-tri-state-v7-1-938a6367197b@xxxxxxx/>
Regards,
Bjorn

Signed-off-by: Gergo Koteles <soyer@xxxxxx>
Signed-off-by: David Heidelberg <david@xxxxxxx>
---