mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Added SND_CTL_READONLY
This commit is contained in:
parent
098932ce57
commit
7fcea07002
3 changed files with 7 additions and 3 deletions
|
|
@ -48,8 +48,6 @@ struct snd_dlsym_link *snd_dlsym_start = NULL;
|
|||
*/
|
||||
void *snd_dlopen(const char *name, int mode)
|
||||
{
|
||||
void *res;
|
||||
|
||||
#ifndef PIC
|
||||
if (name == NULL)
|
||||
return &snd_dlsym_start;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue