jz4740-i2s.h 366 B

12345678910111213141516
  1. /*
  2. * This program is free software; you can redistribute it and/or modify
  3. * it under the terms of the GNU General Public License version 2 as
  4. * published by the Free Software Foundation.
  5. */
  6. #ifndef _JZ4740_I2S_H
  7. #define _JZ4740_I2S_H
  8. /* I2S clock source */
  9. #define JZ4740_I2S_CLKSRC_EXT 0
  10. #define JZ4740_I2S_CLKSRC_PLL 1
  11. #define JZ4740_I2S_BIT_CLK 0
  12. #endif