Lines Matching refs:proc
32 /proc/asound/oss/sndstat. This shows in the same syntax of
34 On ALSA, you can symlink /dev/sndstat to this proc file.
36 Please note that the devices listed in this proc file appear only
120 writing a command to the proc file. There is a proc file for each PCM
121 stream, /proc/asound/cardX/pcmY[cp]/oss, where X is the card number
123 playback and 'c' for capture, respectively. Note that this proc file
154 % echo "quake 0 0 direct" > /proc/asound/card0/pcm0p/oss
159 % echo "quake 0 0 disable" > /proc/asound/card0/pcm0c/oss
161 The permission of proc files depend on the module options of snd.
183 You can check the currently defined configuration by reading the proc
184 file. The read image can be sent to the proc file again, hence you
187 % cat /proc/asound/card0/pcm0p/oss > /somewhere/oss-cfg
191 % cat /somewhere/oss-cfg > /proc/asound/card0/pcm0p/oss
196 % echo "erase" > /proc/asound/card0/pcm0p/oss
246 The current assignment of these mixer elements is listed in the proc
247 file, /proc/asound/cardX/oss_mixer, which will be like the following
262 proc file. For example, to map "Wave Playback" to the PCM volume,
265 % echo 'VOLUME "Wave Playback" 0' > /proc/asound/card0/oss_mixer
267 The command is exactly as same as listed in the proc file. You can
272 Like the case of PCM proc file, the permission of proc files depend on
276 As well as in the case of PCM proc file, you can save and restore the