* [snd-usb-6fire] Unmark struct snd_pcm_hardware const
@ 2020-07-14 15:02 René Herman
0 siblings, 0 replies; only message in thread
From: René Herman @ 2020-07-14 15:02 UTC (permalink / raw)
To: alsa-devel; +Cc: Torsten Schenk
[-- Attachment #1: Type: text/plain, Size: 126 bytes --]
struct snd_pcm_hardware pcm_hw is in fact changed in usb6fire_pcm_open()
Signed-off-by: René Herman <rene.herman@gmail.com>
[-- Attachment #2: 0003-snd-usb-6fire-Unmark-struct-snd_pcm_hardware-const.patch --]
[-- Type: text/x-patch, Size: 977 bytes --]
From 114ca1103f0545b320db658c794cd5ad6723272a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Herman?= <rene.herman@gmail.com>
Date: Sun, 12 Jul 2020 01:44:53 +0200
Subject: [PATCH 3/3] [snd-usb-6fire] Unmark struct snd_pcm_hardware const
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
struct snd_pcm_hardware pcm_hw is in fact changed in usb6fire_pcm_open()
Signed-off-by: René Herman <rene.herman@gmail.com>
---
sound/usb/6fire/pcm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/usb/6fire/pcm.c b/sound/usb/6fire/pcm.c
index cce1312db93a..8ccf6384eff9 100644
--- a/sound/usb/6fire/pcm.c
+++ b/sound/usb/6fire/pcm.c
@@ -40,7 +40,7 @@ enum { /* pcm streaming states */
STREAM_STOPPING
};
-static const struct snd_pcm_hardware pcm_hw = {
+static struct snd_pcm_hardware pcm_hw = {
.info = SNDRV_PCM_INFO_MMAP |
SNDRV_PCM_INFO_INTERLEAVED |
SNDRV_PCM_INFO_BLOCK_TRANSFER |
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-07-14 15:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-14 15:02 [snd-usb-6fire] Unmark struct snd_pcm_hardware const René Herman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).