Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176581 | Differences between
and this patch

Collapse All | Expand All

(-)work/wis-go7007-linux-0.9.8/kernel/snd-go7007.c (+10 lines)
Lines 57-62 Link Here
57
MODULE_PARM_DESC(index, "ID string for the go7007 audio driver");
57
MODULE_PARM_DESC(index, "ID string for the go7007 audio driver");
58
MODULE_PARM_DESC(index, "Enable for the go7007 audio driver");
58
MODULE_PARM_DESC(index, "Enable for the go7007 audio driver");
59
59
60
typedef struct snd_card snd_card_t;
61
typedef struct snd_pcm snd_pcm_t;
62
typedef struct snd_pcm_substream snd_pcm_substream_t;
63
typedef struct snd_pcm_hardware snd_pcm_hardware_t;
64
typedef struct snd_pcm_runtime snd_pcm_runtime_t;
65
typedef struct snd_pcm_hw_params snd_pcm_hw_params_t;
66
typedef struct snd_pcm_ops snd_pcm_ops_t;
67
typedef struct snd_device snd_device_t;
68
typedef struct snd_device_ops snd_device_ops_t;
69
60
struct go7007_snd {
70
struct go7007_snd {
61
	snd_card_t *card;
71
	snd_card_t *card;
62
	snd_pcm_t *pcm;
72
	snd_pcm_t *pcm;

Return to bug 176581