blob: 6f3dd9a64318bef3926c6439e9086175a1709215 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/*
* si47xx.h -- Si47xx ASoC codec driver
*
* Copyright 2008 Wolfson Microelectronics plc
*
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*
* Adapted: 2011, Nikolaus Schaller <hns@goldelico.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef _SI47XX_H
#define _SI47XX_H
#define SI47XX_DACLVOL 0x00
#define SI47XX_DACRVOL 0x01
#define SI47XX_DACCTL 0x02
#define SI47XX_IFCTL 0x03
#endif
|