Man page 9 : snd_ctl_rename_id
"SND_CTL_RENAME_ID" "9" "August 2013" "Kernel Hackers Manual 3.10" "Control/Mixer API"
Page d'accueil du man
Cette page de documentation est issue d'une conversion automatique de developpez.com.
Les traductions proviennent des sites Debian , Linux Kernel et du projet Perkamon .
N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires .
Article lu fois.
1. NAME▲
snd_ctl_rename_id - replace the id of a control on the card
2. SYNOPSIS ▲
int snd_ctl_rename_id(struct snd_card * card , struct snd_ctl_elem_id * src_id , struct snd_ctl_elem_id * dst_id );
3. ARGUMENTS ▲
card the card instance
src_id the old id
dst_id the new id
4. DESCRIPTION ▲
Finds the control with the old id from the card, and replaces the id with the new one.
5. RETURN ▲
Zero if successful, or a negative error code on failure.
6. COPYRIGHT ▲
Le contenu de cet article est rédigé par Developpez.com et est mis à disposition selon les termes de la
Licence Creative Commons Attribution 3.0 non transposé .
Les logos Developpez.com, en-tête, pied de page, css, et look & feel de l'article sont Copyright © 2013 Developpez.com.