xref: /kernel/linux/linux-6.6/include/sound/ac97/compat.h (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/include/sound/ac97/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci *
362306a36Sopenharmony_ci *  Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * This file is for backward compatibility with snd_ac97 structure and its
662306a36Sopenharmony_ci * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
762306a36Sopenharmony_ci */
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#ifndef AC97_COMPAT_H
1062306a36Sopenharmony_ci#define AC97_COMPAT_H
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#include <sound/ac97_codec.h>
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_cistruct snd_ac97 *snd_ac97_compat_alloc(struct ac97_codec_device *adev);
1562306a36Sopenharmony_civoid snd_ac97_compat_release(struct snd_ac97 *ac97);
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci#endif
18

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