SND_CTL_RENAME_ID
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
snd_ctl_rename_id - replace the id of a control on the card
SYNOPSIS
"SYNOPSIS"
int snd_ctl_rename_id (snd_card_t * card, snd_ctl_elem_id_t * src_id, snd_ctl_elem_id_t * dst_id);
ARGUMENTS
- card
-
the card instance
- src_id
-
the old id
- dst_id
-
the new id
DESCRIPTION
Finds the control with the old id from the card, and replaces the
id with the new one.
Returns zero if successful, or a negative error code on failure.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:50 GMT, October 09, 2005