Searched +full:mi2s +full:- +full:bit +full:- +full:clk0 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/qcom,lpass-cpu.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>11 - Rohit kumar <quic_rohkumar@quicinc.com>14 Qualcomm Technologies Inc. SOC Low-Power Audio SubSystem (LPASS) that consist15 of MI2S interface for audio data transfer on external codecs. LPASS cpu driver16 is a module to configure Low-Power Audio Interface(LPAIF) core registers22 - qcom,lpass-cpu[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2010-2011,2013-2015 The Linux Foundation. All rights reserved.5 * lpass-apq8016.c -- ALSA SoC CPU DAI driver for APQ8016 LPASS19 #include <sound/soc-dai.h>21 #include <dt-bindings/sound/apq8016-lpass.h>22 #include "lpass-lpaif-reg.h"28 .name = "Primary MI2S",48 .name = "Secondary MI2S",68 .name = "Tertiary MI2S",88 .name = "Quatenary MI2S",[all …]