comparison libmpdemux/tvi_bsdbt848.c @ 10822:6377c7d0459e

audio id setting support for bsdbt848 by Nikolay Nikolaev <nicknickolaev@yahoo.com>
author alex
date Sat, 06 Sep 2003 00:24:05 +0000
parents 0ea7b9c6c27f
children 6e35326c742f
comparison
equal deleted inserted replaced
10821:e9e5dca4af9e 10822:6377c7d0459e
356 { 356 {
357 perror("fps:ioctl"); 357 perror("fps:ioctl");
358 return(0); 358 return(0);
359 } 359 }
360 360
361 #ifdef BT848_SAUDIO
362 if((priv->tunerready == TRUE) &&
363 ioctl(priv->btfd, BT848_SAUDIO, &tv_param_audio_id) < 0)
364 {
365 perror("audioid:ioctl");
366 }
367 #endif
368
361 return(TVI_CONTROL_TRUE); 369 return(TVI_CONTROL_TRUE);
362 } 370 }
363 371
364 case TVI_CONTROL_VID_GET_FORMAT: 372 case TVI_CONTROL_VID_GET_FORMAT:
365 (int)*(void **)arg = IMGFMT_UYVY; 373 (int)*(void **)arg = IMGFMT_UYVY;