Fix bogus pause flag on dmix

Fix bogus PCM pause flag on dmix.  It doesn't support pause properly.
This commit is contained in:
Takashi Iwai 2006-07-25 15:36:13 +02:00
parent 5e3fc87888
commit 982786e9eb

View file

@ -805,6 +805,8 @@ int snd_pcm_direct_resume(snd_pcm_t *pcm)
/* copy the slave setting */
static void save_slave_setting(snd_pcm_direct_t *dmix, snd_pcm_t *spcm)
{
spcm->info &= ~SND_PCM_INFO_PAUSE;
COPY_SLAVE(access);
COPY_SLAVE(format);
COPY_SLAVE(subformat);