cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

codec.c (305B)


      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