From: Paul Bolle <pebolle@tiscali.nl>
To: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Cc: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.de>,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sound: pci: hda: patch_analog: Remove some unused functions
Date: Fri, 02 Jan 2015 19:17:17 +0100 [thread overview]
Message-ID: <1420222637.9624.36.camel@x220> (raw)
In-Reply-To: <1420221508-32319-1-git-send-email-rickard_strandqvist@spectrumdigital.se>
On Fri, 2015-01-02 at 18:58 +0100, Rickard Strandqvist wrote:
> Removes some functions that are not used anywhere:
> ad198x_ch_mode_put() ad198x_ch_mode_info()
>
> This was partially found by using a static code analysis program called cppcheck.
>
> Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
> ---
You apparently overlooked _your_ commit 57da6bdd4823 ("ALSA: hda -
patch_analog.c: Remove some unused functions") in linux-next.
> sound/pci/hda/patch_analog.c | 21 ---------------------
> 1 file changed, 21 deletions(-)
>
> diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
> index 06275f8..ed0b71c 100644
> --- a/sound/pci/hda/patch_analog.c
> +++ b/sound/pci/hda/patch_analog.c
> @@ -698,15 +698,6 @@ static int patch_ad1981(struct hda_codec *codec)
> */
>
> #ifdef ENABLE_AD_STATIC_QUIRKS
> -static int ad198x_ch_mode_info(struct snd_kcontrol *kcontrol,
> - struct snd_ctl_elem_info *uinfo)
> -{
> - struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
> - struct ad198x_spec *spec = codec->spec;
> - return snd_hda_ch_mode_info(codec, uinfo, spec->channel_mode,
> - spec->num_channel_mode);
> -}
> -
> static int ad198x_ch_mode_get(struct snd_kcontrol *kcontrol,
> struct snd_ctl_elem_value *ucontrol)
> {
> @@ -716,18 +707,6 @@ static int ad198x_ch_mode_get(struct snd_kcontrol *kcontrol,
> spec->num_channel_mode, spec->multiout.max_channels);
> }
>
> -static int ad198x_ch_mode_put(struct snd_kcontrol *kcontrol,
> - struct snd_ctl_elem_value *ucontrol)
> -{
> - struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
> - struct ad198x_spec *spec = codec->spec;
> - int err = snd_hda_ch_mode_put(codec, ucontrol, spec->channel_mode,
> - spec->num_channel_mode,
> - &spec->multiout.max_channels);
> - if (err >= 0 && spec->need_dac_fix)
> - spec->multiout.num_dacs = spec->multiout.max_channels / 2;
> - return err;
> -}
> #endif /* ENABLE_AD_STATIC_QUIRKS */
>
> static int ad1988_auto_smux_enum_info(struct snd_kcontrol *kcontrol,
Thanks,
Paul Bolle
prev parent reply other threads:[~2015-01-02 18:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-02 17:58 Rickard Strandqvist
2015-01-02 18:17 ` Paul Bolle [this message]
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=1420222637.9624.36.camel@x220 \
--to=pebolle@tiscali.nl \
--cc=alsa-devel@alsa-project.org \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=rickard_strandqvist@spectrumdigital.se \
--cc=tiwai@suse.de \
/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
Powered by JetHome