thesis/linux-6.8.1/sound/soc/loongson/loongson_dma.h
2025-03-19 13:44:23 +01:00

16 lines
361 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* ALSA ASoC interface for the Loongson platform
*
* Copyright (C) 2023 Loongson Technology Corporation Limited
* Author: Yingkun Meng <mengyingkun@loongson.cn>
*/
#ifndef _LOONGSON_DMA_H
#define _LOONGSON_DMA_H
#include <sound/soc.h>
extern const struct snd_soc_component_driver loongson_i2s_component;
#endif