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

« back to all changes in this revision

Viewing changes to alsa-kernel/soc/codecs/wm9713.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:
45
45
#define WM9713_DAI_AC97_AUX             1
46
46
#define WM9713_DAI_PCM_VOICE    2
47
47
 
48
 
extern struct snd_soc_codec_device soc_codec_dev_wm9713;
49
 
extern struct snd_soc_dai wm9713_dai[3];
50
 
 
51
48
int wm9713_reset(struct snd_soc_codec *codec,  int try_warm);
52
49
 
53
50
#endif