Displaying 20 results from an estimated 26 matches for "input_device".
2011 Apr 01
4
[PATCH 1/5] staging: hv: change camel case funct names to lower case funct in hv_mouse
...dev, struct hv_input_dev_info
static void inputreport_callback(struct hv_device *dev, void *packet, u32 len);
static void reportdesc_callback(struct hv_device *dev, void *packet, u32 len);
-static struct mousevsc_dev *AllocInputDevice(struct hv_device *Device)
+static struct mousevsc_dev *alloc_input_device(struct hv_device *Device)
{
struct mousevsc_dev *inputDevice;
@@ -211,7 +211,7 @@ static struct mousevsc_dev *AllocInputDevice(struct hv_device *Device)
/*
* Set to 2 to allow both inbound and outbound traffics
- * (ie GetInputDevice() and MustGetInputDevice()) to proceed.
+ * (ie get...
2011 Apr 01
4
[PATCH 1/5] staging: hv: change camel case funct names to lower case funct in hv_mouse
...dev, struct hv_input_dev_info
static void inputreport_callback(struct hv_device *dev, void *packet, u32 len);
static void reportdesc_callback(struct hv_device *dev, void *packet, u32 len);
-static struct mousevsc_dev *AllocInputDevice(struct hv_device *Device)
+static struct mousevsc_dev *alloc_input_device(struct hv_device *Device)
{
struct mousevsc_dev *inputDevice;
@@ -211,7 +211,7 @@ static struct mousevsc_dev *AllocInputDevice(struct hv_device *Device)
/*
* Set to 2 to allow both inbound and outbound traffics
- * (ie GetInputDevice() and MustGetInputDevice()) to proceed.
+ * (ie get...
2009 Jan 11
2
hdmi an console dsp
...g [VT1708B Analog]
Subdevices: 2/2
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
So I change my alsa.conf file to:
; To set which ALSA device to use, change this parameter
input_device=hw:0,3
output_device=hw:0,3
When starting asterisk I get:
^[[1;30;40m == ^[[0;37;40mParsing '/etc/asterisk/alsa.conf': Found
[Jan 10 18:56:53] ^[[31;40mERROR^[[0;37;40m[23546]:
^[[1;37;40mchan_alsa.c^[[0;37;40m:^[[1;37;40m366^[[0;37;40m
^[[1;37;40malsa_card_init^[[0;37;40m: snd_pcm_open...
2010 Apr 12
1
[PATCH] Converter: Update xvc0 console to ttyS0
...KVM_XML_NOVIRTIO => "
<video>
<model type='cirrus' vram='9216' heads='1'/>
</video>
+ <console type='pty'/>
</devices>
</domain>
";
@@ -240,7 +242,8 @@ sub _configure_default_devices
my ($input_devices) = $default_dom->findnodes('/domain/devices');
# Add new default devices from default XML
- foreach my $input ($input_devices->findnodes('input | video | graphics')) {
+ foreach my $input ($input_devices->findnodes('input | video | '.
+...
2009 Jan 18
0
is multiple contexts in alsa.conf possible
Is it possible ot have multiple contexts in alsa.conf
[general]
autoanswer=yes
input_device=hw:0,0
output_device=hw:0,0
[usbaudio]
autoanswer=yes
input_device=hw:1,0
output_device=hw:1,0
is Dial(Console/usbaudio) valid?
I presume Dial(Console/dsp) uses the default or general context above.
how do you direct a call to the second ALSA device usbaudio?
Thanks,
jerry
2009 Oct 03
1
Asterisk and Jack
...ture_ports {
0 alsa_pcm:capture_1
1 alsa_pcm:capture_2
}
}
pcm.jack1b {
type plug
device jack1b
server linux
slave {
pcm "jack1"
rate 8000
format FLOAT
channels 2
}
}
ctl.mixer0 {
type hw
card 1
}
in alsa.conf?:
input_device=default
output_device=default
That works fine.
3 ) chan_alsa.so with jackd started
Jackd launch command :
jackd --port-max 16 --realtime --no-mlock -d alsa --playback hw:1,0
--capture hw:1,0 --rate 8000 --period 1024 --shorts --inchannels 2
--outchannels 2 --dither triangular &
my .asoundrc...
2005 Mar 17
1
Strange console call problem
...IP/2201-506f answered ALSA/card1
<< Console call has been answered >>
Urgent handler
<< Hangup on console >>
--snip--
--asound.conf--
pcm.card1 {
type hw
card 1
}
--end--
--alsa.conf--
...
; To set which ALSA device to use, change this parameter
input_device=card1
output_device=card1
...
--end--
--
Scott J. Williamson <scott@sjwilliamson.ca>
I wouldn't ever write the full sentence myself, but then, I never use
goto either. -- Larry Wall in <199709032332.QAA21669@wall.org>
2009 Dec 14
3
Asterisk throws error using the alsa, module
...llow connections
from asterisk for some reason.
>
> i've acticated the alsa plugin for asterisk:
>
> puppy:/etc/asterisk# grep -E 'alsa|oss' modules.conf
> load => chan_alsa.so
> noload => chan_oss.so
>
> puppy:/etc/asterisk# grep default alsa.conf
> input_device=default
> output_device=default
Might try setting these to "pulse" rather than
"default", perhaps?
> i'm running pulseaudio on top of alsa. through setting /etc/asound.conf as
> above any calls to alsa should be redirected to pulseaudio (at least that's
> w...
2009 Dec 08
2
Asterisk throws error using the alsa module
Hello,
I can't get the sound over alsa to work with Asterisk.
My current version is 1.4.21.2~dfsg-3 running on debian stable.
All settings are the default ones with exception of:
/etc/asterisk/modules.conf:
load => chan_alsa.so
noload => chan_oss.so
/etc/asterisk/alsa.conf:
input_device=default
output_device=default
asterisk is started up and doesn't complain about alsa in the logfiles.
anyway, if i connect via asterisk -r and type 'dial s' i get:
puppy*CLI> core set verbose 20
Verbosity was 0 and is now 20
puppy*CLI> console dial s
-- Executing [s at lo...
2011 Aug 25
56
[PATCH 0000/0059] Staging: hv: Driver cleanup
Further cleanup of the hv drivers.
1) Implement code for autoloading the vmbus drivers without using PCI or DMI
signatures. I have implemented this based on Greg's feedback on my earlier
implementation.
2) Cleanup error handling across the board and use standard Linux error codes.
3) General cleanup
Regards,
K. Y
2011 Aug 25
56
[PATCH 0000/0059] Staging: hv: Driver cleanup
Further cleanup of the hv drivers.
1) Implement code for autoloading the vmbus drivers without using PCI or DMI
signatures. I have implemented this based on Greg's feedback on my earlier
implementation.
2) Cleanup error handling across the board and use standard Linux error codes.
3) General cleanup
Regards,
K. Y
2009 Jun 09
0
alsa no input
I have setup asterisk alsa.conf to read the null device for ALSA and
console/dsp input.
asound.conf is
pcm.nullpcm {
type null
}
alsa.conf has
input_device=plug:nullpcm
Then when I call into the Console/dsp I get very choppy audio.
I dont need and data from the microphone. I just want data out on
console/dsp.
Have I not setup the device properly? why would I be getting choppy
audio from
null pcm device? Is there a better way to accomplish ALSA in...
2023 Sep 08
2
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
So I have done through chan_console.c and searched for console_pct_lock() -
every one - has a matching console_pvt_unlock()
How is the deadlock occurring ?
jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20230908/dee530c8/attachment.html>
2013 May 07
1
chan_alsa and confbridge
OK, somebody may have a much better way of doing what I'm attempting. If
so, I'm open to suggestions.
I am trying to configure confbridge to create a "conference" room with an
audio stream coming from my sound card. The idea is for a group of people
to be able to call in and listen to someone giving a speech but not
necessarily interact. I've got confbridge configured and
2006 Jun 23
13
Best OS Choice for Rails server?
I am going for a dedicated hosted server for a rails app I am working
on, and have a choice from several different operating systems. I
excluded windows 2003 from the list because it has been giving RMagick
fits for me.
The app is Ruby 1.8.4, Rails 1.1.2, mySQL 5.0
The contestants are:
Red Hat Enterprise 3.0
Red Hat Enterprise 4.0
Debian
CentOS
FreeBSD
I''m leaning towards Debian,
2009 Aug 19
1
Mouse Cursor drifts in some directx games
...uthz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_...
2007 Dec 22
5
[Bug 13778] New: DMA queue hang Class 0x0397 Mthd 1808, FX5600
...uthz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir
disk_cache env expires ext_filter file_cache filter headers include info
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling
status unique_id userdir usertrack vhost_alias" ELIBC="glibc"
INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="sv_SE.UTF-8"
USERLAND="GNU" VIDEO_CARDS="nouveau vesa"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MA...
2011 Apr 26
29
[PATCH 00/25] Staging: hv: Cleanup vmbus driver code
This patch-set addresses some of the bus/driver model cleanup that
Greg sugested over the last couple of days. In this patch-set we
deal with the following issues:
1) Cleanup unnecessary state in struct hv_device and
struct hv_driver to be compliant with the Linux
Driver model.
2) Cleanup the vmbus_match() function to conform with the
Linux Driver model.
3) Cleanup error
2011 Apr 26
29
[PATCH 00/25] Staging: hv: Cleanup vmbus driver code
This patch-set addresses some of the bus/driver model cleanup that
Greg sugested over the last couple of days. In this patch-set we
deal with the following issues:
1) Cleanup unnecessary state in struct hv_device and
struct hv_driver to be compliant with the Linux
Driver model.
2) Cleanup the vmbus_match() function to conform with the
Linux Driver model.
3) Cleanup error
2011 Jul 15
122
[PATCH 0000/0117] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. Back in June I had sent two patch
sets to address these issues. I have addressed the comments I got from
the community on my earlier patches here:
1) Implement code for autoloading the vmbus drivers without using PCI or DMI
signatures. I have implemented this based on Greg's feedback on my earlier
implementation.
2) Cleanup error handling across