Merge branch 'for-linus' into for-next

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2025-07-22 20:02:13 +02:00
commit 089a60acbd
2 changed files with 4 additions and 4 deletions

View File

@ -1545,7 +1545,7 @@ static void alc245_fixup_hp_mute_led_v1_coefbit(struct hda_codec *codec,
if (action == HDA_FIXUP_ACT_PRE_PROBE) {
spec->mute_led_polarity = 0;
spec->mute_led_coef.idx = 0x0b;
spec->mute_led_coef.mask = 1 << 3;
spec->mute_led_coef.mask = 3 << 2;
spec->mute_led_coef.on = 1 << 3;
spec->mute_led_coef.off = 0;
snd_hda_gen_add_mute_led_cdev(codec, coef_mute_led_set);

View File

@ -825,8 +825,8 @@ static int uaudio_sideband_notifier(struct usb_interface *intf,
}
}
mutex_unlock(&qdev_mutex);
mutex_unlock(&chip->mutex);
mutex_unlock(&qdev_mutex);
return 0;
}
@ -1865,8 +1865,8 @@ static void qc_usb_audio_offload_disconnect(struct snd_usb_audio *chip)
/* Device has already been cleaned up, or never populated */
if (!dev->chip) {
mutex_unlock(&qdev_mutex);
mutex_unlock(&chip->mutex);
mutex_unlock(&qdev_mutex);
return;
}
@ -1921,8 +1921,8 @@ static void qc_usb_audio_offload_suspend(struct usb_interface *intf,
uaudio_send_disconnect_ind(chip);
mutex_unlock(&qdev_mutex);
mutex_unlock(&chip->mutex);
mutex_unlock(&qdev_mutex);
}
static struct snd_usb_platform_ops offload_ops = {