Loading include/sound/soc-topology.h +2 −5 Original line number Original line Diff line number Diff line /* /* SPDX-License-Identifier: GPL-2.0 * * linux/sound/soc-topology.h -- ALSA SoC Firmware Controls and DAPM * linux/sound/soc-topology.h -- ALSA SoC Firmware Controls and DAPM * * * Copyright (C) 2012 Texas Instruments Inc. * Copyright (C) 2012 Texas Instruments Inc. * Copyright (C) 2015 Intel Corporation. * Copyright (C) 2015 Intel Corporation. * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Simple file API to load FW that includes mixers, coefficients, DAPM graphs, * Simple file API to load FW that includes mixers, coefficients, DAPM graphs, * algorithms, equalisers, DAIs, widgets, FE caps, BE caps, codec link caps etc. * algorithms, equalisers, DAIs, widgets, FE caps, BE caps, codec link caps etc. */ */ Loading sound/soc/soc-topology.c +21 −26 Original line number Original line Diff line number Diff line /* // SPDX-License-Identifier: GPL-2.0+ * soc-topology.c -- ALSA SoC Topology // * // soc-topology.c -- ALSA SoC Topology * Copyright (C) 2012 Texas Instruments Inc. // * Copyright (C) 2015 Intel Corporation. // Copyright (C) 2012 Texas Instruments Inc. * // Copyright (C) 2015 Intel Corporation. * Authors: Liam Girdwood <liam.r.girdwood@linux.intel.com> // * K, Mythri P <mythri.p.k@intel.com> // Authors: Liam Girdwood <liam.r.girdwood@linux.intel.com> * Prusty, Subhransu S <subhransu.s.prusty@intel.com> // K, Mythri P <mythri.p.k@intel.com> * B, Jayachandran <jayachandran.b@intel.com> // Prusty, Subhransu S <subhransu.s.prusty@intel.com> * Abdullah, Omair M <omair.m.abdullah@intel.com> // B, Jayachandran <jayachandran.b@intel.com> * Jin, Yao <yao.jin@intel.com> // Abdullah, Omair M <omair.m.abdullah@intel.com> * Lin, Mengdong <mengdong.lin@intel.com> // Jin, Yao <yao.jin@intel.com> * // Lin, Mengdong <mengdong.lin@intel.com> * This program is free software; you can redistribute it and/or modify it // * under the terms of the GNU General Public License as published by the // Add support to read audio firmware topology alongside firmware text. The * Free Software Foundation; either version 2 of the License, or (at your // topology data can contain kcontrols, DAPM graphs, widgets, DAIs, DAI links, * option) any later version. // equalizers, firmware, coefficients etc. * // * Add support to read audio firmware topology alongside firmware text. The // This file only manages the core ALSA and ASoC components, all other bespoke * topology data can contain kcontrols, DAPM graphs, widgets, DAIs, DAI links, // firmware topology data is passed to component drivers for bespoke handling. * equalizers, firmware, coefficients etc. * * This file only manages the core ALSA and ASoC components, all other bespoke * firmware topology data is passed to component drivers for bespoke handling. */ #include <linux/kernel.h> #include <linux/kernel.h> #include <linux/export.h> #include <linux/export.h> Loading Loading
include/sound/soc-topology.h +2 −5 Original line number Original line Diff line number Diff line /* /* SPDX-License-Identifier: GPL-2.0 * * linux/sound/soc-topology.h -- ALSA SoC Firmware Controls and DAPM * linux/sound/soc-topology.h -- ALSA SoC Firmware Controls and DAPM * * * Copyright (C) 2012 Texas Instruments Inc. * Copyright (C) 2012 Texas Instruments Inc. * Copyright (C) 2015 Intel Corporation. * Copyright (C) 2015 Intel Corporation. * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Simple file API to load FW that includes mixers, coefficients, DAPM graphs, * Simple file API to load FW that includes mixers, coefficients, DAPM graphs, * algorithms, equalisers, DAIs, widgets, FE caps, BE caps, codec link caps etc. * algorithms, equalisers, DAIs, widgets, FE caps, BE caps, codec link caps etc. */ */ Loading
sound/soc/soc-topology.c +21 −26 Original line number Original line Diff line number Diff line /* // SPDX-License-Identifier: GPL-2.0+ * soc-topology.c -- ALSA SoC Topology // * // soc-topology.c -- ALSA SoC Topology * Copyright (C) 2012 Texas Instruments Inc. // * Copyright (C) 2015 Intel Corporation. // Copyright (C) 2012 Texas Instruments Inc. * // Copyright (C) 2015 Intel Corporation. * Authors: Liam Girdwood <liam.r.girdwood@linux.intel.com> // * K, Mythri P <mythri.p.k@intel.com> // Authors: Liam Girdwood <liam.r.girdwood@linux.intel.com> * Prusty, Subhransu S <subhransu.s.prusty@intel.com> // K, Mythri P <mythri.p.k@intel.com> * B, Jayachandran <jayachandran.b@intel.com> // Prusty, Subhransu S <subhransu.s.prusty@intel.com> * Abdullah, Omair M <omair.m.abdullah@intel.com> // B, Jayachandran <jayachandran.b@intel.com> * Jin, Yao <yao.jin@intel.com> // Abdullah, Omair M <omair.m.abdullah@intel.com> * Lin, Mengdong <mengdong.lin@intel.com> // Jin, Yao <yao.jin@intel.com> * // Lin, Mengdong <mengdong.lin@intel.com> * This program is free software; you can redistribute it and/or modify it // * under the terms of the GNU General Public License as published by the // Add support to read audio firmware topology alongside firmware text. The * Free Software Foundation; either version 2 of the License, or (at your // topology data can contain kcontrols, DAPM graphs, widgets, DAIs, DAI links, * option) any later version. // equalizers, firmware, coefficients etc. * // * Add support to read audio firmware topology alongside firmware text. The // This file only manages the core ALSA and ASoC components, all other bespoke * topology data can contain kcontrols, DAPM graphs, widgets, DAIs, DAI links, // firmware topology data is passed to component drivers for bespoke handling. * equalizers, firmware, coefficients etc. * * This file only manages the core ALSA and ASoC components, all other bespoke * firmware topology data is passed to component drivers for bespoke handling. */ #include <linux/kernel.h> #include <linux/kernel.h> #include <linux/export.h> #include <linux/export.h> Loading