diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-08 09:50:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-08 09:52:00 +0000 |
commit | 2845a7bd4ab0184c1b4b33542c31b550be6ea290 (patch) | |
tree | 022a847a79baf21c3296dbfb32eb367b1587e43e /main/libcrystalhd/crystalhd-use_8_DMA_buffers-0.1.patch | |
parent | d4af947cb4a17a69a81646250bd5578449369b60 (diff) | |
download | aports-2845a7bd4ab0184c1b4b33542c31b550be6ea290.tar.bz2 aports-2845a7bd4ab0184c1b4b33542c31b550be6ea290.tar.xz |
main/libcrystalhd: new aport
we need the userspace library for crystaldhd driver for xbmc
Diffstat (limited to 'main/libcrystalhd/crystalhd-use_8_DMA_buffers-0.1.patch')
-rw-r--r-- | main/libcrystalhd/crystalhd-use_8_DMA_buffers-0.1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libcrystalhd/crystalhd-use_8_DMA_buffers-0.1.patch b/main/libcrystalhd/crystalhd-use_8_DMA_buffers-0.1.patch new file mode 100644 index 0000000000..1b9150ea7b --- /dev/null +++ b/main/libcrystalhd/crystalhd-use_8_DMA_buffers-0.1.patch @@ -0,0 +1,11 @@ +--- a/include/bc_dts_glob_lnx.h ++++ b/include/bc_dts_glob_lnx.h +@@ -76,7 +76,7 @@ + BC_LINK_MAX_OPENS = 3, /* Maximum simultaneous opens*/ + BC_LINK_MAX_SGLS = 1024, /* Maximum SG elements 4M/4K */ + BC_TX_LIST_CNT = 2, /* Max Tx DMA Rings */ +- BC_RX_LIST_CNT = 16, /* Max Rx DMA Rings*/ ++ BC_RX_LIST_CNT = 8, /* Max Rx DMA Rings*/ + BC_PROC_OUTPUT_TIMEOUT = 2000, /* Milliseconds */ + BC_INFIFO_THRESHOLD = 0x10000, + }; |