/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __SOUND_AMP_H #define __SOUND_AMP_H /* * ALSA driver for VIA VT1724 (Envy24HT) * * Lowlevel functions for Advanced Micro Peripherals Ltd AUDIO2000 * * Copyright (c) 2000 Jaroslav Kysela <[email protected]> */ #define AMP_AUDIO2000_DEVICE_DESC … #if 0 #define VT1724_SUBDEVICE_AUDIO2000 … #else #define VT1724_SUBDEVICE_AUDIO2000 … #endif #define VT1724_SUBDEVICE_AV710 … /* WM8728 on I2C for AV710 */ #define WM_DEV … #define WM_ATTEN_L … #define WM_ATTEN_R … #define WM_DAC_CTRL … #define WM_INT_CTRL … extern struct snd_ice1712_card_info snd_vt1724_amp_cards[]; #endif /* __SOUND_AMP_H */