diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-03-24 00:35:50 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-03-24 00:35:50 +0100 |
commit | e0d2054fd3cf167395390dc1758644486c782707 (patch) | |
tree | 108fd3138f0246f5fa17454680d6d04a670ed6d8 /sound/core/pcm.c | |
parent | Merge branch 'topic/pcm-cleanup' into for-linus (diff) | |
parent | ALSA: sound/ali5451: typo: s/resouces/resources/ (diff) | |
download | linux-e0d2054fd3cf167395390dc1758644486c782707.tar.xz linux-e0d2054fd3cf167395390dc1758644486c782707.zip |
Merge branch 'topic/misc' into for-linus
Diffstat (limited to 'sound/core/pcm.c')
-rw-r--r-- | sound/core/pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm.c b/sound/core/pcm.c index 37f567a68ef2..145931a9ff30 100644 --- a/sound/core/pcm.c +++ b/sound/core/pcm.c @@ -691,7 +691,7 @@ EXPORT_SYMBOL(snd_pcm_new_stream); * * Returns zero if successful, or a negative error code on failure. */ -int snd_pcm_new(struct snd_card *card, char *id, int device, +int snd_pcm_new(struct snd_card *card, const char *id, int device, int playback_count, int capture_count, struct snd_pcm ** rpcm) { |