Blame view

include/sound/saif.h 466 Bytes
76067540c   Dong Aisheng   ASoC: mxs-saif: a...
1
2
3
4
5
6
7
8
9
10
11
12
  /*
   * Copyright 2011 Freescale Semiconductor, Inc. All Rights Reserved.
   *
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU General Public License version 2 as
   * published by the Free Software Foundation.
   */
  
  #ifndef __SOUND_SAIF_H__
  #define __SOUND_SAIF_H__
  
  struct mxs_saif_platform_data {
778825801   Dong Aisheng   ASoC: mxs-saif: r...
13
14
  	bool master_mode;	/* if true use master mode */
  	int master_id;		/* id of the master if in slave mode */
76067540c   Dong Aisheng   ASoC: mxs-saif: a...
15
16
  };
  #endif