RE: [Alsa-devel] OSS mapping for ALSA controls

2004-04-12 Thread Pavana Sharma
mapping for ALSA controls On Thu, 8 Apr 2004, Takashi Iwai wrote: At Thu, 8 Apr 2004 10:59:50 +0530, Pavana Sharma wrote: yes, I did this as root .. hmm, it works for me. # echo 'VOLUME Line Playback 0' /proc/asound/card0/oss_mixer # cat /proc/asound/card0/oss_mixer

[Alsa-devel] OSS mapping for ALSA controls

2004-04-07 Thread Pavana Sharma
Hi, I am trying to map my ALSA driver (for ARM) controls with OSS default controls. I am using this method, to change/update assignment in /proc file. but I am not seeing any changes in my /proc/asound/card0/oss_mixer file. % echo 'VOLUME Master Playback 0'

RE: [Alsa-devel] OSS mapping for ALSA controls

2004-04-07 Thread Pavana Sharma
yes, I did this as root .. -Original Message- From: Takashi Iwai [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 11:40 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Alsa-devel] OSS mapping for ALSA controls At Wed, 7 Apr 2004 19:38:18 +0530, Pavana Sharma wrote

[Alsa-devel] problem while opening device

2004-04-06 Thread Pavana Sharma
Hi, I am running a test application on my alsa driver for arm platform.Driver is statically built. The test application calls the snd_pcm_open. With device hw:0,0 At the target I have created sound driver files with snddevices.sh In /proc/asound i have the

RE: [Alsa-devel] problem while opening device

2004-04-06 Thread Pavana Sharma
] Subject: Re: [Alsa-devel] problem while opening device On Tue, 6 Apr 2004 16:44:56 +0530 Pavana Sharma [EMAIL PROTECTED] wrote: Hi, I am running a test application on my alsa driver for arm platform.Driver is statically built. The test application calls the snd_pcm_open

[Alsa-devel] RE: Alsa-devel digest, Vol 1 #1786 - 3 msgs

2004-04-01 Thread Pavana Sharma
Hi, I am new to ALSA driver impementation. I am registering the driver interface functions like (probe,remove) using driver_register call. I expect that the probe function will be called in which I am allocating sound card and registering the card using snd_card_register. When I compile the sound

[Alsa-devel] Question on ALSA driver init

2004-04-01 Thread Pavana Sharma
Hi, I am new to ALSA driver impementation. I am registering the driver interface functions like (probe,remove) using driver_register call. I expect that the probe function will be called in which I am allocating sound card and registering the card using snd_card_register. When I compile the

[Alsa-devel] help needed-- providing control interface

2004-03-26 Thread Pavana Sharma
hello, I am providing control interface for my driver to access from user space with functions get put . ( driver is for arm platform ) . I want to know * while creating new controls should I be allowed to create my hardware specific controls like gain, power, rate other codec specific

[Alsa-devel] providing control interface

2004-03-25 Thread Pavana Sharma
hello, I am providing control interface for my driver to access from user space with functions get put . ( driver is for arm platform ) . I want to know * while creating new controls should I be allowed to create my hardware specific controls like gain, power, rate other codec specific

[Alsa-devel] List of control parameters needed

2004-03-22 Thread Pavana Sharma
Hello, I am trying to export the controls to user space. I want to know the complete list of controls which ALSA expects the codec to support. For example, few are as below, Master Playback Volume Master Playback Switch Tone Control - Bass Tone Control - Treble Line Capture Volume Mic Capture

[Alsa-devel] Testing Audio driver

2004-03-18 Thread Pavana Sharma
Hi, I am writing Alsa driver on 2.6 kernel for arm platform. I want to test my driver with application. I took one sample application tried to map the functions. *** sample application * This program opens an audio interface for playback,

RE: [Alsa-devel] Testing Audio driver

2004-03-18 Thread Pavana Sharma
Thank you, -Original Message- From: Jaroslav Kysela [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:35 PM To: Pavana Sharma Cc: [EMAIL PROTECTED] Subject: Re: [Alsa-devel] Testing Audio driver On Thu, 18 Mar 2004, Pavana Sharma wrote: My doubts are, where can I find

[Alsa-devel] ALSA kernel-module,driver rpm --help needed

2004-03-14 Thread Pavana Sharma
Hi, I looking for ALSA kernel-module,driver rpm for the kernel version 2.4.21-9 on i686 redhat9 .Can anyone please help me by pointing where i can find them. I have searched in http://rpm.pbone.net/ http://www.alsa-project.org/ http://alsa.opensrc.org/ http://rpmfind.net/linux/ Regs Pavana S