|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
rme9652 driver vs kernelhi,
the rme9652 driver has been changed in kernel 2.6.15 to use the mixer interface for the hardware monitoring switches. the fact that this card has no mixer is probably not worth mentioning at this stage, but it means that hardware monitoring in jack will not work with these cards post 2.6.14. i can't think of a way around this for jack, but here's the patch to make it work again for affected users (attached). -- nick mainsbridge <beatroot@...> Beat-Route Media [pcm_to_mixer.diff] Index: drivers/alsa/hammerfall.c =================================================================== RCS file: /cvsroot/jackit/jack/drivers/alsa/hammerfall.c,v retrieving revision 1.5 diff -u -r1.5 hammerfall.c --- drivers/alsa/hammerfall.c 29 Aug 2003 00:06:30 -0000 1.5 +++ drivers/alsa/hammerfall.c 27 Dec 2005 14:38:28 -0000 @@ -32,7 +32,7 @@ { snd_ctl_elem_id_set_name (ctl, name); snd_ctl_elem_id_set_numid (ctl, 0); - snd_ctl_elem_id_set_interface (ctl, SND_CTL_ELEM_IFACE_PCM); + snd_ctl_elem_id_set_interface (ctl, SND_CTL_ELEM_IFACE_MIXER); snd_ctl_elem_id_set_device (ctl, 0); snd_ctl_elem_id_set_subdevice (ctl, 0); snd_ctl_elem_id_set_index (ctl, 0); |
|
|
Re: rme9652 driver vs kernelSo, using the HDSPmixer tool that comes with alsatools won't get around that anyway? I don't use hardware monitoring with jack, I just monitor via either the spdif out to my mixer or the adat out to each channel. To be honest I don't actually know what hardware monitoring switch would do for me...it seems I'm monitoring with my hardware fine as it is?
|
|
|
Re: rme9652 driver vs kernelthe rme9652 is not the same card as the hdsp9652.
the rme9652 has no mixer, as i said earlier, and there is no tool like hdspmixer for this card. the end result for users is that they cannot punch in using ardour and hear the input signal in certain sensible configurations (like monitoring through a mixing desk). On Sat, 2006-02-04 at 04:10 -0800, Solv (sent by Nabble.com) wrote: > So, using the HDSPmixer tool that comes with alsatools won't get > around that anyway? I don't use hardware monitoring with jack, I just > monitor via either the spdif out to my mixer or the adat out to each > channel. To be honest I don't actually know what hardware monitoring > switch would do for me...it seems I'm monitoring with my hardware fine > as it is? > > ______________________________________________________________________ > View this message in context: Re: rme9652 driver vs kernel > Sent from the Jackit forum at Nabble.com. nick mainsbridge <beatroot@...> Beat-Route Media ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Jackit-devel mailing list Jackit-devel@... https://lists.sourceforge.net/lists/listinfo/jackit-devel |
| Free embeddable forum powered by Nabble | Forum Help |