Searched +full:msm8916 +full:- +full:qdsp6 +full:- +full:sndcard (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | qcom,apq8016-sbc-sndcard.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,apq8016-sbc-sndcard.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 11 - Stephan Gerhold <stephan@gerhold.net> 16 - qcom,apq8016-sbc-sndcard 17 - qcom,msm8916-qdsp6-sndcard 21 - description: Microphone I/O mux register address 22 - description: Speaker I/O mux register address [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-modem-qdsp6.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 3 * msm8916-modem-qdsp6.dtsi describes the typical modem setup on MSM8916 devices 4 * (or similar SoCs) with audio routed via the QDSP6 services provided by the 9 #include <dt-bindings/sound/qcom,q6afe.h> 10 #include <dt-bindings/sound/qcom,q6asm.h> 25 status = "reserved"; /* Controlled by QDSP6 */ 51 qcom,sd-lines = <0 1>; 55 qcom,sd-lines = <0 1>; 75 is-compress-dai; 80 compatible = "qcom,msm8916-qdsp6-sndcard"; [all …]
|
| /linux/sound/soc/qcom/ |
| H A D | apq8016_sbc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 17 #include <uapi/linux/input-event-codes.h> 18 #include <dt-bindings/sound/apq8016-lpass.h> 19 #include <dt-bindings/sound/qcom,q6afe.h> 21 #include "qdsp6/q6afe.h" 63 struct snd_soc_card *card = rtd->card; in apq8016_dai_init() 70 writel(readl(pdata->spkr_iomux) | SPKR_CTL_PRI_WS_SLAVE_SEL_11, in apq8016_dai_init() 71 pdata->spkr_iomux); in apq8016_dai_init() 76 writel(readl(pdata->mic_iomux) | MIC_CTRL_QUA_WS_SLAVE_SEL_10 | in apq8016_dai_init() 78 pdata->mic_iomux); in apq8016_dai_init() [all …]
|