From: George Hilliard <thirtythreeforty@gmail.com>
To: Clemens Ladisch <clemens@ladisch.de>,
Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
George Hilliard <thirtythreeforty@gmail.com>
Subject: [PATCH 1/2] sound: dice: Fix "Firestudio" typo
Date: Sat, 15 Oct 2022 18:33:29 -0500 [thread overview]
Message-ID: <20221015233330.8679-2-thirtythreeforty@gmail.com> (raw)
In-Reply-To: <20221015233330.8679-1-thirtythreeforty@gmail.com>
No functionality change, just a small cleanup before adding the
Firestudio Mobile.
Signed-off-by: George Hilliard <thirtythreeforty@gmail.com>
---
sound/firewire/dice/dice-presonus.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/firewire/dice/dice-presonus.c b/sound/firewire/dice/dice-presonus.c
index 967cc3119a64..c85178e64667 100644
--- a/sound/firewire/dice/dice-presonus.c
+++ b/sound/firewire/dice/dice-presonus.c
@@ -11,7 +11,7 @@ struct dice_presonus_spec {
bool has_midi;
};
-static const struct dice_presonus_spec dice_presonus_firesutio = {
+static const struct dice_presonus_spec dice_presonus_firestudio = {
.tx_pcm_chs = {{16, 16, 0}, {10, 2, 0} },
.rx_pcm_chs = {{16, 16, 0}, {10, 2, 0} },
.has_midi = true,
@@ -23,7 +23,7 @@ int snd_dice_detect_presonus_formats(struct snd_dice *dice)
u32 model_id;
const struct dice_presonus_spec *spec;
} *entry, entries[] = {
- {0x000008, &dice_presonus_firesutio},
+ {0x000008, &dice_presonus_firestudio},
};
struct fw_csr_iterator it;
int key, val, model_id;
--
2.38.0
next prev parent reply other threads:[~2022-10-15 23:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-15 23:33 [PATCH 0/2] sound: dice: Firestudio Mobile George Hilliard
2022-10-15 23:33 ` George Hilliard [this message]
2022-10-16 1:37 ` [PATCH 1/2] sound: dice: Fix "Firestudio" typo Takashi Sakamoto
2022-10-15 23:33 ` [PATCH 2/2] sound: dice: Add support for Firestudio Mobile George Hilliard
2022-10-16 1:37 ` [PATCH 0/2] sound: dice: " Takashi Sakamoto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221015233330.8679-2-thirtythreeforty@gmail.com \
--to=thirtythreeforty@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=clemens@ladisch.de \
--cc=linux-kernel@vger.kernel.org \
--cc=o-takashi@sakamocchi.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox