Message ID | 20231106073048.24553-1-krzysztof.kozlowski@linaro.org |
---|---|
State | New |
Headers | show |
Series | [RESEND] arm64: defconfig: enable newer Qualcomm sound drivers | expand |
On Mon, Nov 06, 2023 at 08:30:48AM +0100, Krzysztof Kozlowski wrote: > Enable the sound machine driver for Qualcomm SC8280xp soundcard (used on > Lenovo Thinkpad X13s laptop), Qualcomm WSA883x (speakers on X13s) and > Qualcomm WSA884x (speakers on boards with Qualcomm SM8550 like QRD8550). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > > Resending with corrected recipients. I sent such a patch a few weeks ago: https://lore.kernel.org/lkml/20231012080157.4616-2-johan+linaro@kernel.org/ and it is still sitting in Bjorn's queue. Johan
On Mon, 06 Nov 2023 08:30:48 +0100, Krzysztof Kozlowski wrote: > Enable the sound machine driver for Qualcomm SC8280xp soundcard (used on > Lenovo Thinkpad X13s laptop), Qualcomm WSA883x (speakers on X13s) and > Qualcomm WSA884x (speakers on boards with Qualcomm SM8550 like QRD8550). > > Applied, thanks! [1/1] arm64: defconfig: enable newer Qualcomm sound drivers commit: 48a9ba5eb4d720c6e21c6e4d2a6fb6e1a97f5f2a Best regards,
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b60aa1f89343..a8f8c9cecf74 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -920,6 +920,7 @@ CONFIG_SND_SOC_APQ8016_SBC=m CONFIG_SND_SOC_MSM8996=m CONFIG_SND_SOC_SDM845=m CONFIG_SND_SOC_SM8250=m +CONFIG_SND_SOC_SC8280XP=m CONFIG_SND_SOC_SC7180=m CONFIG_SND_SOC_SC7280=m CONFIG_SND_SOC_ROCKCHIP=m @@ -977,6 +978,8 @@ CONFIG_SND_SOC_WM8960=m CONFIG_SND_SOC_WM8962=m CONFIG_SND_SOC_WM8978=m CONFIG_SND_SOC_WSA881X=m +CONFIG_SND_SOC_WSA883X=m +CONFIG_SND_SOC_WSA884X=m CONFIG_SND_SOC_NAU8822=m CONFIG_SND_SOC_LPASS_WSA_MACRO=m CONFIG_SND_SOC_LPASS_VA_MACRO=m
Enable the sound machine driver for Qualcomm SC8280xp soundcard (used on Lenovo Thinkpad X13s laptop), Qualcomm WSA883x (speakers on X13s) and Qualcomm WSA884x (speakers on boards with Qualcomm SM8550 like QRD8550). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Resending with corrected recipients. arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+)