RDMA/rtrs: server: Fix some error return code
[linux/fpc-iii.git] / include / sound / ac97 / compat.h
blob57e19afa31ab5c63ab810ca94c6ec8627cfc911f
1 /* SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
5 * This file is for backward compatibility with snd_ac97 structure and its
6 * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
7 */
9 #ifndef AC97_COMPAT_H
10 #define AC97_COMPAT_H
12 #include <sound/ac97_codec.h>
14 struct snd_ac97 *snd_ac97_compat_alloc(struct ac97_codec_device *adev);
15 void snd_ac97_compat_release(struct snd_ac97 *ac97);
17 #endif