192. .sysconfig.sound

SCR Agent for reading/writing /etc/sysconfig/alsa using the rc-agent

192.1. Description

Read/Sets the values defined in /etc/sysconfig/alsa in an easy manner.

Access type: read/write

File Name: /usr/share/YaST2/scrconf/cfg_sound.scr

See: y2a_rcnf/rcagent.txt libscr

192.2. Usage

Example 95. 

  Dir(.alsa)
  (["LOAD_ALSA_SEQ"])

  Read(.alsa.LOAD_ALSA_SEQ)
  ("yes")

  Write(.alsa.LOAD_ALSA_SEQ, "no")
  (true)