diff options
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 689d177c17bd..a6be6e3e8716 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -2665,8 +2665,8 @@ int snd_hda_multi_out_analog_open(struct hda_codec *codec, | |||
2665 | if (mout->spdif_maxbps < hinfo->maxbps) | 2665 | if (mout->spdif_maxbps < hinfo->maxbps) |
2666 | hinfo->maxbps = mout->spdif_maxbps; | 2666 | hinfo->maxbps = mout->spdif_maxbps; |
2667 | } | 2667 | } |
2668 | mutex_unlock(&codec->spdif_mutex); | ||
2668 | } | 2669 | } |
2669 | mutex_unlock(&codec->spdif_mutex); | ||
2670 | return snd_pcm_hw_constraint_step(substream->runtime, 0, | 2670 | return snd_pcm_hw_constraint_step(substream->runtime, 0, |
2671 | SNDRV_PCM_HW_PARAM_CHANNELS, 2); | 2671 | SNDRV_PCM_HW_PARAM_CHANNELS, 2); |
2672 | } | 2672 | } |