~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/intel_sst/jack.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Temporary staging glue */
2
 
 
3
 
#include <sound/jack.h>
4
 
 
5
 
/* These want adding to jack.h as enum entries once approved */
6
 
 
7
 
#define SND_JACK_HS_SHORT_PRESS         (SND_JACK_HEADSET | 0x0020)
8
 
#define SND_JACK_HS_LONG_PRESS          (SND_JACK_HEADSET | 0x0040)
9
 
 
10