0

I am newable in Raspberry Pi/audio-capture. My Raspberry Pi 3 device does not recognize Cirrus audio card in output for

$arecord -l

If should I install any driver for Cirrus card? If I should, how I can install it on device? Thanks! Cirrus audio card: https://www.element14.com/community/community/raspberry-pi/raspberry-pi-accessories/cirrus_logic_audio_card I just plugged it in into board.

user69147
  • 3
  • 2

1 Answers1

1

The Cirrus Logic card you're using has a manual that describes the steps required to mount and then utilize the card.

What you're looking for is likely step 4, method b. That will let you patch the kernel on your existing operating system, as opposed to installing a custom image provided by Element 14.

You can download and install their kernel patch from a dedicated github project.

Jacobm001
  • 11,904
  • 7
  • 47
  • 58