mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
topology: dapm - coding fixes
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
3b9e39dab5
commit
0d6949b7f1
1 changed files with 7 additions and 8 deletions
|
|
@ -152,8 +152,7 @@ static int copy_dapm_control(struct tplg_elem *elem, struct tplg_elem *ref)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* check referenced controls for a widget */
|
/* check referenced controls for a widget */
|
||||||
static int tplg_build_widget(snd_tplg_t *tplg,
|
static int tplg_build_widget(snd_tplg_t *tplg, struct tplg_elem *elem)
|
||||||
struct tplg_elem *elem)
|
|
||||||
{
|
{
|
||||||
struct tplg_ref *ref;
|
struct tplg_ref *ref;
|
||||||
struct list_head *base, *pos;
|
struct list_head *base, *pos;
|
||||||
|
|
@ -314,7 +313,7 @@ int tplg_build_routes(snd_tplg_t *tplg)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct tplg_elem* tplg_elem_new_route(snd_tplg_t *tplg)
|
struct tplg_elem *tplg_elem_new_route(snd_tplg_t *tplg)
|
||||||
{
|
{
|
||||||
struct tplg_elem *elem;
|
struct tplg_elem *elem;
|
||||||
struct snd_soc_tplg_dapm_graph_elem *line;
|
struct snd_soc_tplg_dapm_graph_elem *line;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue