~ubuntu-branches/ubuntu/precise/alsa-driver/precise

« back to all changes in this revision

Viewing changes to alsa-kernel/soc/codecs/wm8580.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-02-21 18:06:40 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221180640-a8p2yxtvgf7xbxub
Tags: 1.0.24+dfsg-0ubuntu1
* New upstream release
* Refreshed patches:
  - distinguish_kernel_makefile_and_source_dirs.patch
  - debian_dfsg_configure.patch
* debian/control: Update Vcs-bzr field to point to new branch location

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#define WM8580_PLLB  2
20
20
 
21
21
#define WM8580_MCLK       1
22
 
#define WM8580_DAC_CLKSEL 2
23
 
#define WM8580_CLKOUTSRC  3
 
22
#define WM8580_CLKOUTSRC  2
24
23
 
25
 
#define WM8580_CLKSRC_MCLK 1
26
 
#define WM8580_CLKSRC_PLLA 2
27
 
#define WM8580_CLKSRC_PLLB 3
28
 
#define WM8580_CLKSRC_OSC  4
29
 
#define WM8580_CLKSRC_NONE 5
 
24
#define WM8580_CLKSRC_MCLK    1
 
25
#define WM8580_CLKSRC_PLLA    2
 
26
#define WM8580_CLKSRC_PLLB    3
 
27
#define WM8580_CLKSRC_OSC     4
 
28
#define WM8580_CLKSRC_NONE    5
 
29
#define WM8580_CLKSRC_ADCMCLK 6
30
30
 
31
31
#define WM8580_DAI_PAIFRX 0
32
32
#define WM8580_DAI_PAIFTX 1
33
33
 
34
 
extern struct snd_soc_dai wm8580_dai[];
35
 
extern struct snd_soc_codec_device soc_codec_dev_wm8580;
36
 
 
37
34
#endif
38
35