ts3a225e.h 716 B

12345678910111213141516171819202122
  1. /*
  2. *
  3. * This software is licensed under the terms of the GNU General Public
  4. * License version 2, as published by the Free Software Foundation, and
  5. * may be copied, distributed, and modified under those terms.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. *
  12. */
  13. /*
  14. * Definitions for TS3A225E Audio Switch chip.
  15. */
  16. #ifndef __TS3A225E_H__
  17. #define __TS3A225E_H__
  18. int ts3a225e_read_byte(unsigned char cmd, unsigned char *returnData);
  19. int ts3a225e_write_byte(unsigned char cmd, unsigned char writeData);
  20. #endif