Blame view

sound/ac97/codec.c 305 Bytes
d2912cb15   Thomas Gleixner   treewide: Replace...
1
  // SPDX-License-Identifier: GPL-2.0-only
74426fbff   Robert Jarzmik   ALSA: ac97: add a...
2
3
  /*
   *  Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
74426fbff   Robert Jarzmik   ALSA: ac97: add a...
4
5
6
7
8
9
10
11
   */
  
  #include <sound/ac97_codec.h>
  #include <sound/ac97/codec.h>
  #include <sound/ac97/controller.h>
  #include <linux/device.h>
  #include <linux/slab.h>
  #include <sound/soc.h>	/* For compat_ac97_* */