OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
include
/
sound
/
ac97
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
codec.h
3.44 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
compat.h
619 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
controller.h
2.76 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
regs.h
13.03 KB
01/28/2018 09:20:33 PM
rw-r--r--
Editing: compat.h
Close
/* * Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This file is for backward compatibility with snd_ac97 structure and its * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops. * */ #ifndef AC97_COMPAT_H #define AC97_COMPAT_H #include <sound/ac97_codec.h> struct snd_ac97 *snd_ac97_compat_alloc(struct ac97_codec_device *adev); void snd_ac97_compat_release(struct snd_ac97 *ac97); #endif