/* * mt8173_afe_common.h -- Mediatek 8173 audio driver common definitions * * Copyright (c) 2015 MediaTek Inc. * Author: Koro Chen * Sascha Hauer * Hidalgo Huang * Ir Lian * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ #ifndef _MT8173_AFE_COMMON_H_ #define _MT8173_AFE_COMMON_H_ #include #include enum { MT8173_AFE_MEMIF_DL1, MT8173_AFE_MEMIF_DL2, MT8173_AFE_MEMIF_VUL, MT8173_AFE_MEMIF_DAI, MT8173_AFE_MEMIF_AWB, MT8173_AFE_MEMIF_MOD_DAI, MT8173_AFE_MEMIF_HDMI, MT8173_AFE_MEMIF_NUM, MT8173_AFE_IO_MOD_PCM1 = MT8173_AFE_MEMIF_NUM, MT8173_AFE_IO_MOD_PCM2, MT8173_AFE_IO_PMIC, MT8173_AFE_IO_I2S, MT8173_AFE_IO_2ND_I2S, MT8173_AFE_IO_HW_GAIN1, MT8173_AFE_IO_HW_GAIN2, MT8173_AFE_IO_MRG_O, MT8173_AFE_IO_MRG_I, MT8173_AFE_IO_DAIBT, MT8173_AFE_IO_HDMI, }; enum { MT8173_AFE_IRQ_DL1, MT8173_AFE_IRQ_DL2, MT8173_AFE_IRQ_VUL, MT8173_AFE_IRQ_DAI, MT8173_AFE_IRQ_AWB, MT8173_AFE_IRQ_MOD_DAI, MT8173_AFE_IRQ_HDMI, MT8173_AFE_IRQ_NUM, }; enum { MT8173_CLK_INFRASYS_AUD, MT8173_CLK_TOP_PDN_AUD, MT8173_CLK_TOP_PDN_AUD_BUS, MT8173_CLK_I2S0_M, MT8173_CLK_I2S1_M, MT8173_CLK_I2S2_M, MT8173_CLK_I2S3_M, MT8173_CLK_I2S3_B, MT8173_CLK_BCK0, MT8173_CLK_BCK1, MT8173_CLK_NUM }; #endif f1c697d8aac0cc923f8aa2c37d790ec9ed'>treecommitdiff
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2017-01-25 19:30:09 +0000
committerMark Brown <broonie@kernel.org>2017-01-25 21:05:37 +0000
commit1372cef1c697d8aac0cc923f8aa2c37d790ec9ed (patch)
treeed5f350cd559bc15ae370f0c9fd280204e98597d /sound/sparc/Makefile
parentd00b74613fb18dfd0a5aa99270ee2e72d5c808d7 (diff)
regulator: fixed: Revert support for ACPI interface
This reverts commit 13bed58ce874 (regulator: fixed: add support for ACPI interface). While there does appear to be a practical need to manage regulators on ACPI systems, using ad-hoc properties to describe regulators to the kernel presents a number of problems (especially should ACPI gain first class support for such things), and there are ongoing discussions as to how to manage this. Until there is a rough consensus, revert commit 13bed58ce8748d43, which hasn't been in a released kernel yet as discussed in [1] and the surrounding thread. [1] http://lkml.kernel.org/r/20170125184949.x2wkoo7kbaaajkjk@sirena.org.uk Signed-off-by: Mark Rutland <mark.rutland@arm.com> Cc: Liam Girdwood <lgirdwood@gmail.com> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Cc: Lu Baolu <baolu.lu@linux.intel.com> Cc: Mark Brown <broonie@kernel.org> Cc: Rafael J. Wysocki <rafael@kernel.org> Cc: linux-kernel@vger.kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/sparc/Makefile')