]> Git Repo - linux.git/blame - sound/ac97/codec.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
[linux.git] / sound / ac97 / codec.c
CommitLineData
74426fbf
RJ
1/*
2 * Copyright (C) 2016 Robert Jarzmik <[email protected]>
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 */
8
9#include <sound/ac97_codec.h>
10#include <sound/ac97/codec.h>
11#include <sound/ac97/controller.h>
12#include <linux/device.h>
13#include <linux/slab.h>
14#include <sound/soc.h> /* For compat_ac97_* */
15
This page took 0.160746 seconds and 4 git commands to generate.