Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0
0002  *
0003  *  Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
0004  *
0005  * This file is for backward compatibility with snd_ac97 structure and its
0006  * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
0007  */
0008 
0009 #ifndef AC97_COMPAT_H
0010 #define AC97_COMPAT_H
0011 
0012 #include <sound/ac97_codec.h>
0013 
0014 struct snd_ac97 *snd_ac97_compat_alloc(struct ac97_codec_device *adev);
0015 void snd_ac97_compat_release(struct snd_ac97 *ac97);
0016 
0017 #endif