diff src/alsa/alsa.h @ 3003:8b7a44631121

Add hardware_present probe for a meaningful return code. Probe priority 1.
author Tony Vroon <chainsaw@gentoo.org>
date Sat, 28 Feb 2009 02:34:13 +0000
parents 3134a0987162
children
line wrap: on
line diff
--- a/src/alsa/alsa.h	Sat Mar 28 17:29:21 2009 +0900
+++ b/src/alsa/alsa.h	Sat Feb 28 02:34:13 2009 +0000
@@ -57,6 +57,7 @@
 
 void alsa_about(void);
 void alsa_configure(void);
+gint alsa_hardware_present(void);
 gint alsa_get_mixer(snd_mixer_t **mixer, gint card);
 void alsa_save_config(void);