summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/sound/soc/codecs/sigmadsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/sound/soc/codecs/sigmadsp.h')
-rw-r--r--ANDROID_3.4.5/sound/soc/codecs/sigmadsp.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/ANDROID_3.4.5/sound/soc/codecs/sigmadsp.h b/ANDROID_3.4.5/sound/soc/codecs/sigmadsp.h
deleted file mode 100644
index e439cbd7..00000000
--- a/ANDROID_3.4.5/sound/soc/codecs/sigmadsp.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Load firmware files from Analog Devices SigmaStudio
- *
- * Copyright 2009-2011 Analog Devices Inc.
- *
- * Licensed under the GPL-2 or later.
- */
-
-#ifndef __SIGMA_FIRMWARE_H__
-#define __SIGMA_FIRMWARE_H__
-
-#include <linux/device.h>
-#include <linux/regmap.h>
-
-struct i2c_client;
-
-extern int process_sigma_firmware(struct i2c_client *client, const char *name);
-extern int process_sigma_firmware_regmap(struct device *dev,
- struct regmap *regmap, const char *name);
-
-#endif