spear_spdif.h 345 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright (ST) 2012 Vipin Kumar ([email protected])
  4. */
  5. #ifndef __SOUND_SPDIF_H
  6. #define __SOUND_SPDIF_H
  7. struct spear_spdif_platform_data {
  8. /* DMA params */
  9. void *dma_params;
  10. bool (*filter)(struct dma_chan *chan, void *slave);
  11. void (*reset_perip)(void);
  12. };
  13. #endif /* SOUND_SPDIF_H */