From alsa-user-owner@alsa.jcu.cz  Wed Sep 23 20:00:24 1998
Received: from entry.jcu.cz (IDENT:perex@entry.jcu.cz [160.217.1.111])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id TAA07830;
	Wed, 23 Sep 1998 19:58:05 +0200
Date: Wed, 23 Sep 1998 19:58:05 +0200 (MET DST)
From: Jaroslav Kysela <perex@jcu.cz>
To: pedro.i.sanchez@altavista.net
cc: alsa-user@alsa.jcu.cz
Subject: Re: your mail
In-Reply-To: <199809231751.NAA02610@web03.iname.net>
Message-ID: <Pine.LNX.3.96.980923195626.5005C-100000@entry.jcu.cz>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

On Wed, 23 Sep 1998 pedro.i.sanchez@altavista.net wrote:

> Thank you for your answer but I still don't get what exactly I'm supposed to do. These are the devices I have right now:
> 
> crw-rw-rw-   1 root     root      14,   4 Sep 21 13:33 audio
> crw-rw----   1 root     audio     14,  20 Apr 11 19:24 audio1
> crw-rw-rw-   1 root     root      14,   3 Sep 21 13:33 dsp
> crw-rw-rw-   1 root     root      14,   5 Sep 21 13:33 dsp1
> crw-rw-rw-   1 root     root      14,   5 Sep 21 13:33 dsp16
> crw-rw-rw-   1 root     root      14,   3 Sep 21 13:33 dsp8
> crw-rw-rw-   1 root     root      14,   0 Sep 21 13:33 mixer
> crw-rw----   1 root     audio     14,  16 Apr 11 19:24 mixer1
> 
> 1. Are you suggesting to change these devices to
> 
> crw-rw-rw-   1 root     root      14,   4 Sep 21 13:33 audio
> crw-rw----   1 root     audio     14,  20 Apr 11 19:24 audio1
> crw-rw-rw-   1 root     root      14,  19 Sep 21 13:33 dsp
> crw-rw-rw-   1 root     root      14,  21 Sep 21 13:33 dsp1
> crw-rw-rw-   1 root     root      14,  21 Sep 21 13:33 dsp16
> crw-rw-rw-   1 root     root      14,  19 Sep 21 13:33 dsp8
> crw-rw-rw-   1 root     root      14,  16 Sep 21 13:33 mixer
> crw-rw----   1 root     audio     14,  16 Apr 11 19:24 mixer1
> ?
> 
> 2. Speakfree has a couple of variables to define the input and output devices.
> 
> #ifdef IN_AUDIO_DEV
> #define SoundFileIn IN_AUDIO_DEV
> #else
> #define SoundFileIn     "/dev/audio"
> #endif
> 
> #ifdef OUT_AUDIO_DEV
> #define SoundFileOut OUT_AUDIO_DEV
> #else
> #define SoundFileOut    "/dev/audio"
> #endif
> 
> Shall I replace "/dev/audio" with something else?

Yes, change one device which should use second soundcard to /dev/audio1
in your case.. Note: Check permissions for /dev/audio1..

						Jaroslav

-----
Jaroslav Kysela <perex@jcu.cz>
Academic Computer Centre, University of South Bohemia
Branisovska 31, C. Budejovice, CZ-370 05 Czech Republic


