diff options
-rw-r--r-- | sound/soc/soc-dapm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 200ae7cd2f00..b8e6ab739def 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c | |||
@@ -1242,7 +1242,7 @@ static ssize_t dapm_widget_power_read_file(struct file *file, | |||
1242 | 1242 | ||
1243 | if (p->connect) | 1243 | if (p->connect) |
1244 | ret += snprintf(buf + ret, PAGE_SIZE - ret, | 1244 | ret += snprintf(buf + ret, PAGE_SIZE - ret, |
1245 | " in %s %s\n", | 1245 | " in \"%s\" \"%s\"\n", |
1246 | p->name ? p->name : "static", | 1246 | p->name ? p->name : "static", |
1247 | p->source->name); | 1247 | p->source->name); |
1248 | } | 1248 | } |
@@ -1252,7 +1252,7 @@ static ssize_t dapm_widget_power_read_file(struct file *file, | |||
1252 | 1252 | ||
1253 | if (p->connect) | 1253 | if (p->connect) |
1254 | ret += snprintf(buf + ret, PAGE_SIZE - ret, | 1254 | ret += snprintf(buf + ret, PAGE_SIZE - ret, |
1255 | " out %s %s\n", | 1255 | " out \"%s\" \"%s\"\n", |
1256 | p->name ? p->name : "static", | 1256 | p->name ? p->name : "static", |
1257 | p->sink->name); | 1257 | p->sink->name); |
1258 | } | 1258 | } |