diff --git a/[refs] b/[refs] index 7feb34ab6325..ab46069a319f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 60884c2767e0d9314a49e1ee7a0661b3464989c1 +refs/heads/master: 04570c628fbd5ede85d87a0b81bd19df7b13bbc4 diff --git a/trunk/sound/soc/soc-core.c b/trunk/sound/soc/soc-core.c index 8a17048dba42..98a4f7aa4f01 100644 --- a/trunk/sound/soc/soc-core.c +++ b/trunk/sound/soc/soc-core.c @@ -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);