Build fix.

This commit is contained in:
Uwe Hermann 2011-01-23 18:21:58 +01:00
parent 108a5bfbba
commit da69237321
1 changed files with 3 additions and 3 deletions

View File

@ -155,9 +155,9 @@ static void *hw_get_device_info(int device_index, int device_info_id)
case DI_CUR_SAMPLERATE:
info = &alsa->cur_rate;
break;
case DI_PROBE_TYPE:
info = GINT_TO_POINTER(PROBE_TYPE_ANALOG);
break;
// case DI_PROBE_TYPE:
// info = GINT_TO_POINTER(PROBE_TYPE_ANALOG);
// break;
}
return info;