Advertisement
Guest User

Jack LOG MOD Duo Sound Card 1 - 14/10/23

a guest
Oct 23rd, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. Without SNDRV_PCM_FMTBIT_S24_3LE on CODEC Driver
  2.  
  3. [root@alarm ~]# jackd -dalsa -r48000 -p256 -P hw:0 -C hw:0 &
  4. [1] 329
  5. [root@alarm ~]# jackdmp 1.9.10
  6. Copyright 2001-2005 Paul Davis and others.
  7. Copyright 2004-2014 Grame.
  8. jackdmp comes with ABSOLUTELY NO WARRANTY
  9. This is free software, and you are welcome to redistribute it
  10. under certain conditions; see the file COPYING for details
  11. JACK server starting in realtime mode with priority 10
  12. self-connect-mode is "Don't restrict self connect requests"
  13. creating alsa driver ... hw:0|hw[:0|256|2|48000|0|0|nomon|swmeter|-|32bit
  14. <4>sunxi-i2s sunxi-i2s.0: Not enforcing symmetric_rates due to race
  15. [ 113.770303] sunxi-i2s sunxi-i2s.0: Not enforcing symmetric_rates due to race
  16. <4>cs4245-codec 1-004c: Not enforcing symmetric_rates due to race
  17. [ 113.783166] cs4245-codec 1-004c: Not enforcing symmetric_rates due to race
  18. configuring for 48000Hz, period = 256 frames (5.3 ms), buffer = 2 periods
  19. Sorry. The audio interface "hw:0" doesn't support any of the hardware sample formats
  20. that JACK's alsa-driver can use.
  21. ALSA: cannot configure capture channel
  22. Cannot initialize driver
  23. JackServer::Open failed with -1
  24. Failed to open server
  25.  
  26.  
  27.  
  28.  
  29. With SNDRV_PCM_FMTBIT_S24_3LE on CODEC Driver
  30.  
  31. [root@alarm ~]# jackd -dalsa -r48000 -p256 -P hw:0 -C hw:0 &
  32. [1] 290
  33. [root@alarm ~]# jackdmp 1.9.10
  34. Copyright 2001-2005 Paul Davis and others.
  35. Copyright 2004-2014 Grame.
  36. jackdmp comes with ABSOLUTELY NO WARRANTY
  37. This is free software, and you are welcome to redistribute it
  38. under certain conditions; see the file COPYING for details
  39. JACK server starting in realtime mode with priority 10
  40. self-connect-mode is "Don't restrict self connect requests"
  41. creating alsa driver ... hw:0|hw:0|256|2|48000|0|0|nomon|swmeter|-|32bit
  42. <4>sunxi-i2s sunxi-i2s.0: Not enforcing symmetric_rates due to race
  43. [ 49.263172] sunxi-i2s sunxi-i2s.0: Not enforcing symmetric_rates due to race
  44. <4>cs4245-codec 1-004c: Not enforcing symmetric_rates due to race
  45. [ 49.276067] cs4245-codec 1-004c: Not enforcing symmetric_rates due to race
  46. configuring for 48000Hz, period = 256 frames (5.3 ms), buffer = 2 periods
  47. ALSA: final selected sample format for capture: 24bit little-endian
  48. ALSA: use 2 periods for capture
  49. ALSA: final selected sample format for playback: 24bit little-endian
  50. ALSA: use 2 periods for playback
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement