Author: pebender
Date: Thu Apr  9 09:02:00 2009
New Revision: 4591

Modified:
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-audio.rules.disabled

Log:
- Updated udev audio detection rule with new hardware.



Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-audio.rules.disabled
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-audio.rules.disabled
     
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-audio.rules.disabled
     
Thu Apr  9 09:02:00 2009
@@ -5,10 +5,11 @@
  #      
pci:<class>:<class_prog>:<vendor>:<device>:<subsystem_vendor>:<subsystem_device>
  #     usb:<idVendor>:<idProduct>
  # mm_detect_state_audio has the following format:
-#     <audio_card_number>,<audio_device_number>
+#     <audio_card_number>,<audio_device_number>,<audio_gain>
  # where
  #     <audio_card_number>: The audio card number. %n should work.
  #     <audio_card_device>: The audio device number for audio playback.
+#     <audio_gain>:        The audio gain (in %) for audio playback.
   
#-------------------------------------------------------------------------------
  ACTION!="add|change|remove", GOTO="end"
  KERNEL=="card[0-9]*", SUBSYSTEM=="sound", GOTO="begin"
@@ -31,6 +32,8 @@
  # ENV{mm_detect_id}=="pci:0403:00:8086:284b:8086:2503",  
ENV{mm_detect_state_audio}="%n,,90"
  # ASUS P5E-VM HDMI
  # ENV{mm_detect_id}=="pci:0403:00:8086:293e:1043:8277",  
ENV{mm_detect_state_audio}="%n,,90"
+# Intel DG33TL
+  ENV{mm_detect_id}=-"pci:0403:00:8086:293e:8086:4001",  
ENV{mm_detect_state_audio}="%n,0,100"

   
#-------------------------------------------------------------------------------
  # NVIDIA

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to