···123123 select SND_SOC_WM8994 if MFD_WM8994124124 select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI125125 select SND_SOC_WM8996 if I2C126126+ select SND_SOC_WM8997 if MFD_WM8997126127 select SND_SOC_WM9081 if I2C127128 select SND_SOC_WM9090 if I2C128129 select SND_SOC_WM9705 if SND_SOC_AC97_BUS···147146 tristate148147 default y if SND_SOC_WM5102=y149148 default y if SND_SOC_WM5110=y149149+ default y if SND_SOC_WM8997=y150150 default m if SND_SOC_WM5102=m151151 default m if SND_SOC_WM5110=m152152+ default m if SND_SOC_WM8997=m152153153154config SND_SOC_WM_HUBS154155 tristate···505502 tristate506503507504config SND_SOC_WM8996505505+ tristate506506+507507+config SND_SOC_WM8997508508 tristate509509510510config SND_SOC_WM9081
···11+/*22+ * wm8997.h -- WM8997 ALSA SoC Audio driver33+ *44+ * Copyright 2012 Wolfson Microelectronics plc55+ *66+ * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>77+ *88+ * This program is free software; you can redistribute it and/or modify99+ * it under the terms of the GNU General Public License version 2 as1010+ * published by the Free Software Foundation.1111+ */1212+1313+#ifndef _WM8997_H1414+#define _WM8997_H1515+1616+#include "arizona.h"1717+1818+#define WM8997_FLL1 11919+#define WM8997_FLL2 22020+#define WM8997_FLL1_REFCLK 32121+#define WM8997_FLL2_REFCLK 42222+2323+#endif