| 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
|---|---|
| 2 | /* |
| 3 | * ALSA ASoC interface for the Loongson platform |
| 4 | * |
| 5 | * Copyright (C) 2023 Loongson Technology Corporation Limited |
| 6 | * Author: Yingkun Meng <mengyingkun@loongson.cn> |
| 7 | */ |
| 8 | |
| 9 | #ifndef _LOONGSON_DMA_H |
| 10 | #define _LOONGSON_DMA_H |
| 11 | |
| 12 | #include <sound/soc.h> |
| 13 | |
| 14 | extern const struct snd_soc_component_driver loongson_i2s_component; |
| 15 | |
| 16 | #endif |
| 17 |
