X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fsound%2Fac97_codec.h;h=7f0ca79d6c98556ef9565a861e6ced9fec1a7507;hb=dad2ad82c5f058367df79de022bd12d36afcd065;hp=d11f34832a972597dfa71890dde819dc24d8ad03;hpb=fac84ef26759a3725bfc53ae3abf21976360aff3;p=powerpc.git diff --git a/include/sound/ac97_codec.h b/include/sound/ac97_codec.h index d11f34832a..7f0ca79d6c 100644 --- a/include/sound/ac97_codec.h +++ b/include/sound/ac97_codec.h @@ -387,15 +387,6 @@ #define AC97_RATES_MIC_ADC 4 #define AC97_RATES_SPDIF 5 -/* shared controllers */ -enum { - AC97_SHARED_TYPE_NONE, - AC97_SHARED_TYPE_ICH, - AC97_SHARED_TYPE_ATIIXP, - AC97_SHARED_TYPE_VIA, - AC97_SHARED_TYPES -}; - /* * */ @@ -468,7 +459,6 @@ struct _snd_ac97_bus { unsigned short used_slots[2][4]; /* actually used PCM slots */ unsigned short pcms_count; /* count of PCMs */ struct ac97_pcm *pcms; - unsigned int shared_type; /* type of shared controller betwen audio and modem */ ac97_t *codec[4]; snd_info_entry_t *proc; };