Home
last modified time | relevance | path

Searched refs:open_client (Results 1 – 2 of 2) sorted by relevance

/linux/sound/synth/emux/
H A Dsoundfont.c70 if (sflist->open_client != client) in snd_soundfont_close_check()
125 if (sflist->open_client != client) in snd_soundfont_load()
191 if (sflist->open_client >= 0 || sflist->currsf) in open_patch()
208 sflist->open_client = client; in open_patch()
270 sflist->open_client = -1; in close_patch()
1348 sflist->open_client = -1; in snd_sf_init()
/linux/include/sound/
H A Dsoundfont.h72 int open_client; /* client pointer for lock */ member