Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.2.
 1/* SPDX-License-Identifier: GPL-2.0 */
 2#ifndef __BCM63XX_DSP_H
 3#define __BCM63XX_DSP_H
 4
 5struct bcm63xx_dsp_platform_data {
 6	unsigned gpio_rst;
 7	unsigned gpio_int;
 8	unsigned cs;
 9	unsigned ext_irq;
10};
11
12int __init bcm63xx_dsp_register(const struct bcm63xx_dsp_platform_data *pd);
13
14#endif /* __BCM63XX_DSP_H */