]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ALSA: usb-audio: Fix block comments in mixer_quirks
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Mon, 26 May 2025 14:07:43 +0000 (17:07 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2025 11:44:05 +0000 (13:44 +0200)
[ Upstream commit 231225d8a20f8668b4fd6601d54a2fac0e0ab7a5 ]

Address a couple of comment formatting issues indicated by
checkpatch.pl:

  WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250526-dualsense-alsa-jack-v1-4-1a821463b632@collabora.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/usb/mixer_quirks.c

index 4d2232bef600dd29e61a0c20dd3c95412d17294f..a97d1ca8443ca1b07e3448a4117b042808ebdcd9 100644 (file)
@@ -77,7 +77,8 @@ static int snd_create_std_mono_ctl_offset(struct usb_mixer_interface *mixer,
        cval->idx_off = idx_off;
 
        /* get_min_max() is called only for integer volumes later,
-        * so provide a short-cut for booleans */
+        * so provide a short-cut for booleans
+        */
        cval->min = 0;
        cval->max = 1;
        cval->res = 0;
@@ -4131,7 +4132,8 @@ static void snd_dragonfly_quirk_db_scale(struct usb_mixer_interface *mixer,
                                         struct snd_kcontrol *kctl)
 {
        /* Approximation using 10 ranges based on output measurement on hw v1.2.
-        * This seems close to the cubic mapping e.g. alsamixer uses. */
+        * This seems close to the cubic mapping e.g. alsamixer uses.
+        */
        static const DECLARE_TLV_DB_RANGE(scale,
                 0,  1, TLV_DB_MINMAX_ITEM(-5300, -4970),
                 2,  5, TLV_DB_MINMAX_ITEM(-4710, -4160),