/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,q6asm-dais.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,q6asm-dais.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 11 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 14 Q6ASM is one of the APR audio services on Q6DSP. Each of its subnodes 15 represent a dai with board specific configuration. 20 - qcom,q6asm-dais 25 "#sound-dai-cells": [all …]
|
H A D | qcom,q6asm.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 11 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 14 - $ref: /schemas/soc/qcom/qcom,apr-services.yaml# 19 - qcom,q6asm 23 $ref: /schemas/sound/qcom,q6asm-dais.yaml# 28 - compatible 29 - dais [all …]
|
/openbmc/linux/sound/soc/ |
H A D | soc-compress.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 // soc-compress.c -- ALSA SoC Compress 21 #include <sound/soc-dpcm.h> 22 #include <sound/soc-link.h> 26 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_compr_components_open() 47 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_compr_components_free() 59 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_clean() 62 int stream = cstream->direction; /* SND_COMPRESS_xxx is same as SNDRV_PCM_STREAM_xxx */ in soc_compr_clean() 72 cpu_dai->rate = 0; in soc_compr_clean() 75 codec_dai->rate = 0; in soc_compr_clean() [all …]
|
H A D | soc-topology.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 // soc-topology.c -- ALSA SoC Topology 17 // topology data can contain kcontrols, DAPM graphs, widgets, DAIs, DAI links, 21 // firmware topology data is passed to component drivers for bespoke handling. 29 #include <sound/soc-dapm.h> 30 #include <sound/soc-topology.h> 83 const u8 *end = tplg->pos + elem_size * count; in soc_tplg_check_elem_count() 85 if (end > tplg->fw->data + tplg->fw->size) { in soc_tplg_check_elem_count() 86 dev_err(tplg->dev, "ASoC: %s overflow end of data\n", in soc_tplg_check_elem_count() 88 return -EINVAL; in soc_tplg_check_elem_count() [all …]
|
H A D | soc-topology-test.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * soc-topology-test.c -- ALSA SoC Topology Kernel Unit Tests 11 #include <sound/soc-topology.h> 19 * device_driver name is used in some of the prints (fmt_single_name) so 25 .name = "sound-soc-topology-test-driver", 30 test_dev = root_device_register("sound-soc-topology-test"); in snd_soc_tplg_test_init() 33 return -ENODEV; in snd_soc_tplg_test_init() 35 test_dev->driver = &test_drv; in snd_soc_tplg_test_init() 65 ret = snd_soc_tplg_component_load(component, NULL, &kunit_comp->fw); in d_probe() 66 KUNIT_EXPECT_EQ_MSG(kunit_comp->kunit, kunit_comp->expect, ret, in d_probe() [all …]
|
/openbmc/linux/include/sound/ |
H A D | soc-dai.h | 1 /* SPDX-License-Identifier: GPL-2.0 3 * linux/sound/soc-dai.h -- ALSA SoC Layer 5 * Copyright: 2005-2008 Wolfson Microelectronics. PLC. 7 * Digital Audio Interface (DAI) API. 22 * DAI hardware audio formats. 56 * DAI Clock gating. 58 * DAI bit clocks can be gated (disabled) when the DAI is not 62 #define SND_SOC_DAIFMT_GATED (0 << 4) /* clock is gated */ 66 * define GATED -> CONT. GATED will be selected if both are selected. 76 * DAI hardware signal polarity. [all …]
|
/openbmc/linux/sound/soc/sof/amd/ |
H A D | acp-probes.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 3 // This file is provided under a dual BSD/GPLv2 license. When using or 16 #include "../sof-priv.h" 17 #include "../sof-client-probes.h" 18 #include "../sof-client.h" 21 #include "acp-dsp-offset.h" 25 struct snd_soc_dai *dai, u32 *stream_id) in acp_probes_compr_startup() argument 31 adata = sdev->pdata->hw_pdata; in acp_probes_compr_startup() 34 return -ENODEV; in acp_probes_compr_startup() 36 stream->cstream = cstream; in acp_probes_compr_startup() [all …]
|
/openbmc/linux/sound/soc/uniphier/ |
H A D | aio.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 * Copyright (c) 2016-2018 Socionext Inc. 15 #include <sound/soc-dai.h> 43 /* IEC61937 Repetition period of data-burst in IEC60958 frames */ 52 /* IEC61937 Repetition period of Pause data-burst in IEC60958 frames */ 70 #define AUD_NAME_PCMIN1 "aio-pcmin1" 71 #define AUD_NAME_PCMIN2 "aio-pcmin2" 72 #define AUD_NAME_PCMIN3 "aio-pcmin3" 73 #define AUD_NAME_IECIN1 "aio-iecin1" 74 #define AUD_NAME_DIECIN1 "aio-diecin1" [all …]
|
/openbmc/linux/include/uapi/sound/ |
H A D | asoc.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 * uapi/sound/asoc.h -- ALSA SoC Firmware Controls and DAPM 38 /* individual kcontrol info types - can be mixed with other types */ 49 /* individual widget kcontrol info types - can be mixed with other types */ 56 /* DAPM widget types - add new items to the end */ 116 /* vendor block IDs - please add new vendor types to end */ 133 /* DAI flags */ 138 /* DAI clock gating */ 143 /* DAI mclk_direction */ 144 #define SND_SOC_TPLG_MCLK_CO 0 /* for codec, mclk is output */ [all …]
|
/openbmc/linux/sound/soc/intel/atom/ |
H A D | sst-mfld-platform-pcm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * sst_mfld_platform.c - Intel MID Platform driver 5 * Copyright (C) 2010-2014 Intel Corp 23 #include "sst-mfld-platform.h" 24 #include "sst-atom-controls.h" 32 return -EINVAL; in sst_register_dsp() 33 if (!try_module_get(dev->dev->driver->owner)) in sst_register_dsp() 34 return -ENODEV; in sst_register_dsp() 37 dev_err(dev->dev, "we already have a device %s\n", sst->name); in sst_register_dsp() 38 module_put(dev->dev->driver->owner); in sst_register_dsp() [all …]
|
H A D | sst-atom-controls.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * sst-atom-controls.c - Intel MID Platform driver DPCM ALSA controls for Mrfld 5 * Copyright (C) 2013-14 Intel Corp 10 * In the dpcm driver modelling when a particular FE/BE/Mixer/Pipe is active 20 #include "sst-mfld-platform.h" 21 #include "sst-atom-controls.h" 28 struct snd_sst_bytes_v2 *byte_data = drv->byte_stream; in sst_fill_byte_control() 30 byte_data->type = SST_CMD_BYTES_SET; in sst_fill_byte_control() 31 byte_data->ipc_msg = ipc_msg; in sst_fill_byte_control() 32 byte_data->block = block; in sst_fill_byte_control() [all …]
|
/openbmc/linux/sound/soc/sof/ |
H A D | sof-client-probes.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 // Copyright(c) 2019-2022 Intel Corporation. All rights reserved. 20 #include "sof-client.h" 21 #include "sof-client-probes.h" 34 struct snd_soc_dai *dai) in sof_probes_compr_startup() argument 36 struct snd_soc_card *card = snd_soc_component_get_drvdata(dai->component); in sof_probes_compr_startup() 38 struct sof_probes_priv *priv = cdev->data; in sof_probes_compr_startup() 39 const struct sof_probes_host_ops *ops = priv->host_ops; in sof_probes_compr_startup() 43 return -ENODEV; in sof_probes_compr_startup() 49 ret = ops->startup(cdev, cstream, dai, &priv->extractor_stream_tag); in sof_probes_compr_startup() [all …]
|
H A D | topology.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 3 // This file is provided under a dual BSD/GPLv2 license. When using or 18 #include "sof-priv.h" 19 #include "sof-audio.h" 25 * from dB gain 20th root of 10 in Q1.16 fixed-point notation 28 /* 40th root of 10 in Q1.16 fixed-point notation*/ 40 * sof_update_ipc_object - Parse multiple sets of tokens within the token array associated with the 62 token_list = tplg_ops ? tplg_ops->token_list : NULL; in sof_update_ipc_object() 63 /* nothing to do if token_list is NULL */ in sof_update_ipc_object() 68 dev_err(scomp->dev, "Invalid token count for token ID: %d\n", token_id); in sof_update_ipc_object() [all …]
|
H A D | sof-priv.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 3 * This file is provided under a dual BSD/GPLv2 license. When using or 48 #define SOF_DBG_FORCE_NOCODEC BIT(10) /* ignore all codec-related 61 /* Output this dump (at the DEBUG level) only when SOF_DBG_PRINT_ALL_DUMPS is set */ 79 /* convenience constructor for DAI driver streams */ 95 u32 substate; /* platform-specific */ 134 * struct snd_sof_platform_stream_params - platform dependent stream parameters 138 * is true 150 * struct sof_firmware - Container struct for SOF firmware 257 * when the position is not reported in the shared SRAM windows but [all …]
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-db845c.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 8 #include <dt-bindings/leds/common.h> 9 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 11 #include <dt-bindings/sound/qcom,q6afe.h> 12 #include <dt-bindings/sound/qcom,q6asm.h> 14 #include "sdm845-wcd9340.dtsi" 21 qcom,msm-id = <341 0x20001>; 22 qcom,board-id = <8 0>; [all …]
|
H A D | msm8953.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 4 #include <dt-bindings/clock/qcom,gcc-msm8953.h> 5 #include <dt-bindings/clock/qcom,rpmcc.h> 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 8 #include <dt-bindings/power/qcom-rpmpd.h> 9 #include <dt-bindings/soc/qcom,apr.h> 10 #include <dt-bindings/sound/qcom,q6afe.h> 11 #include <dt-bindings/sound/qcom,q6asm.h> 12 #include <dt-bindings/thermal/thermal.h> [all …]
|
/openbmc/u-boot/lib/lzma/ |
H A D | lzma.txt | 2 ------------- 7 LZMA is default and general compression method of 7z format 8 in 7-Zip compression program (www.7-zip.org). LZMA provides high 11 LZMA is an improved version of famous LZ77 compression algorithm. 19 ------- 21 LZMA SDK is written and placed in the public domain by Igor Pavlov. 23 Some code in LZMA SDK is based on public domain code from another developers: 25 2) SHA-256: Wei Dai (Crypto++ library) 29 ----------------- 33 - ANSI-C/C++/C#/Java source code for LZMA compressing and decompressing [all …]
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6asm-dai.c | 1 // SPDX-License-Identifier: GPL-2.0 2 // Copyright (c) 2011-2017, The Linux Foundation. All rights reserved. 11 #include <sound/soc-dapm.h> 16 #include <linux/dma-mapping.h> 21 #include "q6dsp-errno.h" 23 #define DRV_NAME "q6asm-fe-dai" 185 struct snd_pcm_substream *substream = prtd->substream; in event_handler() 189 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in event_handler() 190 q6asm_write_async(prtd->audio_client, prtd->stream_id, in event_handler() 191 prtd->pcm_count, 0, 0, 0); in event_handler() [all …]
|
/openbmc/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 10 L: *Mailing list* that is relevant to this area 12 Supported: Someone is actually paid to look after this. 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 32 Type is one of: git, hg, quilt, stgit, topgit 46 N: [^a-z]tegra all files whose path contains tegra 52 match occurs. When an N: match occurs, git log history is used [all …]
|
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
H A D | opengrok2.0.log | 1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms) 2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c' 3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms) 4 2024-1 [all...] |
/openbmc/ |
D | opengrok1.0.log | 1 2025-03-20 03:00:35.677-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-20 03:00:35.795-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
D | opengrok2.0.log | 1 2025-03-19 03:00:43.644-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-19 03:00:43.767-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |