snd_pcm_new(9) suse man page | unix.com

Man Page: snd_pcm_new

Operating Environment: suse

Section: 9

SND_PCM_NEW(9)							   Sound Devices						    SND_PCM_NEW(9)

NAME
snd_pcm_new - create a new PCM instance
SYNOPSIS
int snd_pcm_new(struct snd_card * card, const char * id, int device, int playback_count, int capture_count, struct snd_pcm ** rpcm);
ARGUMENTS
card the card instance id the id string device the device index (zero based) playback_count the number of substreams for playback capture_count the number of substreams for capture rpcm the pointer to store the new pcm instance
DESCRIPTION
Creates a new PCM instance. The pcm operators have to be set afterwards to the new instance via snd_pcm_set_ops. Returns zero if successful, or a negative error code on failure.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SND_PCM_NEW(9)
Related Man Pages
snd_ad1816(4) - debian
alsaloop(1) - centos
ddi_get_instance(9f) - debian
ddi_get_instance(9f) - v7
ddi_get_instance(9f) - suse
Similar Topics in the Unix Linux Community
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
The Future of the PM (Private Message) System at UNIX.com
Shopt -s histappend
32 bit process addressing more than 4GB