Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275988
b: refs/heads/master
c: 2391a0e
h: refs/heads/master
v: v3
  • Loading branch information
Timo Juhani Lindfors authored and Mark Brown committed Nov 17, 2011
1 parent 9d4a900 commit a5c6bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0f768a7235d3dfb6f4833030a95a06419df089cb
refs/heads/master: 2391a0e06789a3f1718dee30b282562f7ed28c87
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ static int wm8753_set_dai(struct snd_kcontrol *kcontrol,
struct wm8753_priv *wm8753 = snd_soc_codec_get_drvdata(codec);
u16 ioctl;

if (wm8753->dai_func == ucontrol->value.integer.value[0])
return 0;

if (codec->active)
return -EBUSY;

Expand Down

0 comments on commit a5c6bed

Please sign in to comment.