diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-10-14 17:17:02 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 13:18:51 +0100 |
commit | 063859c854fcb42a04eec4e20c71885dc121edce (patch) | |
tree | e7d37f6c60986cbd8b7e86dd4d7d450d5b72b26b /sound/ppc/beep.c | |
parent | 6b172a853814fe52fb4d5942e660943cb9e6df37 (diff) |
[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>
Diffstat (limited to 'sound/ppc/beep.c')
-rw-r--r-- | sound/ppc/beep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/ppc/beep.c b/sound/ppc/beep.c index 1681ee13efb..d4ec6cc3f1c 100644 --- a/sound/ppc/beep.c +++ b/sound/ppc/beep.c @@ -171,8 +171,6 @@ static int snd_pmac_beep_event(struct input_dev *dev, unsigned int type, unsigne * beep volume mixer */ -#define chip_t pmac_t - static int snd_pmac_info_beep(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t *uinfo) { uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; |