Skip to content

Commit

Permalink
v5.12.9s1
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreybennett committed Jun 17, 2021
1 parent edc77f5 commit 0616aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VERSION = 5
PATCHLEVEL = 12
SUBLEVEL = 9
EXTRAVERSION =
EXTRAVERSION = s1
NAME = Frozen Wasteland

# *DOCUMENTATION*
Expand Down
2 changes: 1 addition & 1 deletion sound/usb/mixer_scarlett_gen2.c
Original file line number Diff line number Diff line change
Expand Up @@ -3940,7 +3940,7 @@ int snd_scarlett_gen2_init(struct usb_mixer_interface *mixer)
}

usb_audio_info(chip,
"Focusrite Scarlett Gen 2 Mixer Driver enabled pid=0x%04x",
"Focusrite Scarlett Gen 2 Mixer Driver enabled v5.12.9s1 pid=0x%04x",
USB_ID_PRODUCT(chip->usb_id));

err = snd_scarlett_gen2_controls_create(mixer);
Expand Down

0 comments on commit 0616aea

Please sign in to comment.