Query: snd_pcm_new
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_PCM_NEW(9) PCM API SND_PCM_NEW(9)NAMEsnd_pcm_new - create a new PCM instanceSYNOPSISint snd_pcm_new(struct snd_card * card, const char * id, int device, int playback_count, int capture_count, struct snd_pcm ** rpcm);ARGUMENTScard 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 instanceDESCRIPTIONCreates a new PCM instance. The pcm operators have to be set afterwards to the new instance via snd_pcm_set_ops.RETURNZero if successful, or a negative error code on failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SND_PCM_NEW(9)
| Related Man Pages |
|---|
| ddi_get_instance(9f) - sunos |
| ddi_get_instance(9f) - debian |
| ddi_get_instance(9f) - centos |
| ddi_get_instance(9f) - osx |
| ddi_get_instance(9f) - bsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| DB2 convert digits to binary format |
| Tar Command |