diff options
Diffstat (limited to 'include/sound/pcm.h')
-rw-r--r-- | include/sound/pcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 5e29b0e0f214..314268a11048 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -412,6 +412,7 @@ struct snd_pcm_str { | |||
412 | 412 | ||
413 | struct snd_pcm { | 413 | struct snd_pcm { |
414 | struct snd_card *card; | 414 | struct snd_card *card; |
415 | struct list_head list; | ||
415 | unsigned int device; /* device number */ | 416 | unsigned int device; /* device number */ |
416 | unsigned int info_flags; | 417 | unsigned int info_flags; |
417 | unsigned short dev_class; | 418 | unsigned short dev_class; |
@@ -439,7 +440,6 @@ struct snd_pcm_notify { | |||
439 | * Registering | 440 | * Registering |
440 | */ | 441 | */ |
441 | 442 | ||
442 | extern struct snd_pcm *snd_pcm_devices[]; | ||
443 | extern struct file_operations snd_pcm_f_ops[2]; | 443 | extern struct file_operations snd_pcm_f_ops[2]; |
444 | 444 | ||
445 | int snd_pcm_new(struct snd_card *card, char *id, int device, | 445 | int snd_pcm_new(struct snd_card *card, char *id, int device, |