[ALSA] Remove obsolete chip_t

Modules: Documentation,MIPS AU1x00 driver,PPC Beep,SPARC DBRI driver

Removed the use of chip_t, which was obsoleted.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai
2005-10-14 17:17:02 +02:00
committed by Jaroslav Kysela
parent 6b172a8538
commit 063859c854
4 changed files with 2 additions and 10 deletions

View File

@ -343,9 +343,6 @@ typedef struct snd_dbri {
struct snd_dbri *next;
} snd_dbri_t;
/* Needed for the ALSA macros to work */
#define chip_t snd_dbri_t
#define DBRI_MAX_VOLUME 63 /* Output volume */
#define DBRI_MAX_GAIN 15 /* Input gain */
#define DBRI_RIGHT_BALANCE 255
@ -1767,7 +1764,7 @@ play:
spin_unlock_irqrestore(&dbri->lock, flags);
}
DECLARE_TASKLET(xmit_descs_task, xmit_descs, 0);
static DECLARE_TASKLET(xmit_descs_task, xmit_descs, 0);
/* transmission_complete_intr()
*