Man Page: snd_pcm_new_internal
Operating Environment: centos
Section: 9
SND_PCM_NEW_INTERNAL(9) PCM API SND_PCM_NEW_INTERNAL(9)NAMEsnd_pcm_new_internal - create a new internal PCM instanceSYNOPSISint snd_pcm_new_internal(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 - shared with normal PCMs) 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 internal PCM instance with no userspace device or procfs entries. This is used by ASoC Back End PCMs in order to create a PCM that will only be used internally by kernel drivers. i.e. it cannot be opened by userspace. It provides existing ASoC components drivers with a substream and access to any private data. 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_INTERNAL(9)
| Related Man Pages |
|---|
| snd_emu10kx(4) - debian |
| amixer(1) - centos |
| snd_emu10kx(4) - freebsd |
| ddi_get_instance(9f) - debian |
| ddi_get_instance(9f) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| DB2 convert digits to binary format |
| Docker learning Phase-I |
| Shopt -s histappend |
| Please Welcome Dave Munro to the Moderator Team! |