wm8731.h (40e0aa64660b4e28a9348e57bfbda6c114617969) wm8731.h (b36d61d45654104c04ff71055ef09c696fea5f89)
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

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

26#define WM8731_PWR 0x06
27#define WM8731_IFACE 0x07
28#define WM8731_SRATE 0x08
29#define WM8731_ACTIVE 0x09
30#define WM8731_RESET 0x0f
31
32#define WM8731_CACHEREGNUM 10
33
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

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

26#define WM8731_PWR 0x06
27#define WM8731_IFACE 0x07
28#define WM8731_SRATE 0x08
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
34struct wm8731_setup_data {
35 unsigned short i2c_address;
36};
37
38extern struct snd_soc_codec_dai wm8731_dai;
39extern struct snd_soc_codec_device soc_codec_dev_wm8731;
40
41#endif
37struct wm8731_setup_data {
38 unsigned short i2c_address;
39};
40
41extern struct snd_soc_codec_dai wm8731_dai;
42extern struct snd_soc_codec_device soc_codec_dev_wm8731;
43
44#endif