brintos

brintos / linux-shallow public Read only

0
0
Text · 361 B · 073ee8c Raw
17 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * ALSA ASoC interface for the Loongson platform4 *5 * Copyright (C) 2023 Loongson Technology Corporation Limited6 * Author: Yingkun Meng <mengyingkun@loongson.cn>7 */8 9#ifndef _LOONGSON_DMA_H10#define _LOONGSON_DMA_H11 12#include <sound/soc.h>13 14extern const struct snd_soc_component_driver loongson_i2s_component;15 16#endif17