Query: snd_ctl_add_slave_uncached
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_CTL_ADD_SLAVE_UN(9) Control/Mixer API SND_CTL_ADD_SLAVE_UN(9)NAMEsnd_ctl_add_slave_uncached - Add a virtual slave controlSYNOPSISint snd_ctl_add_slave_uncached(struct snd_kcontrol * master, struct snd_kcontrol * slave);ARGUMENTSmaster vmaster element slave slave element to addDESCRIPTIONAdd a virtual slave control to the given master. Unlike snd_ctl_add_slave, the element added via this function is supposed to have volatile values, and get callback is called at each time quried from the master. When the control peeks the hardware values directly and the value can be changed by other means than the put callback of the element, this function should be used to keep the value always up-to-date.RETURNZero if successful or a negative error code.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SND_CTL_ADD_SLAVE_UN(9)
Related Man Pages |
---|
tk_maintaingeometry(3) - centos |
tk_unmaintaingeometry(3) - suse |
tk_unmaintaingeometry(3) - osx |
tk_maintaingeometry(3) - redhat |
tk_unmaintaingeometry(3) - redhat |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Best performance UNIX just for HOST Virtualization? |
Shopt -s histappend |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |