Re: Can't work under ALSA1.0.11.
"Linuxant support (Jonathan)" <[email protected]>
| Newsgroups | gmane.linux.drivers.modem.hsf |
|---|---|
| Message-ID | <[email protected]> |
Hi, we provide the source code which is close to the kernel in order to let users modify it if they are running a custom Linux kernel. In most cases, you do not need the code of the proprietary part to fix these issues. When this newer version of ALSA will be merged with the stable version of the kernel, we will provide a fix for this problem. Regards, Jonathan Technical specialist / Linuxant www.linuxant.com [email protected] hufh wrote: > Hi, > > I have upgraded ALSA from 1.0.11RC4 to 1.0.11, but i found Conexant > modem didn't work anymore. The issue is due to > the change of one function named snd_pcm_open_substream() in ALSA. > In earily version, it was: > int snd_pcm_open_substream(struct snd_pcm *pcm, int stream,struct > snd_pcm_substream **rsubstream) > In 1.0.11 version, it becomes: > int snd_pcm_open_substream(struct snd_pcm *pcm, int stream,struct file > *file,struct snd_pcm_substream **rsubstream) > > Function OsHdaCodecOpenDMA() in modem driver calls the function, > OsHdaCodecOpenDMA is called in library hsfhda-i386.O, but we can't > change it because we have no it source code. > > Anybody can help me? Thanks a lot. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > hsflinux mailing list > [email protected] > https://www.linuxant.com/mailman/listinfo/hsflinux