blob: 99cfd972ea7afa2a402dcb099d3845fb0f4e85b8 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Ola Liljae06903852012-06-12 08:50:08 +02002/*
3 * Copyright (C) ST-Ericsson SA 2012
4 *
5 * Author: Ola Lilja <ola.o.lilja@stericsson.com>
6 * for ST-Ericsson.
7 *
8 * License terms:
Ola Liljae06903852012-06-12 08:50:08 +02009 */
10
11#ifndef MOP500_AB8500_H
12#define MOP500_AB8500_H
13
14extern struct snd_soc_ops mop500_ab8500_ops[];
15
16int mop500_ab8500_machine_init(struct snd_soc_pcm_runtime *runtime);
17void mop500_ab8500_remove(struct snd_soc_card *card);
18
19#endif