asoc-poodle.h 361 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __LINUX_PLATFORM_DATA_POODLE_AUDIO
  3. #define __LINUX_PLATFORM_DATA_POODLE_AUDIO
  4. /* locomo is not a proper gpio driver, and uses its own api */
  5. struct poodle_audio_platform_data {
  6. struct device *locomo_dev;
  7. int gpio_amp_on;
  8. int gpio_mute_l;
  9. int gpio_mute_r;
  10. int gpio_232vcc_on;
  11. int gpio_jk_b;
  12. };
  13. #endif