--- ppc/pmac.c.orig 2004-08-01 01:09:36.820879352 +0200 +++ ppc/pmac.c 2004-07-31 17:40:45.512859128 +0200 @@ -53,7 +53,7 @@ }; /* fixed frequency table for tumbler */ static int tumbler_freqs[2] = { - 48000, 44100 + /*48000,*/ 44100 }; /* @@ -494,14 +494,14 @@ snd_pcm_runtime_t *runtime = subs->runtime; int i, j, fflags; static int typical_freqs[] = { - 48000, + /*48000,*/ 44100, 22050, 11025, 0, }; static int typical_freq_flags[] = { - SNDRV_PCM_RATE_48000, + /*SNDRV_PCM_RATE_48000,*/ SNDRV_PCM_RATE_44100, SNDRV_PCM_RATE_22050, SNDRV_PCM_RATE_11025,