Ignore:
Timestamp:
Jun 12, 2007, 11:32:16 PM (18 years ago)
Author:
stevenhl
Message:

Make a bunch of warnings go away

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/sound.c

    r86 r130  
    5757
    5858//OSS32 to ALSA datatype conversion table
    59 static OSSToALSADataType[OSS32_PCM_MAX_FORMATS] = {
     59static int OSSToALSADataType[OSS32_PCM_MAX_FORMATS] = {
    6060/* OSS32_PCM_FORMAT_S8     */ SNDRV_PCM_FORMAT_S8,          //signed 8 bits sample
    6161/* OSS32_PCM_FORMAT_U8     */ SNDRV_PCM_FORMAT_U8,          //unsigned 8 bits sample
     
    592592//******************************************************************************
    593593//******************************************************************************
     594
    594595OSSRET OSS32_WaveClose(OSSSTREAMID streamid)
    595596{
Note: See TracChangeset for help on using the changeset viewer.