x86/mm/init: Add helper for freeing kernel image pages
[linux/fpc-iii.git] / include / sound / ac97 / compat.h
blob1351cba40048e577ccfb19b7a7ee072b5690cd6f
1 /*
2 * Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
8 * This file is for backward compatibility with snd_ac97 structure and its
9 * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
12 #ifndef AC97_COMPAT_H
13 #define AC97_COMPAT_H
15 #include <sound/ac97_codec.h>
17 struct snd_ac97 *snd_ac97_compat_alloc(struct ac97_codec_device *adev);
18 void snd_ac97_compat_release(struct snd_ac97 *ac97);
20 #endif