]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: Intel: catpt: Drop superfluous space in PCM code
authorCezary Rojewski <cezary.rojewski@intel.com>
Fri, 12 Dec 2025 10:38:58 +0000 (11:38 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 14 Dec 2025 10:34:58 +0000 (19:34 +0900)
Those spaces are redundant.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://patch.msgid.link/20251212103858.110701-6-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/catpt/pcm.c

index cbb1c39424095d6cf612b40cc5c3aeae8aa65d60..2c3405686f792e854fecad9bf75c2c63ee059c4d 100644 (file)
@@ -687,7 +687,7 @@ static const struct snd_soc_dai_ops catpt_dai_ops = {
 static struct snd_soc_dai_driver dai_drivers[] = {
 /* FE DAIs */
 {
-       .name  = "System Pin",
+       .name = "System Pin",
        .id = CATPT_STRM_TYPE_SYSTEM,
        .ops = &catpt_fe_dai_ops,
        .playback = {
@@ -710,7 +710,7 @@ static struct snd_soc_dai_driver dai_drivers[] = {
        },
 },
 {
-       .name  = "Offload0 Pin",
+       .name = "Offload0 Pin",
        .id = CATPT_STRM_TYPE_RENDER,
        .ops = &catpt_fe_dai_ops,
        .playback = {
@@ -724,7 +724,7 @@ static struct snd_soc_dai_driver dai_drivers[] = {
        },
 },
 {
-       .name  = "Offload1 Pin",
+       .name = "Offload1 Pin",
        .id = CATPT_STRM_TYPE_RENDER,
        .ops = &catpt_fe_dai_ops,
        .playback = {
@@ -738,7 +738,7 @@ static struct snd_soc_dai_driver dai_drivers[] = {
        },
 },
 {
-       .name  = "Loopback Pin",
+       .name = "Loopback Pin",
        .id = CATPT_STRM_TYPE_LOOPBACK,
        .ops = &catpt_fe_dai_ops,
        .capture = {
@@ -752,7 +752,7 @@ static struct snd_soc_dai_driver dai_drivers[] = {
        },
 },
 {
-       .name  = "Bluetooth Pin",
+       .name = "Bluetooth Pin",
        .id = CATPT_STRM_TYPE_BLUETOOTH_RENDER,
        .ops = &catpt_fe_dai_ops,
        .playback = {