Commit graph

145 commits

Author SHA1 Message Date
Peter.Yang
e2266a2791 Fix: service configuration error for asound.conf 2018-02-11 14:29:10 +00:00
Peter.Yang
12d155f6ea Add: 4mic OK after merge 2018-02-10 08:57:30 +00:00
peter.yang
1c1643003f Merge tracking branch 'install' to probe drivers by appliation. 2018-02-10 15:18:47 +08:00
peter.yang
18eec1abfa Merge: ac108 & ac101 as single codec module 2018-02-10 15:16:01 +08:00
peter.yang
fa4b566d9a Move: rename ac108 -> ac10x 2018-02-10 11:36:18 +08:00
peter.yang
560008e8fd Remove: not used code 2018-02-07 17:35:12 +08:00
peter.yang
cf52966d00 Add: multi codec support in simple-card 2018-02-07 14:02:45 +08:00
peter.yang
edb5a1da65 Merge: ac108 work for 4mic & 8mic 2018-02-05 10:45:55 +08:00
Baozhu Zuo
3fdc0c4345
Update README.md 2018-02-01 16:52:35 +08:00
Baozhu Zuo
3a0a0e8b57
Update README.md 2018-02-01 16:42:49 +08:00
Baozhu Zuo
f49d896613 update readme add dkms version 2018-02-01 16:07:26 +08:00
Baozhu Zuo
73ff8fe114 add seeed-voicecard manger service 2018-02-01 16:07:02 +08:00
Baozhu Zuo
8b84b891cd use seeed-voicecard service to manager all the card
Changes to be committed:
	modified:   install.sh
	modified:   uninstall.sh
2018-02-01 16:04:31 +08:00
Baozhu Zuo
7170b7fcb2 change dmix to plughw to playback 2018-02-01 15:57:45 +08:00
peter.yang
add8afa699 Add: capturing & playing in Audacity is OK 2018-01-30 19:19:13 +08:00
peter.yang
995c17c160 Add: export start-clock interface in ac101 to simple-card 2018-01-30 19:12:47 +08:00
peter.yang
10e0f12b16 Fix: master device same as codec device 2018-01-30 19:07:57 +08:00
peter.yang
d8b60f1116 Bugfix: crash due to device probing order 2018-01-29 19:14:28 +08:00
peter.yang
780db6f6ab Add: speaker out is OK 2018-01-26 11:08:09 +08:00
peter.yang
b032c0664d Add: ac101 dsp_a mode, tdm enabled, 8 slot, 32bit OK 2018-01-24 20:18:58 +08:00
peter.yang
56da9a526c Bugfix: AC101 miss channels order in cpu_dai, channel map IN(0,1,2,3,4,5,6,7)->OUT(2,3,4,5,6,7,0,1) 2018-01-23 16:46:15 +08:00
peter.yang
c3367740d5 Remove: widgets and routes isnt for volume controlling 2018-01-23 16:19:00 +08:00
peter.yang
156697545a Remove: switch detecting 2018-01-22 16:08:32 +08:00
peter.yang
aec1941ae1 Add: ac101 dsp_a mode, playing 2 in 8 channels OK 2018-01-19 19:25:15 +08:00
peter.yang
7aae0e3353 add original ac101 reference driver 2018-01-12 16:37:28 +08:00
root
188be2636f Fix: API name to DECLARE_TLV_DB_RANGE 2017-12-15 07:47:08 +00:00
peter.yang
a62c615114 Add capturing volume controls 2017-11-29 09:17:52 +00:00
peter.yang
0cb24e58d2 Fix: pcm playback & capture stream can work together,
all with 8 channels.
2017-11-23 10:15:59 +00:00
peter.yang
07b67878dc Add 2 channels playback stream 2017-11-22 09:05:22 +00:00
peter.yang
5607fed986 override channels in dts setting 2017-11-22 07:33:59 +00:00
peter.yang
878027066d Bugfix: miss channels order in cpu_dai 2017-11-20 01:22:28 +00:00
peter.yang
5028a91201 pcm format 8 channels, using two ac108 chips 2017-11-16 06:57:55 +00:00
peter.yang
7f4b5849a7 pcm format 4 channels: no need ac108_plugin 2017-11-10 09:00:23 +00:00
peter.yang
3fd4021f45 Add original RPI simple-card driver 2017-11-10 08:52:24 +00:00
Baozhu Zuo
b9d9cde471 Merge pull request #12 from Lance0312/create-alsa-lib
Copy shared library using install -D
2017-10-24 22:17:58 +08:00
Lance Chen
8094f7c3ab
Copy shared library using install -D
/usr/lib/arm-linux-gnueabihf/alsa-lib/ might not exist
2017-10-24 21:42:24 +08:00
Baozhu Zuo
3fed3fdc8a asound.conf is different between 2mic and 4mic 2017-10-18 15:51:54 +08:00
Baozhu Zuo
9e6b2472e3 Merge pull request #11 from respeaker/dev
merge dev branch
2017-10-09 15:02:08 +08:00
Baozhu Zuo
76a0140513 remove ac108 debug macro 2017-10-09 15:00:40 +08:00
Baozhu Zuo
12bac6756a remove debug message, increase ac108 buf size 2017-10-09 14:58:35 +08:00
Baozhu Zuo
b28887adab add ac108_help to makefile 2017-10-09 14:57:05 +08:00
Baozhu Zuo
125e5188e5 use two channel transfer 4 channels, rate should be double 2017-10-09 14:56:26 +08:00
Baozhu Zuo
3c4fc91f89 use the real rate value config clocking 2017-10-09 11:14:27 +08:00
Baozhu Zuo
932d2ab1c5 add some helper function 2017-09-30 16:01:18 +08:00
Baozhu Zuo
f362cdd383 enable chosen single channel 2017-09-30 16:00:07 +08:00
Baozhu Zuo
6a0b216dbf enable High Pass Filter 2017-09-30 15:58:30 +08:00
Yihui Xiong
b142dc56fc Update README.md 2017-09-28 21:26:48 -05:00
Yihui Xiong
cde3b55c1f Update README.md 2017-09-28 21:21:47 -05:00
Baozhu Zuo
9884e01dfd Update README.md 2017-09-27 11:18:27 +08:00
Baozhu Zuo
5863e7d3ac add uninstall.sh script 2017-09-27 03:14:19 +00:00