brintos

brintos / linux-shallow public Read only

0
0
Text · 400 B · 98de80a Raw
18 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright (C) ST-Ericsson SA 20124 *5 * Author: Ola Lilja <ola.o.lilja@stericsson.com>6 *         for ST-Ericsson.7 */8 9#ifndef MOP500_AB8500_H10#define MOP500_AB8500_H11 12extern const struct snd_soc_ops mop500_ab8500_ops[];13 14int mop500_ab8500_machine_init(struct snd_soc_pcm_runtime *rtd);15void mop500_ab8500_remove(struct snd_soc_card *card);16 17#endif18