Revision 43108c72cf1d518f3ce62d3b1c8a9ffa38ddc28b authored by Pavel on 05 January 2020, 22:36:58 UTC, committed by Pavel Machek on 22 January 2020, 20:08:24 UTC
Add pointer to datasheet and fix typo in printk message.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
1 parent 51eb5a2
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