Changeset 300 for GPL/branches/alsa-resync1/alsa-kernel/pci/intel8x0.c
- Timestamp:
- Feb 24, 2008, 8:18:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/pci/intel8x0.c
r290 r300 1187 1187 struct intel8x0 *chip = snd_pcm_substream_chip(substream); 1188 1188 snd_pcm_runtime_t *runtime = substream->runtime; 1189 static unsigned int i, rates[] = {1190 /* ATTENTION: these values depend on the definition in pcm.h! */1191 5512, 8000, 11025, 16000, 22050, 32000, 44100, 480001192 };1193 1189 int err; 1194 1190 … … 3352 3348 #ifndef MODULE 3353 3349 3354 /* format is: snd-intel8x0=enable,index,id,ac97_clock, mpu_port,joystick */3350 /* format is: snd-intel8x0=enable,index,id,ac97_clock,ac97_quirk,mpu_port,joystick */ 3355 3351 3356 3352 static int __init alsa_card_intel8x0_setup(char *str)
Note:
See TracChangeset
for help on using the changeset viewer.