Searched +full:pcnoc +full:- +full:sway +full:- +full:clk (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 consist16 is a module to configure Low-Power Audio Interface(LPAIF) core registers22 - qcom,lpass-cpu23 - qcom,apq8016-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 LPASS9 #include <linux/clk.h>19 #include <sound/soc-dai.h>21 #include <dt-bindings/sound/apq8016-lpass.h>22 #include "lpass-lpaif-reg.h"126 const struct lpass_variant *v = drvdata->variant; in apq8016_lpass_alloc_dma_channel()130 chan = find_first_zero_bit(&drvdata->dma_ch_bit_map, in apq8016_lpass_alloc_dma_channel()131 v->rdma_channels); in apq8016_lpass_alloc_dma_channel()[all …]