mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
topology: cosmetic changes (functions)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
d768da27e7
commit
b20b400e2f
5 changed files with 24 additions and 21 deletions
|
|
@ -600,7 +600,7 @@ int tplg_save_control_bytes(snd_tplg_t *tplg ATTRIBUTE_UNUSED,
|
|||
|
||||
/* Parse Control Enums. */
|
||||
int tplg_parse_control_enum(snd_tplg_t *tplg, snd_config_t *cfg,
|
||||
void *private ATTRIBUTE_UNUSED)
|
||||
void *private ATTRIBUTE_UNUSED)
|
||||
{
|
||||
struct snd_soc_tplg_enum_control *ec;
|
||||
struct tplg_elem *elem;
|
||||
|
|
@ -736,7 +736,8 @@ int tplg_save_control_enum(snd_tplg_t *tplg ATTRIBUTE_UNUSED,
|
|||
* Mixer control. Supports multiple channels.
|
||||
*/
|
||||
int tplg_parse_control_mixer(snd_tplg_t *tplg,
|
||||
snd_config_t *cfg, void *private ATTRIBUTE_UNUSED)
|
||||
snd_config_t *cfg,
|
||||
void *private ATTRIBUTE_UNUSED)
|
||||
{
|
||||
struct snd_soc_tplg_mixer_control *mc;
|
||||
struct tplg_elem *elem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue