Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305650
b: refs/heads/master
c: c97f3bd
h: refs/heads/master
v: v3
  • Loading branch information
Liam Girdwood authored and Mark Brown committed Apr 23, 2012
1 parent 9c516a4 commit 790291c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fde39a6b15612943673555aec7237f9e7228f27d
refs/heads/master: c97f3bdd26080c2cb2a648c37b6dcb8eac2f91e7
4 changes: 2 additions & 2 deletions trunk/include/trace/events/asoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ TRACE_EVENT(snd_soc_dapm_output_path,
__assign_str(pname, path->name ? path->name : DAPM_DIRECT);
__assign_str(psname, path->sink->name);
__entry->path_connect = path->connect;
__entry->path_sink = (int)path->sink;
__entry->path_sink = (long)path->sink;
),

TP_printk("%c%s -> %s -> %s\n",
Expand Down Expand Up @@ -292,7 +292,7 @@ TRACE_EVENT(snd_soc_dapm_input_path,
__assign_str(pname, path->name ? path->name : DAPM_DIRECT);
__assign_str(psname, path->source->name);
__entry->path_connect = path->connect;
__entry->path_source = (int)path->source;
__entry->path_source = (long)path->source;
),

TP_printk("%c%s <- %s <- %s\n",
Expand Down

0 comments on commit 790291c

Please sign in to comment.