Ignore:
Timestamp:
Oct 14, 2007, 6:23:32 AM (18 years ago)
Author:
Brendan Oakley
Message:

Re-merged to 0.9.5 a load of stuff that was previously missed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/pci/intel8x0.c

    r210 r256  
    11601160    struct intel8x0 *chip = snd_pcm_substream_chip(substream);
    11611161    snd_pcm_runtime_t *runtime = substream->runtime;
     1162        static unsigned int i, rates[] = {
     1163                /* ATTENTION: these values depend on the definition in pcm.h! */
     1164                5512, 8000, 11025, 16000, 22050, 32000, 44100, 480000
     1165        };
    11621166    int err;
    11631167
Note: See TracChangeset for help on using the changeset viewer.