arm: socfpga: Enable ARM_TWD for socfpga
[linux-2.6.git] / sound / soc / codecs / sigmadsp.h
blobe439cbd7af7d554b349a3741248d3793af62e977
1 /*
2 * Load firmware files from Analog Devices SigmaStudio
4 * Copyright 2009-2011 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
7 */
9 #ifndef __SIGMA_FIRMWARE_H__
10 #define __SIGMA_FIRMWARE_H__
12 #include <linux/device.h>
13 #include <linux/regmap.h>
15 struct i2c_client;
17 extern int process_sigma_firmware(struct i2c_client *client, const char *name);
18 extern int process_sigma_firmware_regmap(struct device *dev,
19 struct regmap *regmap, const char *name);
21 #endif