Searched +full:lpass +full:- +full:irq +full:- +full:hdmi (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#7 title: Qualcomm Technologies Inc. LPASS CPU dai driver bindings10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>11 - Rohit kumar <rohitkr@codeaurora.org>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 registers[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2010-2011,2013-2015 The Linux Foundation. All rights reserved.5 * lpass-platform.c -- ALSA SoC platform driver for QTi LPASS8 #include <linux/dma-mapping.h>16 #include "lpass-lpaif-reg.h"17 #include "lpass.h"19 #define DRV_NAME "lpass-platform"57 struct lpass_variant *v = drvdata->variant; in lpass_platform_alloc_dmactl_fields()61 drvdata->rd_dmactl = devm_kzalloc(dev, sizeof(struct lpaif_dmactl), in lpass_platform_alloc_dmactl_fields()63 if (drvdata->rd_dmactl == NULL) in lpass_platform_alloc_dmactl_fields()[all …]