/* * 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 649aa2e167c3f97f62bdad07e3f84'>treecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-01-18 21:31:31 +0100
committerJohan Hovold <johan@kernel.org>2017-01-19 09:08:37 +0100
commit24d615a694d649aa2e167c3f97f62bdad07e3f84 (patch)
tree2fe33c115bdec6bf4b01e27afd90bb16fa668e22 /net/9p/trans_common.c
parent49def1853334396f948dcb4cedb9347abb318df5 (diff)
USB: serial: qcserial: add Dell DW5570 QDL
The Dell DW5570 is a re-branded Sierra Wireless MC8805 which will by default boot with vid 0x413c and pid 0x81a3. When triggered QDL download mode, the device switches to pid 0x81a6 and provides the standard TTY used for firmware upgrade. Cc: <stable@vger.kernel.org> Signed-off-by: Aleksander Morgado <aleksander@aleksander.es> Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'net/9p/trans_common.c')