ASoC: dapm: Allow regulators to bypass as well as disable when idle
[linux-2.6-block.git] / sound / soc / codecs / sigmadsp.h
CommitLineData
e359dc24
MF
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
38fd54ee
LPC
12#include <linux/device.h>
13#include <linux/regmap.h>
14
e359dc24
MF
15struct i2c_client;
16
e359dc24 17extern int process_sigma_firmware(struct i2c_client *client, const char *name);
38fd54ee
LPC
18extern int process_sigma_firmware_regmap(struct device *dev,
19 struct regmap *regmap, const char *name);
e359dc24
MF
20
21#endif