Blame view

kernel/linux-imx6_3.14.28/sound/soc/codecs/sigmadsp.h 475 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  /*
   * 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