- added SYNC_PTR ioctl support for pcm_hw plugin

This commit is contained in:
Jaroslav Kysela 2004-05-22 10:14:32 +00:00
parent 5a2c2e0295
commit eafb492512
7 changed files with 186 additions and 63 deletions

View file

@ -632,7 +632,7 @@ int snd_pcm_dshare_open(snd_pcm_t **pcmp, const char *name,
return ret;
}
ret = snd_pcm_hw_open_fd(&spcm, "dshare_client", dshare->hw_fd, 0);
ret = snd_pcm_hw_open_fd(&spcm, "dshare_client", dshare->hw_fd, 0, 0);
if (ret < 0) {
SNDERR("unable to open hardware");
goto _err;