Lines Matching refs:go7007
22 #include "go7007-priv.h"
31 MODULE_PARM_DESC(index, "Index value for the go7007 audio driver");
32 MODULE_PARM_DESC(id, "ID string for the go7007 audio driver");
33 MODULE_PARM_DESC(enable, "Enable for the go7007 audio driver");
64 static void parse_audio_stream_data(struct go7007 *go, u8 *buf, int length)
101 struct go7007 *go = snd_pcm_substream_chip(substream);
109 struct go7007 *go = snd_pcm_substream_chip(substream);
117 struct go7007 *go = snd_pcm_substream_chip(substream);
135 struct go7007 *go = snd_pcm_substream_chip(substream);
149 struct go7007 *go = snd_pcm_substream_chip(substream);
169 struct go7007 *go = snd_pcm_substream_chip(substream);
187 struct go7007 *go = device->device_data;
198 int go7007_snd_init(struct go7007 *go)
226 ret = snd_pcm_new(gosnd->card, "go7007", 0, 0, 1, &gosnd->pcm);
230 strscpy(gosnd->card->driver, "go7007", sizeof(gosnd->card->driver));
260 int go7007_snd_remove(struct go7007 *go)