* disabling full duplex in oss emulation
@ 2006-08-13 21:27 James C Georgas
2006-08-13 21:31 ` Lee Revell
2006-08-16 10:36 ` Takashi Iwai
0 siblings, 2 replies; 8+ messages in thread
From: James C Georgas @ 2006-08-13 21:27 UTC (permalink / raw)
To: alsa-devel
Is there a way to disable full duplex mode at runtime for OSS emulation?
Perhaps a writable /proc entry or an environment variable? I have a
SBLive, which uses the emu10k1 driver.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: disabling full duplex in oss emulation
2006-08-13 21:27 disabling full duplex in oss emulation James C Georgas
@ 2006-08-13 21:31 ` Lee Revell
[not found] ` <1155509598.8211.5.camel@Rainsong>
2006-08-16 10:36 ` Takashi Iwai
1 sibling, 1 reply; 8+ messages in thread
From: Lee Revell @ 2006-08-13 21:31 UTC (permalink / raw)
To: James C Georgas; +Cc: alsa-devel
On Sun, 2006-08-13 at 17:27 -0400, James C Georgas wrote:
> Is there a way to disable full duplex mode at runtime for OSS emulation?
> Perhaps a writable /proc entry or an environment variable? I have a
> SBLive, which uses the emu10k1 driver.
I don't think so. What problem are you trying to solve?
Lee
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: disabling full duplex in oss emulation
2006-08-13 21:27 disabling full duplex in oss emulation James C Georgas
2006-08-13 21:31 ` Lee Revell
@ 2006-08-16 10:36 ` Takashi Iwai
2006-08-16 20:18 ` James C Georgas
1 sibling, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2006-08-16 10:36 UTC (permalink / raw)
To: James C Georgas; +Cc: alsa-devel
At Sun, 13 Aug 2006 17:27:39 -0400,
James C Georgas wrote:
>
> Is there a way to disable full duplex mode at runtime for OSS emulation?
> Perhaps a writable /proc entry or an environment variable? I have a
> SBLive, which uses the emu10k1 driver.
Yes, see ALSA-Configuration.txt and Procfile.txt.
Takashi
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: disabling full duplex in oss emulation
2006-08-16 10:36 ` Takashi Iwai
@ 2006-08-16 20:18 ` James C Georgas
2006-08-17 9:00 ` Takashi Iwai
0 siblings, 1 reply; 8+ messages in thread
From: James C Georgas @ 2006-08-16 20:18 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
On Wed, 2006-16-08 at 12:36 +0200, Takashi Iwai wrote:
> At Sun, 13 Aug 2006 17:27:39 -0400,
> James C Georgas wrote:
> >
> > Is there a way to disable full duplex mode at runtime for OSS emulation?
> > Perhaps a writable /proc entry or an environment variable? I have a
> > SBLive, which uses the emu10k1 driver.
>
> Yes, see ALSA-Configuration.txt and Procfile.txt.
>
Thanks for the tip.
Seems that I don't have the /proc/asound/card0/pcm#[cp]/oss entries. I'm
running 1.0.11 (gentoo packages). Any thoughts?
james@Rainsong /proc/asound/card0 $ ls
codec97#0/ fx8010_code fx8010_tram_data midi1 voices
emu10k1 fx8010_gpr id midi2 wavetableD1
fx8010_acode fx8010_tram_addr midi0 oss_mixer
james@Rainsong /proc/asound/card0 $
>
> Takashi
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: disabling full duplex in oss emulation
2006-08-16 20:18 ` James C Georgas
@ 2006-08-17 9:00 ` Takashi Iwai
2006-08-17 16:45 ` James C Georgas
0 siblings, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2006-08-17 9:00 UTC (permalink / raw)
To: James C Georgas; +Cc: alsa-devel
At Wed, 16 Aug 2006 16:18:19 -0400,
James C Georgas wrote:
>
> On Wed, 2006-16-08 at 12:36 +0200, Takashi Iwai wrote:
> > At Sun, 13 Aug 2006 17:27:39 -0400,
> > James C Georgas wrote:
> > >
> > > Is there a way to disable full duplex mode at runtime for OSS emulation?
> > > Perhaps a writable /proc entry or an environment variable? I have a
> > > SBLive, which uses the emu10k1 driver.
> >
> > Yes, see ALSA-Configuration.txt and Procfile.txt.
> >
> Thanks for the tip.
>
> Seems that I don't have the /proc/asound/card0/pcm#[cp]/oss entries. I'm
> running 1.0.11 (gentoo packages). Any thoughts?
>
> james@Rainsong /proc/asound/card0 $ ls
> codec97#0/ fx8010_code fx8010_tram_data midi1 voices
> emu10k1 fx8010_gpr id midi2 wavetableD1
> fx8010_acode fx8010_tram_addr midi0 oss_mixer
> james@Rainsong /proc/asound/card0 $
Did you enable CONFIG_SND_VERBOSE_PROCFS?
Takashi
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: disabling full duplex in oss emulation
2006-08-17 9:00 ` Takashi Iwai
@ 2006-08-17 16:45 ` James C Georgas
0 siblings, 0 replies; 8+ messages in thread
From: James C Georgas @ 2006-08-17 16:45 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
On Thu, 2006-17-08 at 11:00 +0200, Takashi Iwai wrote:
> At Wed, 16 Aug 2006 16:18:19 -0400,
> James C Georgas wrote:
> >
> > On Wed, 2006-16-08 at 12:36 +0200, Takashi Iwai wrote:
> > > At Sun, 13 Aug 2006 17:27:39 -0400,
> > > James C Georgas wrote:
> > > >
> > > > Is there a way to disable full duplex mode at runtime for OSS emulation?
> > > > Perhaps a writable /proc entry or an environment variable? I have a
> > > > SBLive, which uses the emu10k1 driver.
> > >
> > > Yes, see ALSA-Configuration.txt and Procfile.txt.
> > >
> > Thanks for the tip.
> >
> > Seems that I don't have the /proc/asound/card0/pcm#[cp]/oss entries. I'm
> > running 1.0.11 (gentoo packages). Any thoughts?
> >
> > james@Rainsong /proc/asound/card0 $ ls
> > codec97#0/ fx8010_code fx8010_tram_data midi1 voices
> > emu10k1 fx8010_gpr id midi2 wavetableD1
> > fx8010_acode fx8010_tram_addr midi0 oss_mixer
> > james@Rainsong /proc/asound/card0 $
>
> Did you enable CONFIG_SND_VERBOSE_PROCFS?
>
That did the trick. Thanks.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-08-17 16:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-13 21:27 disabling full duplex in oss emulation James C Georgas
2006-08-13 21:31 ` Lee Revell
[not found] ` <1155509598.8211.5.camel@Rainsong>
[not found] ` <1155514074.19474.7.camel@mindpipe>
2006-08-14 2:23 ` James C Georgas
2006-08-15 9:56 ` Alan Horstmann
2006-08-16 10:36 ` Takashi Iwai
2006-08-16 20:18 ` James C Georgas
2006-08-17 9:00 ` Takashi Iwai
2006-08-17 16:45 ` James C Georgas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.