Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[linux-2.6-block.git] / include / sound / ac97 / compat.h
CommitLineData
1a8f0a3c 1/* SPDX-License-Identifier: GPL-2.0
74426fbf 2 *
1a8f0a3c 3 * Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
74426fbf
RJ
4 *
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.
74426fbf 7 */
1a8f0a3c 8
74426fbf
RJ
9#ifndef AC97_COMPAT_H
10#define AC97_COMPAT_H
11
12#include <sound/ac97_codec.h>
13
14struct snd_ac97 *snd_ac97_compat_alloc(struct ac97_codec_device *adev);
15void snd_ac97_compat_release(struct snd_ac97 *ac97);
16
17#endif