fm801.c (05668381140309088443bf5dc53add4104610fbb) | fm801.c (efce4bb9ecd033c9e0f221549be0098bcf6a3aad) |
---|---|
1/* 2 * The driver for the ForteMedia FM801 based soundcards 3 * Copyright (c) by Jaroslav Kysela <perex@suse.cz> 4 * 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 21 unchanged lines hidden (view full) --- 30#include <sound/pcm.h> 31#include <sound/ac97_codec.h> 32#include <sound/mpu401.h> 33#include <sound/opl3.h> 34#include <sound/initval.h> 35 36#include <asm/io.h> 37 | 1/* 2 * The driver for the ForteMedia FM801 based soundcards 3 * Copyright (c) by Jaroslav Kysela <perex@suse.cz> 4 * 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 21 unchanged lines hidden (view full) --- 30#include <sound/pcm.h> 31#include <sound/ac97_codec.h> 32#include <sound/mpu401.h> 33#include <sound/opl3.h> 34#include <sound/initval.h> 35 36#include <asm/io.h> 37 |
38#if (defined(CONFIG_SND_FM801_TEA575X) || defined(CONFIG_SND_FM801_TEA575X_MODULE)) && (defined(CONFIG_VIDEO_DEV) || defined(CONFIG_VIDEO_DEV_MODULE)) | 38#ifdef CONFIG_SND_FM801_TEA575X_BOOL |
39#include <sound/tea575x-tuner.h> 40#define TEA575X_RADIO 1 41#endif 42 43MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); 44MODULE_DESCRIPTION("ForteMedia FM801"); 45MODULE_LICENSE("GPL"); 46MODULE_SUPPORTED_DEVICE("{{ForteMedia,FM801}," --- 1509 unchanged lines hidden --- | 39#include <sound/tea575x-tuner.h> 40#define TEA575X_RADIO 1 41#endif 42 43MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); 44MODULE_DESCRIPTION("ForteMedia FM801"); 45MODULE_LICENSE("GPL"); 46MODULE_SUPPORTED_DEVICE("{{ForteMedia,FM801}," --- 1509 unchanged lines hidden --- |