Re: [PATCH 0/8] ASoC: codecs: More const and unused member cleanups

2025-06-09 Thread Mark Brown
On Wed, 28 May 2025 21:59:54 +0200, Krzysztof Kozlowski wrote: > Make static data const for code safety and drop some unused fields in > structs. > > This is based on for-v6.16 branch in ASoC tree for context in wcd938x > driver. > > Best regards, > Krzysztof > > [...] Applied to https://gi

Re: [PATCH 0/8] ASoC: codecs: More const and unused member cleanups

2025-05-29 Thread Srinivas Kandagatla
On 5/28/25 8:59 PM, Krzysztof Kozlowski wrote: > Make static data const for code safety and drop some unused fields in > structs. > > This is based on for-v6.16 branch in ASoC tree for context in wcd938x > driver. > > Best regards, > Krzysztof > > --- > Krzysztof Kozlowski (8): > ASoC:

Re: [PATCH 0/8] ASoC: codecs: More const and unused member cleanups

2025-05-29 Thread Krzysztof Kozlowski
On 29/05/2025 11:33, Srinivas Kandagatla wrote: > > > On 5/28/25 8:59 PM, Krzysztof Kozlowski wrote: >> Make static data const for code safety and drop some unused fields in >> structs. >> >> This is based on for-v6.16 branch in ASoC tree for context in wcd938x >> driver. >> >> Best regards, >> K

[PATCH 0/8] ASoC: codecs: More const and unused member cleanups

2025-05-28 Thread Krzysztof Kozlowski
Make static data const for code safety and drop some unused fields in structs. This is based on for-v6.16 branch in ASoC tree for context in wcd938x driver. Best regards, Krzysztof --- Krzysztof Kozlowski (8): ASoC: codecs: Constify regmap configuration static variables ASoC: fsl: Co