Re: [Alsa-user] configuring asoundrc

2021-02-14 Thread Clemens Ladisch via Alsa-user
James Cloos wrote: > CL> pcm.!default { > CL> type asym > CL> playback.pcm "plug:hdmi:0,0" > CL> capture.pcm "plughw:1" > CL> } > > ALSA lib > /var/tmp/portage/media-libs/alsa-lib-1.2.4/work/alsa-lib-1.2.4/src/conf.c:5084:(parse_args) > Unknown parameter 1 Oops, the hdmi device

Re: [Alsa-user] configuring asoundrc

2021-02-03 Thread James Cloos
> "CL" == Clemens Ladisch writes: CL> [my attempt] disables all automatic sample rate/format conversions. Ah. I based it on what I had worked out years ago for my main workstation CL> Replace it with: CL> pcm.!default { CL> type asym CL> playback.pcm "plug:hdmi:0,0" CL>

Re: [Alsa-user] configuring asoundrc

2021-02-03 Thread Clemens Ladisch via Alsa-user
James Cloos wrote: > pcm.!default { > type hw > card Generic > device 3 > } > > ctl.!default { > type hw > card Generic > } This disables all automatic sample rate/format conversions. Replace it with: pcm.!default { type asym playback.pcm "plug:hdmi:0,0"

[Alsa-user] configuring asoundrc

2021-02-02 Thread James Cloos
i'm tryin to get audio to work on a new board. so far nothing i've tried works. aplay -l reports: List of PLAYBACK Hardware Devices card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: Generic [HD-Audio Generic], device

Re: [Alsa-user] no .asoundrc

2012-08-19 Thread Doug
On 08/19/2012 01:57 AM, Anders Genell wrote: 18 aug 2012 kl. 20:03 skrev Doug dmcgarr...@optonline.net: On 08/18/2012 12:45 PM, Anders Genell wrote: The .state is NOT a replacement for the .conf. You should leave the .state as is, and create the .conf with the suggested content. The .state

Re: [Alsa-user] no .asoundrc (clarification)

2012-08-19 Thread Doug
On 08/19/2012 02:36 PM, Doug wrote: /snip/ Here you go: [doug@Linux1 etc]$ cat asound.conf # asound.conf as per Anders Genell, 08/18/12, on alsa-user@lists.sourceforge.net # /snip/ The line that looks like it is two lines without # in front of alsa. . . is actually one line in the file.

Re: [Alsa-user] no .asoundrc (clarification)

2012-08-19 Thread Anders Genell
19 aug 2012 kl. 21:20 skrev Doug dmcgarr...@optonline.net: On 08/19/2012 02:36 PM, Doug wrote: /snip/ Here you go: [doug@Linux1 etc]$ cat asound.conf # asound.conf as per Anders Genell, 08/18/12, on alsa-user@lists.sourceforge.net # /snip/ The line that looks like it is two lines

Re: [Alsa-user] no .asoundrc (clarification)

2012-08-19 Thread Doug
On 08/19/2012 05:21 PM, Anders Genell wrote: 19 aug 2012 kl. 21:20 skrev Doug dmcgarr...@optonline.net: On 08/19/2012 02:36 PM, Doug wrote: /snip/ Here you go: [doug@Linux1 etc]$ cat asound.conf # asound.conf as per Anders Genell, 08/18/12, on alsa-user@lists.sourceforge.net # /snip/

Re: [Alsa-user] no .asoundrc (clarification)

2012-08-19 Thread Anders Genell
20 aug 2012 kl. 01:37 skrev Doug dmcgarr...@optonline.net: On 08/19/2012 05:21 PM, Anders Genell wrote: 19 aug 2012 kl. 21:20 skrev Doug dmcgarr...@optonline.net: On 08/19/2012 02:36 PM, Doug wrote: /snip/ Here you go: [doug@Linux1 etc]$ cat asound.conf # asound.conf as per Anders

Re: [Alsa-user] no .asoundrc

2012-08-18 Thread Anders Genell
18 aug 2012 kl. 00:15 skrev Doug dmcgarr...@optonline.net: On 08/17/2012 03:49 AM, Anders Genell wrote: /snip/ 17 aug 2012 kl. 04:44 skrev Doug dmcgarr...@optonline.net mailto:dmcgarr...@optonline.net: Thank you for your patience! --doug Did what I said--it hasn't blown up

Re: [Alsa-user] no .asoundrc

2012-08-18 Thread Doug
On 08/18/2012 02:38 AM, Anders Genell wrote: 18 aug 2012 kl. 00:15 skrev Doug dmcgarr...@optonline.net: On 08/17/2012 03:49 AM, Anders Genell wrote: /snip/ 17 aug 2012 kl. 04:44 skrev Doug dmcgarr...@optonline.net mailto:dmcgarr...@optonline.net: Thank you for your patience! --doug

Re: [Alsa-user] no .asoundrc

2012-08-17 Thread Anders Genell
17 aug 2012 kl. 04:44 skrev Doug dmcgarr...@optonline.net: On 08/16/2012 07:53 PM, Doug wrote: On 08/16/2012 04:29 PM, Anders Genell wrote: 16 aug 2012 kl. 19:07 skrev Doug dmcgarr...@optonline.net mailto:dmcgarr...@optonline.net: I'm running PCLinuxOS, and it does not come with

Re: [Alsa-user] no .asoundrc

2012-08-17 Thread Doug
On 08/17/2012 03:49 AM, Anders Genell wrote: /snip/ 17 aug 2012 kl. 04:44 skrev Doug dmcgarr...@optonline.net mailto:dmcgarr...@optonline.net: Thank you for your patience! --doug Did what I said--it hasn't blown up the local sound, but there's still no sound on the HDMI channel. No

[Alsa-user] no .asoundrc

2012-08-16 Thread Doug
I'm running PCLinuxOS, and it does not come with .asoundrc. Some time ago I asked here for some help to get sound to come out of BOTH the Intel on-board sound decoder and the GeForce NVidia HDMI port at the same time all the time. (The NVidia card has its own sound decoder.) If I had

Re: [Alsa-user] no .asoundrc

2012-08-16 Thread Anders Genell
16 aug 2012 kl. 19:07 skrev Doug dmcgarr...@optonline.net: I'm running PCLinuxOS, and it does not come with .asoundrc. Some time ago I asked here for some help to get sound to come out of BOTH the Intel on-board sound decoder and the GeForce NVidia HDMI port at the same time all the

Re: [Alsa-user] no .asoundrc

2012-08-16 Thread Doug
On 08/16/2012 04:29 PM, Anders Genell wrote: 16 aug 2012 kl. 19:07 skrev Doug dmcgarr...@optonline.net mailto:dmcgarr...@optonline.net: I'm running PCLinuxOS, and it does not come with .asoundrc. Some time ago I asked here for some help to get sound to come out of BOTH the Intel on-board

Re: [Alsa-user] no .asoundrc

2012-08-16 Thread Doug
On 08/16/2012 07:53 PM, Doug wrote: On 08/16/2012 04:29 PM, Anders Genell wrote: 16 aug 2012 kl. 19:07 skrev Doug dmcgarr...@optonline.net mailto:dmcgarr...@optonline.net: I'm running PCLinuxOS, and it does not come with .asoundrc. Some time ago I asked here for some help to get sound to

[Alsa-user] Changing .asoundrc file dynamically

2006-12-18 Thread Nel
hello all, i would like to know whether is it possible to automatically set bluetooth address in .asoundrc. Is there a way to set bluetooth address in .asoundrc from outside. (eg. exporting a global variable). The reason for this is that i have two bluetooth headsets. On switching the

[Alsa-user] via82xx - .asoundrc midi

2003-11-14 Thread audio2
Hi Is there anybody who knows a good midi solution for via82xx, alsa and .asoundrc (asound.conf). Please let me know. Many thanks in advance ! Peter --- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn

Re: [Alsa-user] via82xx - .asoundrc midi

2003-11-14 Thread Florian Schmidt
On Fri, 14 Nov 2003 15:53:21 +0100 audio2 [EMAIL PROTECTED] wrote: Hi Is there anybody who knows a good midi solution for via82xx, alsa and .asoundrc (asound.conf). Please let me know. Please be more precise in what you want to achieve, what you have already tried and why it didn't work

[Alsa-user] Any asoundrc, dmix and ice1712 wizard out there?

2003-03-18 Thread Frank Barknecht
Hallo, I'm starting to play around with the dmix plugin. I follow the instructions on alsa-prohject.org regarding software mixing. Now on my second card, a SBLive, I can use aplay as expected: $ aplay -D plug:dmix some.wav works fine. But my first card is a M-Audio Audiophile, which uses

Re: [Alsa-user] Any asoundrc, dmix and ice1712 wizard out there?

2003-03-18 Thread Jaroslav Kysela
On Tue, 18 Mar 2003, Frank Barknecht wrote: Hallo, I'm starting to play around with the dmix plugin. I follow the instructions on alsa-prohject.org regarding software mixing. Now on my second card, a SBLive, I can use aplay as expected: $ aplay -D plug:dmix some.wav works fine.

Re: [Alsa-user] Any asoundrc, dmix and ice1712 wizard out there?

2003-03-18 Thread Frank Barknecht
Hallo, Jaroslav Kysela hat gesagt: // Jaroslav Kysela wrote: Actually, the dmix plugin works only with the signed 16-bit little endian format (and fails if hardware doesn't support it). I'm going to extend the mixing routines for 24-bit/32-bit sample formats as well when I'll find a bit of

Re: [Alsa-user] Any asoundrc, dmix and ice1712 wizard out there?

2003-03-18 Thread Jaroslav Kysela
On Tue, 18 Mar 2003, Frank Barknecht wrote: Hallo, Jaroslav Kysela hat gesagt: // Jaroslav Kysela wrote: Actually, the dmix plugin works only with the signed 16-bit little endian format (and fails if hardware doesn't support it). I'm going to extend the mixing routines for

Re: [Alsa-user] Any asoundrc, dmix and ice1712 wizard out there?

2003-03-18 Thread Frank Barknecht
Hallo, Jaroslav Kysela hat gesagt: // Jaroslav Kysela wrote: I've just commited the updated dmix plugin code which allows to use 32-bit hardware as well. It's not tested (except with the dummy driver), so testers are welcome. Perhaps, it would be nice to add some map for used channels for