xref: /kernel/linux/linux-6.6/sound/ac97/codec.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/sound/ac97/
162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci *  Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#include <sound/ac97_codec.h>
762306a36Sopenharmony_ci#include <sound/ac97/codec.h>
862306a36Sopenharmony_ci#include <sound/ac97/controller.h>
962306a36Sopenharmony_ci#include <linux/device.h>
1062306a36Sopenharmony_ci#include <linux/slab.h>
1162306a36Sopenharmony_ci#include <sound/soc.h>	/* For compat_ac97_* */
1262306a36Sopenharmony_ci
13

Indexes created Thu Nov 07 10:32:03 CST 2024