Home | History | Annotate | Download | only in alsa_sound

Lines Matching defs:fp

80     FILE *fp;
146 if((fp = fopen("/proc/asound/cards","r")) == NULL) {
149 while((fgets(soundCardInfo, sizeof(soundCardInfo), fp) != NULL)) {
162 fclose(fp);