xref: /openbmc/linux/sound/ac97/codec.c (revision 14474950)
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  *  Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
4  */
5 
6 #include <sound/ac97_codec.h>
7 #include <sound/ac97/codec.h>
8 #include <sound/ac97/controller.h>
9 #include <linux/device.h>
10 #include <linux/slab.h>
11 #include <sound/soc.h>	/* For compat_ac97_* */
12 
13