]> git.sur5r.net Git - u-boot/blobdiff - include/i2s.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / include / i2s.h
index aee52e7f14a44358986351fb4080a3ef916dcb05..e6d45ec26d75a90ff19e4bbf5a16b3e6ba481d47 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2012 Samsung Electronics
  * R. Chandrasekar <rcsekar@samsung.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __I2S_H__
@@ -85,6 +84,7 @@ struct i2stx_info {
        unsigned int bitspersample;     /* bits per sample */
        unsigned int channels;          /* audio channels */
        unsigned int base_address;      /* I2S Register Base */
+       unsigned int id;                /* I2S controller id */
 };
 
 /*