17 lines
361 B
C
17 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
|