mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
sonynwza10/a20: enable pcm frequency selection
Change-Id: I335fcdbb652253e777d0d7406545d0d44d98f4f0
This commit is contained in:
parent
50e93d5687
commit
a82ebac53a
5 changed files with 41 additions and 1 deletions
|
|
@ -34,6 +34,8 @@ void alsa_controls_close(void);
|
|||
/* find a control element ID by name, return false of not found, the id needs
|
||||
* to be allocated */
|
||||
bool alsa_controls_find(snd_ctl_elem_id_t *id, const char *name);
|
||||
/* check wether a control exists */
|
||||
bool alsa_has_control(const char *name);
|
||||
/* find a control element enum index by name, return -1 if not found */
|
||||
int alsa_controls_find_enum(const char *name, const char *enum_name);
|
||||
/* set a control, potentially supports several values */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue