// SPDX-License-Identifier: GPL-2.0-or-later /* * ALSA driver for VT1720/VT1724 (Envy24PT/Envy24HT) * * Lowlevel functions for VT1720-based motherboards * * Copyright (c) 2004 Takashi Iwai <[email protected]> */ #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/init.h> #include <sound/core.h> #include "ice1712.h" #include "envy24ht.h" #include "vt1720_mobo.h" static int k8x800_init(struct snd_ice1712 *ice) { … } static int k8x800_add_controls(struct snd_ice1712 *ice) { … } /* EEPROM image */ static const unsigned char k8x800_eeprom[] = …; static const unsigned char sn25p_eeprom[] = …; /* entry point */ struct snd_ice1712_card_info snd_vt1720_mobo_cards[] = …;