Skip to content

Commit 089a60a

Browse files
committed
Merge branch 'for-linus' into for-next
Signed-off-by: Takashi Iwai <[email protected]>
2 parents 0156c22 + 931837c commit 089a60a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sound/hda/codecs/realtek/alc269.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@ static void alc245_fixup_hp_mute_led_v1_coefbit(struct hda_codec *codec,
15451545
if (action == HDA_FIXUP_ACT_PRE_PROBE) {
15461546
spec->mute_led_polarity = 0;
15471547
spec->mute_led_coef.idx = 0x0b;
1548-
spec->mute_led_coef.mask = 1 << 3;
1548+
spec->mute_led_coef.mask = 3 << 2;
15491549
spec->mute_led_coef.on = 1 << 3;
15501550
spec->mute_led_coef.off = 0;
15511551
snd_hda_gen_add_mute_led_cdev(codec, coef_mute_led_set);

sound/usb/qcom/qc_audio_offload.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -825,8 +825,8 @@ static int uaudio_sideband_notifier(struct usb_interface *intf,
825825
}
826826
}
827827

828-
mutex_unlock(&qdev_mutex);
829828
mutex_unlock(&chip->mutex);
829+
mutex_unlock(&qdev_mutex);
830830

831831
return 0;
832832
}
@@ -1865,8 +1865,8 @@ static void qc_usb_audio_offload_disconnect(struct snd_usb_audio *chip)
18651865

18661866
/* Device has already been cleaned up, or never populated */
18671867
if (!dev->chip) {
1868-
mutex_unlock(&qdev_mutex);
18691868
mutex_unlock(&chip->mutex);
1869+
mutex_unlock(&qdev_mutex);
18701870
return;
18711871
}
18721872

@@ -1921,8 +1921,8 @@ static void qc_usb_audio_offload_suspend(struct usb_interface *intf,
19211921

19221922
uaudio_send_disconnect_ind(chip);
19231923

1924-
mutex_unlock(&qdev_mutex);
19251924
mutex_unlock(&chip->mutex);
1925+
mutex_unlock(&qdev_mutex);
19261926
}
19271927

19281928
static struct snd_usb_platform_ops offload_ops = {

0 commit comments

Comments
 (0)