Seeed Respeaker HAT for the Radxa Zero on Armbian
Go to file
Paul van der Linden f7ed8905fe Port 2mic respeaker to Armbian on RockPi 4b 2022-06-09 18:33:16 +09:30
.github Update BUG_ISSUE.yml 2021-11-25 15:35:47 +08:00
ac108_plugin remove debug message, increase ac108 buf size 2017-10-09 14:58:35 +08:00
patches adjusting back-to-v4.19.diff to recent changes 2021-04-27 15:57:01 +01:00
pulseaudio update: more convenient way to apply udev rules 2018-10-11 17:54:51 +08:00
tools test hardware mic phase position 2018-12-25 09:36:27 +08:00
LICENSE Create LICENSE 2017-09-15 10:14:31 +08:00
Makefile Revert "Operational change to correct for 5.5+ change in trigger order; REVISIT!" 2021-04-27 02:49:08 +01:00
README.md Port 2mic respeaker to Armbian on RockPi 4b 2022-06-09 18:33:16 +09:30
ac10x.h Second/Alternative change to correct for 5.5+ change in trigger order 2021-04-27 02:49:25 +01:00
ac101.c Second/Alternative change to correct for 5.5+ change in trigger order 2021-04-27 02:49:25 +01:00
ac101_regs.h Add: headset detection for 6-Mics Circular Array Kit and 4-Mics Linear Array Kit 2018-04-02 08:43:20 +00:00
ac108.c Second/Alternative change to correct for 5.5+ change in trigger order 2021-04-27 02:49:25 +01:00
ac108.h add respeaker 4mic audio card driver 2017-09-14 08:29:26 +00:00
ac108_6mic.state Following Standard ALSA Control Names convention 2020-09-28 16:38:30 +01:00
ac108_asound.state change asound.state for 4mic array, lower down PGA to reduce static noise 2018-09-29 14:49:19 +08:00
asound_2mic.conf use card id to identify cards 2018-07-24 11:28:55 +08:00
asound_4mic.conf use card id to identify cards 2018-07-24 11:28:55 +08:00
asound_6mic.conf update 6 mic gain controls 2018-08-06 06:32:46 +00:00
builddtbo.sh Adding missing shebang 2020-09-18 01:06:57 +01:00
default.pa add pulseaudio default configuration file 2017-09-08 04:12:53 +00:00
dkms.conf backport patch for 5.8 2021-04-07 21:48:15 +01:00
install_arm64.sh Port 2mic respeaker to Armbian on RockPi 4b 2022-06-09 18:33:16 +09:30
seeed-2mic-voicecard-overlay.dts Port 2mic respeaker to Armbian on RockPi 4b 2022-06-09 18:33:16 +09:30
seeed-2mic-voicecard.dtbo Fix 2mic hat install failed 2018-03-30 03:21:40 +00:00
seeed-4mic-voicecard-overlay.dts Port 2mic respeaker to Armbian on RockPi 4b 2022-06-09 18:33:16 +09:30
seeed-4mic-voicecard.dtbo rebuilt dtbo on current Raspbian 2020-09-14 14:46:10 +01:00
seeed-8mic-voicecard-overlay.dts Port 2mic respeaker to Armbian on RockPi 4b 2022-06-09 18:33:16 +09:30
seeed-8mic-voicecard.dtbo rebuilt dtbo on current Raspbian 2020-09-14 14:46:10 +01:00
seeed-voicecard Port 2mic respeaker to Armbian on RockPi 4b 2022-06-09 18:33:16 +09:30
seeed-voicecard.c missed one simple_priv_to_card() to seeed_priv_to_card() earlier 2021-04-27 15:48:33 +01:00
seeed-voicecard.service add seeed-voicecard manger service 2018-02-01 16:07:02 +08:00
sound-compatible-4.18.h v4.17: replace codec to component 2021-04-25 00:13:42 +01:00
ubuntu-prerequisite.sh Added g++ to ubuntu-prerequisite.sh 2021-05-27 22:05:01 +01:00
uninstall.sh stop systemd service before diabling in uninstall, taken from upstream c1c2e5ca 2020-09-28 17:02:11 +01:00
wm8960.c v5.12: symmetric_rates renamed symmetric_rate 2021-05-31 19:17:06 +01:00
wm8960.h add wm8960.h header file 2017-04-27 16:52:22 +08:00
wm8960_asound.state optimize some options 2017-09-15 02:01:53 +00:00

README.md

seeed-voicecard-rockpi-armbian

This is a fork of https://github.com/respeaker/seeed-voicecard to support Armbian runnong on RockPi 4b.

Requirements:

  • Armbian RockPi linux version 21.05.4 (linux kernel 5.10.43-rockchip64)

Note that only the ReSpeaker Mic Hat (2-mic) is correct at this stage.

The original provides drivers for ReSpeaker Mic Hat, ReSpeaker 4 Mic Array, 6-Mics Circular Array Kit, and 4-Mics Linear Array Kit for Raspberry Pi.

Only the driver for the ReSpeaker Mic Hat has been ported correctly at this stage.

Install seeed-voicecard

Get the seeed voice card source code and install all linux kernel drivers

git clone https://github.com/respeaker/seeed-voicecard
cd seeed-voicecard
sudo ./install_arm64.sh
sudo reboot

ReSpeaker Documentation

See Original seeed-voicecard for additional information.