Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305635
b: refs/heads/master
c: 04570c6
h: refs/heads/master
i:
  305633: 30c7851
  305631: 06dd040
v: v3
  • Loading branch information
Mark Brown committed Apr 16, 2012
1 parent ae269c1 commit 33afafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 60884c2767e0d9314a49e1ee7a0661b3464989c1
refs/heads/master: 04570c628fbd5ede85d87a0b81bd19df7b13bbc4
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3031,7 +3031,7 @@ int snd_soc_dai_digital_mute(struct snd_soc_dai *dai, int mute)
if (dai->driver && dai->driver->ops->digital_mute)
return dai->driver->ops->digital_mute(dai, mute);
else
return -EINVAL;
return -ENOTSUPP;
}
EXPORT_SYMBOL_GPL(snd_soc_dai_digital_mute);

Expand Down

0 comments on commit 33afafb

Please sign in to comment.