From: Takashi Iwai <tiwai@suse.de>
To: Adrian Bunk <bunk@stusta.de>
Cc: perex@suse.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] ALSA PCI drivers: misc cleanups
Date: Mon, 22 Nov 2004 18:28:34 +0100 [thread overview]
Message-ID: <s5hr7mlvlml.wl@alsa2.suse.de> (raw)
In-Reply-To: <20041121235855.GI13254@stusta.de>
At Mon, 22 Nov 2004 00:58:55 +0100,
Adrian Bunk wrote:
>
> The patch below does the following cleanups under sound/pci/ :
> - cs46xx/dsp_spos_scb_lib.c: cs46xx_dsp_create_filter_scb
> - cs46xx/dsp_spos_scb_lib.c: cs46xx_dsp_create_output_snoop_scb
I'd rather like to keep them with #if 0.
These functions will be needed when someone extends the DSP code.
> --- linux-2.6.10-rc2-mm2-full/sound/pci/ac97/ac97_local.h.old 2004-11-22 00:00:07.000000000 +0100
> +++ linux-2.6.10-rc2-mm2-full/sound/pci/ac97/ac97_local.h 2004-11-22 00:00:27.000000000 +0100
> @@ -45,9 +45,6 @@
> int snd_ac97_page_get_single(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol);
> int snd_ac97_page_put_single(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol);
> int snd_ac97_try_bit(ac97_t * ac97, int reg, int bit);
> -int snd_ac97_remove_ctl(ac97_t *ac97, const char *name, const char *suffix);
> -int snd_ac97_rename_ctl(ac97_t *ac97, const char *src, const char *dst, const char *suffix);
> -int snd_ac97_swap_ctl(ac97_t *ac97, const char *s1, const char *s2, const char *suffix);
They are intentionally non-static to allow ac97_patch.c functions to
access them (in future). Please keep them so.
Otherwise the patch looks fine.
Thanks!
Takashi
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
WARNING: multiple messages have this Message-ID (diff)
From: Takashi Iwai <tiwai@suse.de>
To: Adrian Bunk <bunk@stusta.de>
Cc: perex@suse.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [Alsa-devel] [2.6 patch] ALSA PCI drivers: misc cleanups
Date: Mon, 22 Nov 2004 18:28:34 +0100 [thread overview]
Message-ID: <s5hr7mlvlml.wl@alsa2.suse.de> (raw)
In-Reply-To: <20041121235855.GI13254@stusta.de>
At Mon, 22 Nov 2004 00:58:55 +0100,
Adrian Bunk wrote:
>
> The patch below does the following cleanups under sound/pci/ :
> - cs46xx/dsp_spos_scb_lib.c: cs46xx_dsp_create_filter_scb
> - cs46xx/dsp_spos_scb_lib.c: cs46xx_dsp_create_output_snoop_scb
I'd rather like to keep them with #if 0.
These functions will be needed when someone extends the DSP code.
> --- linux-2.6.10-rc2-mm2-full/sound/pci/ac97/ac97_local.h.old 2004-11-22 00:00:07.000000000 +0100
> +++ linux-2.6.10-rc2-mm2-full/sound/pci/ac97/ac97_local.h 2004-11-22 00:00:27.000000000 +0100
> @@ -45,9 +45,6 @@
> int snd_ac97_page_get_single(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol);
> int snd_ac97_page_put_single(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol);
> int snd_ac97_try_bit(ac97_t * ac97, int reg, int bit);
> -int snd_ac97_remove_ctl(ac97_t *ac97, const char *name, const char *suffix);
> -int snd_ac97_rename_ctl(ac97_t *ac97, const char *src, const char *dst, const char *suffix);
> -int snd_ac97_swap_ctl(ac97_t *ac97, const char *s1, const char *s2, const char *suffix);
They are intentionally non-static to allow ac97_patch.c functions to
access them (in future). Please keep them so.
Otherwise the patch looks fine.
Thanks!
Takashi
next prev parent reply other threads:[~2004-11-22 17:28 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-21 23:58 [2.6 patch] ALSA PCI drivers: misc cleanups Adrian Bunk
2004-11-22 1:57 ` Lee Revell
2004-11-22 17:25 ` Takashi Iwai
2004-11-22 17:25 ` [Alsa-devel] " Takashi Iwai
2004-11-22 17:43 ` Lee Revell
2004-11-22 17:55 ` Takashi Iwai
2004-11-22 18:02 ` Lee Revell
2004-11-22 18:02 ` [Alsa-devel] " Lee Revell
2004-11-22 18:14 ` Lee Revell
2004-11-22 18:14 ` [Alsa-devel] " Lee Revell
2004-11-22 18:19 ` Takashi Iwai
2004-11-22 18:19 ` Takashi Iwai
2004-11-22 17:55 ` Takashi Iwai
2004-11-22 17:43 ` Lee Revell
2004-11-22 1:57 ` Lee Revell
2004-11-22 17:28 ` Takashi Iwai [this message]
2004-11-22 17:28 ` [Alsa-devel] " Takashi Iwai
2004-11-22 19:00 ` Takashi Iwai
2004-11-22 19:00 ` [Alsa-devel] " Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2004-11-21 23:58 Adrian Bunk
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=s5hr7mlvlml.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@suse.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.