centos man page for snd_pcm_new

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)

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.
RETURN
Zero if successful, or a negative error code on failure.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SND_PCM_NEW(9)
Related Man Pages
alsaloop(1) - debian
amixer(1) - suse
ddi_get_instance(9f) - centos
ddi_get_instance(9f) - bsd
ddi_get_instance(9f) - v7
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
How to increment version inside a file?
Shopt -s histappend
Controlling user input
[TIP] Processing YAML files with yq