[RESEND PATCH] arm64: defconfig: enable newer Qualcomm SoC sound drivers

Krzysztof Kozlowski posted 1 patch 3 years, 7 months ago
There is a newer version of this series
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
[RESEND PATCH] arm64: defconfig: enable newer Qualcomm SoC sound drivers
Posted by Krzysztof Kozlowski 3 years, 7 months ago
Enable sound support (machine drivers) for Qualcomm SC7180 and SC7280
SoCs.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---

Resending because I missed ARM SoC maintainers and Bjorn.

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 265454620682..644d084c6888 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -792,6 +792,8 @@ CONFIG_SND_SOC_APQ8016_SBC=m
 CONFIG_SND_SOC_MSM8996=m
 CONFIG_SND_SOC_SDM845=m
 CONFIG_SND_SOC_SM8250=m
+CONFIG_SND_SOC_SC7180=m
+CONFIG_SND_SOC_SC7280=m
 CONFIG_SND_SOC_ROCKCHIP=m
 CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
 CONFIG_SND_SOC_ROCKCHIP_RT5645=m
-- 
2.34.1
Re: [RESEND PATCH] arm64: defconfig: enable newer Qualcomm SoC sound drivers
Posted by Arnd Bergmann 3 years, 7 months ago
On Wed, Aug 31, 2022, at 4:12 PM, Krzysztof Kozlowski wrote:
> Enable sound support (machine drivers) for Qualcomm SC7180 and SC7280
> SoCs.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>
> Resending because I missed ARM SoC maintainers and Bjorn.

No objections to the patch, but I'm unsure what I'm supposed to
do with it. Is this for Bjorn or me to pick up? Do we need it
as a 6.0 fix or should this wait for 6.1?
Re: [RESEND PATCH] arm64: defconfig: enable newer Qualcomm SoC sound drivers
Posted by Krzysztof Kozlowski 3 years, 7 months ago
On 02/09/2022 12:34, Arnd Bergmann wrote:
> On Wed, Aug 31, 2022, at 4:12 PM, Krzysztof Kozlowski wrote:
>> Enable sound support (machine drivers) for Qualcomm SC7180 and SC7280
>> SoCs.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>
>> Resending because I missed ARM SoC maintainers and Bjorn.
> 
> No objections to the patch, but I'm unsure what I'm supposed to
> do with it. Is this for Bjorn or me to pick up? 

It seems usually Bjorn picks his parts of defconfig changes, so I guess
this can go indeed via Bjorn.

> Do we need it
> as a 6.0 fix or should this wait for 6.1?

Can wait for v6.1.


Best regards,
Krzysztof