wm8731.h (7fbb8759eff9a348efa5f352ffaa51c364837c4b) wm8731.h (5998102b9095fdb7c67755812038612afea315c5)
1/*
2 * wm8731.h -- WM8731 Soc Audio driver
3 *
4 * Copyright 2005 Openedhand Ltd.
5 *
6 * Author: Richard Purdie <richard@openedhand.com>
7 *
8 * Based on wm8753.h

--- 20 unchanged lines hidden (view full) ---

29#define WM8731_ACTIVE 0x09
30#define WM8731_RESET 0x0f
31
32#define WM8731_CACHEREGNUM 10
33
34#define WM8731_SYSCLK 0
35#define WM8731_DAI 0
36
1/*
2 * wm8731.h -- WM8731 Soc Audio driver
3 *
4 * Copyright 2005 Openedhand Ltd.
5 *
6 * Author: Richard Purdie <richard@openedhand.com>
7 *
8 * Based on wm8753.h

--- 20 unchanged lines hidden (view full) ---

29#define WM8731_ACTIVE 0x09
30#define WM8731_RESET 0x0f
31
32#define WM8731_CACHEREGNUM 10
33
34#define WM8731_SYSCLK 0
35#define WM8731_DAI 0
36
37struct wm8731_setup_data {
38 int spi;
39 int i2c_bus;
40 unsigned short i2c_address;
41};
42
43extern struct snd_soc_dai wm8731_dai;
44extern struct snd_soc_codec_device soc_codec_dev_wm8731;
45
46#endif
37extern struct snd_soc_dai wm8731_dai;
38extern struct snd_soc_codec_device soc_codec_dev_wm8731;
39
40#endif