On Sun, Apr 26, 2020 at 12:16 AM Mark Knecht <markkne...@gmail.com> wrote:
>
>

>
> How do you feel about building Alsa as modules instead of building it into 
> the kernel? When using modules you can blacklist other sound cards (the MB 
> audio stuff for instance) and you get a little more visibility into what's is 
> at least loaded. That way we could, at least as a test, run your setup as a 
> USB only system. If at that point you can record mix audio in something like 
> Audacity and play Audacity and Youtube through the Behringer then, I would 
> think, we would have determined that this is an application issue.
>

Well, this is the current state of affairs:

 --recording with "arecord  -r 48 -fdat test.wav works
--playback "aplay test.wav" works
--playing a music file foo.wav with aplay works
--playing youtube doesn't work
--playing the same foo.wav file with audacious doesn't work: it
displays the message "ALSA error: snd_pcm_open failed: No such device"
(searching for that string in menuconfig returns nothing)

Thanks
Jorge

The settings:

$ cat .asoundrc
pcm.!default{
type hw
card CODEC
}
ctl.!default{
type hw
card CODEC
}
$ ls /proc/asound
card0
cards
CODEC
devices
hwdep
pcm
seq
timers
version

$ cat /proc/asound/cards
 0 [CODEC          ]: USB-Audio - USB Audio CODEC
                      Burr-Brown from TI USB Audio CODEC at
usb-0000:00:14.0-10, full speed

$ cat /proc/asound/devices
  2: [ 0- 0]: digital audio playback
  3: [ 0- 0]: digital audio capture
  4: [ 0]   : control
 33:        : timer

$ cat /proc/asound/hwdep

$ cat /proc/asound/pcm
00-00: USB Audio : USB Audio : playback 1 : capture 1

$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: CODEC [USB Audio CODEC], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: CODEC [USB Audio CODEC], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

$ lsmod|grep snd
snd_usb_audio         221184  0
snd_usbmidi_lib        28672  1 snd_usb_audio
snd_hwdep              12288  1 snd_usb_audio
snd_pcm                98304  1 snd_usb_audio
snd_rawmidi            28672  1 snd_usbmidi_lib
snd_timer              28672  1 snd_pcm
snd_seq_device         12288  1 snd_rawmidi

Reply via email to