es705-profiles.h 671 B

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * es705-routes.h -- Audience eS705 ALSA SoC Audio driver
  3. *
  4. * Copyright 2013 Audience, Inc.
  5. *
  6. * Author: Genisim Tsilker <gtsilker@audience.com>
  7. *
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License version 2 as
  11. * published by the Free Software Foundation.
  12. */
  13. #ifndef _ES705_PROFILES_H
  14. #define _ES705_PROFILES_H
  15. #define ES705_CUSTOMER_PROFILE_MAX 4
  16. static u32 es705_audio_custom_profiles[ES705_CUSTOMER_PROFILE_MAX][20] = {
  17. {
  18. 0xffffffff /* terminate */
  19. },
  20. {
  21. 0xffffffff /* terminate */
  22. },
  23. {
  24. 0xffffffff /* terminate */
  25. },
  26. {
  27. 0xffffffff /* terminate */
  28. },
  29. };
  30. #endif