Revision 385536090b18534967b1073d0f18b5b86d793c30 authored by Takashi Iwai on 18 February 2020, 12:33:39 UTC, committed by Takashi Iwai on 18 February 2020, 12:33:39 UTC
ASoC: Fixes for v5.6

A few fixes sent in since the merge window, none of them with global
impact but all important for the users they affect.
2 parent s 44eeb08 + 96781fd
Raw File
codec.c
// SPDX-License-Identifier: GPL-2.0-only
/*
 *  Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
 */

#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_* */

back to top