1 /* SPDX-License-Identifier: GPL-2.0 !! 1 /* 2 * << 3 * Copyright (C) 2016 Robert Jarzmik <robert. 2 * Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr> 4 * 3 * >> 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. >> 7 * 5 * This file is for backward compatibility wit 8 * This file is for backward compatibility with snd_ac97 structure and its 6 * multiple usages, such as the snd_ac97_bus a 9 * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops. >> 10 * 7 */ 11 */ 8 << 9 #ifndef AC97_COMPAT_H 12 #ifndef AC97_COMPAT_H 10 #define AC97_COMPAT_H 13 #define AC97_COMPAT_H 11 14 12 #include <sound/ac97_codec.h> 15 #include <sound/ac97_codec.h> 13 16 14 struct snd_ac97 *snd_ac97_compat_alloc(struct 17 struct snd_ac97 *snd_ac97_compat_alloc(struct ac97_codec_device *adev); 15 void snd_ac97_compat_release(struct snd_ac97 * 18 void snd_ac97_compat_release(struct snd_ac97 *ac97); 16 19 17 #endif 20 #endif 18 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.