Name

snd_jack_report — Report the current status of a jack

Synopsis

void snd_jack_report (struct snd_jack * jack,
 int status);
 

Arguments

jack

The jack to report status for

status

The current status of the jack

Note

This function uses mutexes and should be called from a context which can sleep (such as a workqueue).