OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
723 B

  1. ########################################################################
  2. #
  3. # Description : 55-sound.rules
  4. #
  5. # Authors : Alexander E. Patrakov
  6. #
  7. # Version : 00.01
  8. #
  9. # Notes :
  10. #
  11. ########################################################################
  12. SUBSYSTEM=="sound", GROUP="audio"
  13. SUBSYSTEM=="snd", GROUP="audio"
  14. KERNEL=="controlC[0-9]*", NAME="snd/%k", GROUP="audio"
  15. KERNEL=="hwC[D0-9]*", NAME="snd/%k", GROUP="audio"
  16. KERNEL=="pcmC[D0-9cp]*", NAME="snd/%k", GROUP="audio"
  17. KERNEL=="midiC[D0-9]*", NAME="snd/%k", GROUP="audio"
  18. KERNEL=="timer", NAME="snd/%k", GROUP="audio"
  19. KERNEL=="seq", NAME="snd/%k", GROUP="audio"
  20. SUBSYSTEM=="sound", KERNEL=="controlC?", RUN+="/usr/sbin/alsactl -F restore %n"