]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix compile warnings
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Feb 2005 17:28:08 +0000 (17:28 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 9 Feb 2005 17:28:08 +0000 (17:28 +0000)
Fixed compile warnings with unused variables.

src/pcm/pcm_ioplug.c

index 2a8d9fd2b1549968d76e7d7b405d64a60ba226bb..9ed12555d1329f867b0b3a120a4af0b70189c223 100644 (file)
@@ -871,8 +871,6 @@ int snd_pcm_ioplug_create(snd_pcm_ioplug_t *ioplug, const char *name,
        ioplug_priv_t *io;
        int err;
        snd_pcm_t *pcm;
-       snd_pcm_access_t def_access = SND_PCM_ACCESS_RW_INTERLEAVED;
-       snd_pcm_format_t def_format = SND_PCM_FORMAT_S16;
 
        assert(ioplug && ioplug->callback);
        assert(ioplug->callback->start &&