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 402ce00c6a13..5ead2a3d05ad 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -1771,7 +1771,7 @@ int snd_hda_ch_mode_put(struct hda_codec *codec, struct snd_ctl_elem_value *ucon | |||
1771 | 1771 | ||
1772 | mode = ucontrol->value.enumerated.item[0]; | 1772 | mode = ucontrol->value.enumerated.item[0]; |
1773 | snd_assert(mode < num_chmodes, return -EINVAL); | 1773 | snd_assert(mode < num_chmodes, return -EINVAL); |
1774 | if (*max_channelsp && ! codec->in_resume) | 1774 | if (*max_channelsp == chmode[mode].channels && ! codec->in_resume) |
1775 | return 0; | 1775 | return 0; |
1776 | /* change the current channel setting */ | 1776 | /* change the current channel setting */ |
1777 | *max_channelsp = chmode[mode].channels; | 1777 | *max_channelsp = chmode[mode].channels; |