Searched +full:apm +full:- +full:dai (Results 1 – 5 of 5) sorted by relevance
/linux/sound/soc/qcom/qdsp6/ |
H A D | q6apm-lpass-dais.c | 1 // SPDX-License-Identifier: GPL-2.0 4 #include <dt-bindings/sound/qcom,q6dsp-lpass-ports.h> 14 #include "q6dsp-lpass-ports.h" 15 #include "q6dsp-common.h" 27 static int q6dma_set_channel_map(struct snd_soc_dai *dai, in q6dma_set_channel_map() argument 34 struct q6apm_lpass_dai_data *dai_data = dev_get_drvdata(dai->dev); in q6dma_set_channel_map() 35 struct audioreach_module_config *cfg = &dai_data->module_config[dai->id]; in q6dma_set_channel_map() 38 switch (dai->id) { in q6dma_set_channel_map() 52 dev_err(dai->dev, "tx slot not found\n"); in q6dma_set_channel_map() 53 return -EINVAL; in q6dma_set_channel_map() [all …]
|
H A D | topology.c | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <sound/soc-dapm.h> 11 #include <sound/soc-topology.h> 12 #include <sound/soc-dpcm.h> 28 static struct audioreach_graph_info *audioreach_tplg_alloc_graph_info(struct q6apm *apm, in audioreach_tplg_alloc_graph_info() argument 35 mutex_lock(&apm->lock); in audioreach_tplg_alloc_graph_info() 36 info = idr_find(&apm->graph_info_idr, graph_id); in audioreach_tplg_alloc_graph_info() 37 mutex_unlock(&apm->lock); in audioreach_tplg_alloc_graph_info() 47 return ERR_PTR(-ENOMEM); in audioreach_tplg_alloc_graph_info() 49 INIT_LIST_HEAD(&info->sg_list); in audioreach_tplg_alloc_graph_info() [all …]
|
H A D | audioreach.c | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <sound/soc-dai.h> 11 #include <dt-bindings/soc/qcom,gpr.h> 217 return ERR_PTR(-ENOMEM); in __audioreach_alloc_pkt() 220 pkt->hdr.version = GPR_PKT_VER; in __audioreach_alloc_pkt() 221 pkt->hdr.hdr_size = GPR_PKT_HEADER_WORD_SIZE; in __audioreach_alloc_pkt() 222 pkt->hdr.pkt_size = pkt_size; in __audioreach_alloc_pkt() 223 pkt->hdr.dest_port = dest_port; in __audioreach_alloc_pkt() 224 pkt->hdr.src_port = src_port; in __audioreach_alloc_pkt() 226 pkt->hdr.dest_domain = GPR_DOMAIN_ID_ADSP; in __audioreach_alloc_pkt() [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,q6apm-dai.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,q6apm-dai.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 13 This binding describes the Qualcomm APM DAIs in DSP 17 const: qcom,q6apm-dais 24 - compatible 25 - iommus 30 - | [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|