aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-09-17 15:31:56 +0200
committerTakashi Iwai <tiwai@suse.de>2007-09-17 15:31:56 +0200
commitf85097f690c7b805536ab73c92407fff3321a597 (patch)
treec704b7057fe1b6d98a6934b847b6db132308dffc
parentef027077e3dd41553c4ae29821713f630f4abd11 (diff)
downloadsalsa-lib-f85097f690c7b805536ab73c92407fff3321a597.tar.gz
Reorder the initialization (just for casual clean up)v0.0.12
-rw-r--r--src/pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm.c b/src/pcm.c
index 951a1b6..6d7406b 100644
--- a/src/pcm.c
+++ b/src/pcm.c
@@ -128,8 +128,8 @@ int snd_pcm_open(snd_pcm_t **pcmp, const char *name,
}
pcm->card = card;
- pcm->device = dev;
pcm->stream = stream;
+ pcm->device = dev;
pcm->subdevice = subdev;
pcm->protocol = ver;
pcm->fd = fd;