diff options
| author | Jaroslav Kysela <perex@suse.cz> | 2004-03-15 13:15:56 +0100 |
|---|---|---|
| committer | Jaroslav Kysela <perex@suse.cz> | 2004-03-15 13:15:56 +0100 |
| commit | f53f044ba52012d3a813a43dcf237cbd67fa08d9 (patch) | |
| tree | fe2c872bb55c3466c293f3ee41e7b005b7c034bd | |
| parent | d6a1df27ff26fb605b3647adb0c29ccd37021ced (diff) | |
ALSA CVS update - Jaroslav Kysela <perex@suse.cz>
au88x0 driver
Make mchannels and rampchs static
| -rw-r--r-- | sound/pci/au88x0/au88x0_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/au88x0/au88x0_core.c b/sound/pci/au88x0/au88x0_core.c index d91e91acc25f..7ff29b2ccaa7 100644 --- a/sound/pci/au88x0/au88x0_core.c +++ b/sound/pci/au88x0/au88x0_core.c @@ -82,8 +82,8 @@ /* MIXER (CAsp4Mix.s and CAsp4Mixer.s) */ // FIXME: get rid of this. -int mchannels[NR_MIXIN]; -int rampchs[NR_MIXIN]; +static int mchannels[NR_MIXIN]; +static int rampchs[NR_MIXIN]; static void vortex_mixer_en_sr(vortex_t * vortex, int channel) { |
