From 0fdf4fd06e1bacd874e18ad32fcbbf51ae2ec18a Mon Sep 17 00:00:00 2001 From: Frederik Deweerdt Date: Mon, 14 Apr 2008 13:11:44 +0200 Subject: [PATCH] --- yaml --- r: 92193 b: refs/heads/master c: eaa9985b4edb5f8008998abdda8b85ddeba05f1f h: refs/heads/master i: 92191: d78780c74f03955caa658fd195f759e3aab2c9d9 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_codec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3d543e96966c..0046bf1066a3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 66c9aa6043798197e1760eaf4c5f510d6c69b95a +refs/heads/master: eaa9985b4edb5f8008998abdda8b85ddeba05f1f diff --git a/trunk/sound/pci/hda/hda_codec.c b/trunk/sound/pci/hda/hda_codec.c index 689d177c17bd..a6be6e3e8716 100644 --- a/trunk/sound/pci/hda/hda_codec.c +++ b/trunk/sound/pci/hda/hda_codec.c @@ -2665,8 +2665,8 @@ int snd_hda_multi_out_analog_open(struct hda_codec *codec, if (mout->spdif_maxbps < hinfo->maxbps) hinfo->maxbps = mout->spdif_maxbps; } + mutex_unlock(&codec->spdif_mutex); } - mutex_unlock(&codec->spdif_mutex); return snd_pcm_hw_constraint_step(substream->runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS, 2); }