Update of /cvsroot/alsa/alsa-kernel/include
In directory usw-pr-cvs1:/tmp/cvs-serv5552

Modified Files:
        ac97_codec.h 
Log Message:
Added ac97_can_amap() condition

Index: ac97_codec.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/ac97_codec.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ac97_codec.h        25 Aug 2002 17:20:06 -0000      1.13
+++ ac97_codec.h        26 Aug 2002 13:06:57 -0000      1.14
@@ -219,6 +219,10 @@
 {
        return (ac97->ext_id & AC97_EI_REV_MASK) == AC97_EI_REV_22;
 }
+static inline int ac97_can_amap(ac97_t * ac97)
+{
+       return (ac97->ext_id & AC97_EI_AMAP) != 0;
+}
 
 /* functions */
 int snd_ac97_mixer(snd_card_t * card, ac97_t * _ac97, ac97_t ** rac97);



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to