From: Bhumika Goyal <bhumirks@gmail.com>
To: julia.lawall@lip6.fr, perex@perex.cz, tiwai@suse.com,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Cc: Bhumika Goyal <bhumirks@gmail.com>
Subject: [PATCH 0/2] sound: oss: make the function argument and structure const
Date: Fri, 13 Oct 2017 19:16:31 +0200 [thread overview]
Message-ID: <1507914993-6015-1-git-send-email-bhumirks@gmail.com> (raw)
Make the function argument of function sound_install_audiodrv const.
After this change, make the structures audio_driver const as they are
only passed to the const argument (made const in Patch[1/2])
of the function sound_install_audiodrv .
Bhumika Goyal (2):
sound: oss: make the function argument as const
sound: oss: make audio_driver structure const
sound/oss/dev_table.c | 2 +-
sound/oss/dev_table.h | 2 +-
sound/oss/pas2_pcm.c | 2 +-
sound/oss/waveartist.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
--
1.9.1
next reply other threads:[~2017-10-13 17:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-13 17:16 Bhumika Goyal [this message]
2017-10-13 17:16 ` [PATCH 1/2] sound: oss: make the function argument as const Bhumika Goyal
2017-10-13 17:16 ` [PATCH 2/2] sound: oss: make audio_driver structure const Bhumika Goyal
2017-10-16 8:52 ` [PATCH 0/2] sound: oss: make the function argument and " Takashi Iwai
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=1507914993-6015-1-git-send-email-bhumirks@gmail.com \
--to=bhumirks@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=julia.lawall@lip6.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
/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;
as well as URLs for NNTP newsgroup(s).