Re: [PATCH v1 1/5] dt-bindings: sound: qcom,q6dsp-lpass-ports: Rename QAIF clock IDs
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <20260813-lucky-hog-of-contentment-333695@quoll> |
On Sat, Aug 08, 2026 at 11:49:44PM +0530, Prasad Kumpatla wrote: > The QAIF clock IDs were added with a LAPSS prefix typo. These IDs are > new, so rename them directly to the existing LPASS naming convention > instead of keeping misspelled aliases. > > Reported-by: Sashiko <[email protected]> > Link: https://sashiko.dev/#/patchset/[email protected] > Signed-off-by: Prasad Kumpatla <[email protected]> > --- > .../sound/qcom,q6dsp-lpass-ports.h | 56 +++++++++---------- > 1 file changed, 28 insertions(+), 28 deletions(-) You never built your code... Fixing existing defines is on the edge of churn, because you would need to duplicate the defines. It's fine if you insist, but at least this has to be done correctly. Best regards, Krzysztof