hal/hald/linux2 classdev.c,1.27,1.28

David Zeuthen david at freedesktop.org
Mon Jul 25 12:51:38 PDT 2005


Update of /cvs/hal/hal/hald/linux2
In directory gabe:/tmp/cvs-serv6682/hald/linux2

Modified Files:
	classdev.c 
Log Message:
2005-07-25  David Zeuthen  <davidz at redhat.com>

        * hald/linux2/classdev.c (sound_add): Forgot to add alsa_.device_file

        * doc/spec/hal-spec.xml.in: Add docs for alsa.device_file



Index: classdev.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/classdev.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- classdev.c	27 Jun 2005 19:13:03 -0000	1.27
+++ classdev.c	25 Jul 2005 19:51:36 -0000	1.28
@@ -468,6 +468,7 @@
 	hal_device_property_set_string (d, "info.category", "alsa");
 	hal_device_add_capability (d, "alsa");
 	hal_device_property_set_string (d, "alsa.physical_device", physdev->udi);
+	hal_device_property_set_string (d, "alsa.device_file", device_file);
 
 	device = hal_util_get_last_element(sysfs_path);
 	if (sscanf (device, "controlC%d", &cardnum) == 1) {




More information about the hal-commit mailing list