Commit f53f044b authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Jaroslav Kysela <perex@suse.cz>

au88x0 driver
Make mchannels and rampchs static
parent d6a1df27
...@@ -82,8 +82,8 @@ ...@@ -82,8 +82,8 @@
/* MIXER (CAsp4Mix.s and CAsp4Mixer.s) */ /* MIXER (CAsp4Mix.s and CAsp4Mixer.s) */
// FIXME: get rid of this. // FIXME: get rid of this.
int mchannels[NR_MIXIN]; static int mchannels[NR_MIXIN];
int rampchs[NR_MIXIN]; static int rampchs[NR_MIXIN];
static void vortex_mixer_en_sr(vortex_t * vortex, int channel) static void vortex_mixer_en_sr(vortex_t * vortex, int channel)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment