The USB card should be properly identified and asound should be updated
based on the card.   But with the typo in asound, it doesn't get updated
properly.

If you want to manually fix it from ssh.   You will need to at least fix
the typo manually (See below)


Code:
--------------------
    
  tc@Pi4-4G-devel:~$ alsacap -R
  *** Scanning for recording devices ***
  
  Card 0, ID `CODEC', name `USB Audio CODEC'
  Device 0, ID `USB Audio', name `USB Audio', 1 subdevices (1 available)
  1..2 channels, sampling rate 8000..48000 Hz
  Sample formats: S8, S16_LE
  Buffer size range from 32 to 1048576
  Period size range from 16 to 524288
  Subdevice 0, name `subdevice #0'
  
  Card 1, ID `ALSA', name `bcm2835 ALSA'
  
--------------------


So my USB device is card 0

So my asound is.  

Code:
--------------------
    
  
  pcm.pcpinput {
  type plug
  slave.pcm "hw:1,0"
  }
  
--------------------


Note that is a comma between the 1 and 0



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer
------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=110642

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to