]> git.karo-electronics.de Git - karo-tx-linux.git/blob - sound/soc/codecs/sigmadsp.h
ASoC: SigmaDSP: Move private structs and functions to C file
[karo-tx-linux.git] / sound / soc / codecs / sigmadsp.h
1 /*
2  * Load firmware files from Analog Devices SigmaStudio
3  *
4  * Copyright 2009-2011 Analog Devices Inc.
5  *
6  * Licensed under the GPL-2 or later.
7  */
8
9 #ifndef __SIGMA_FIRMWARE_H__
10 #define __SIGMA_FIRMWARE_H__
11
12 struct i2c_client;
13
14 extern int process_sigma_firmware(struct i2c_client *client, const char *name);
15
16 #endif