Sound Cards

Hi,

I have a CMI8738 Soundcard (onboard).

Does anyone know of a way of getting QNX to recognise this ot have a driver
for it?

Cheers

“Nick Roper” <nick.roper@rocotronix.com> wrote in message
news:DyBi7.1264$ii3.17253@news1-hme0…

Hi,

I have a CMI8738 Soundcard (onboard).

Does anyone know of a way of getting QNX to recognise this ot have a
driver
for it?

There’s no driver. You could port one from ALSA if you’re decent C
programmer.

  • igor

In article <9mf64g$fko$1@inn.qnx.com>, "Igor says…

“Nick Roper” <> nick.roper@rocotronix.com> > wrote in message
news:DyBi7.1264$ii3.17253@news1-hme0…
Hi,

I have a CMI8738 Soundcard (onboard).

Does anyone know of a way of getting QNX to recognise this ot have a
driver
for it?


There’s no driver. You could port one from ALSA if you’re decent C
programmer.

Common Igor … there more requested than ‘decent knowledge about C’.
A good overview about the sound technology (PCM a.s.o) is also at least
neccessary.

Armin

Armin Steinhoff wrote:

In article <9mf64g$fko$> 1@inn.qnx.com> >, "Igor says…

“Nick Roper” <> nick.roper@rocotronix.com> > wrote in message
news:DyBi7.1264$ii3.17253@news1-hme0…
Hi,

I have a CMI8738 Soundcard (onboard).

Does anyone know of a way of getting QNX to recognise this ot have a
driver
for it?


There’s no driver. You could port one from ALSA if you’re decent C
programmer.

Common Igor … there more requested than ‘decent knowledge about C’.
A good overview about the sound technology (PCM a.s.o) is also at least
neccessary.

I’ve started port of Maestro driver with no prior knowledge of sound
technologies, just vague understanding of how PCI DMA works in QNX.
Reading audio DDK docs gave me some ‘big picture’ and the rest was in
the ALSA source. It is not really all that complicated.

  • igor

Igor Kovalenko wrote:

Armin Steinhoff wrote:

In article <9mf64g$fko$> 1@inn.qnx.com> >, "Igor says…

“Nick Roper” <> nick.roper@rocotronix.com> > wrote in message
news:DyBi7.1264$ii3.17253@news1-hme0…
Hi,

I have a CMI8738 Soundcard (onboard).

Does anyone know of a way of getting QNX to recognise this ot have a
driver
for it?


There’s no driver. You could port one from ALSA if you’re decent C
programmer.

Common Igor … there more requested than ‘decent knowledge about C’.
A good overview about the sound technology (PCM a.s.o) is also at least
neccessary.


I’ve started port of Maestro driver with no prior knowledge of sound
technologies, just vague understanding of how PCI DMA works in QNX.
Reading audio DDK docs gave me some ‘big picture’ and the rest was in
the ALSA source. It is not really all that complicated.

  • igor

And, QSSL audio gurus are interested in broadening hardware support so they
are helpful with details and fine points.