Next Previous Contents

1. Introduction

這是 ALSA 音效驅動程式的 mini HOWTO. 它提供您關於安裝及使用 ALSA 音效驅動程式的資訊. ALSA 驅動程式是完全模組化, 並支援 kerneld 及 kmod. 它和 OSS API 相容, 但超越了其可能性. 一句話: 相容, 但更好.

1.1 銘謝

本文件包含了我從 ALSA 驅動程式網站得到的資訊. 其結構是由 SB-mini-HOWTO 分來的, 主要是它的結構和我理想中的很接近. 感謝有 SGMLTools 軟體, 使得本 HOWTO 只用一個共用的原始檔, 可以產生多種格式. 謝謝 Erik Warmelink 校閱(proof reading), 還有 Alfred Munnikes 提供很多問題和有助的建言, Yamahata Isaku 翻譯成日文, 以及 Miodrag Vallat 翻成法文. 接下來, Steve Crowd 很好的校訂了全文, 以及 Marc-Aur`ele Darche, Piotr Ingling, Juergen Kahrs 及 Tim Pearce 提供有用的小技巧(tip)及增補.

1.2 版本沿革

1.4 版 - 1999 年 5 月 18 日. 加入了法文版的 URL, 改了更多 URL.

1.3 版 - 1999 年 5 月 16 日. 謝謝 Jaroslav, 在 ALSA 計畫網站建了本 HOWTO 的新家. 因此, 電郵及網站位址有了些改變.

1.2 版 - 1999 年 5 月 11 日. 幾處更新.

1.1 版 - 1999 年 3 月 11 日. 在新的 0.3 版驅動程式中加入了一些音效卡的驅動程式. 寫了一點關於 2.2 版核心的部份.

1.0 版 - 1999 年 2 月 8 日. 在問題解決那節加進了些東西, 看來蠻完整了.

0.3 beta 版 - 1999 年 1 月 20 日. 在 ALSA 網站上有了連結. 哈! 終於是正式的了!

0.2 alpha 版. 1999 年 1 月中. 第一個 sgml 版.

0.1 alpha 版. 1999 年 1 月. 第一版, 多數是 HTML.

Still: please submit any patches in plain English, you native speakers! 還有: 使用英語的各位, 請多寄純英文的 patch!

1.3 本文件的新版本在哪?

最新版本可在 http://www.alsa-project.org./~valentyn找到.

其它格式(全部的 html, sgml, txt)在 other-formats 目錄下.

Yamahata Isaku 翻譯了日文版, 將會放在日本 ALSA 網站, http://plaza21.mbn.or.jp/~momokuri/alsa/index.html

Miodrag Vallat 翻了法文版, 可在 http://www.freenix.fr/unix/linux/HOWTO/mini/Alsa.html找到.

如果您將本文件翻成其它語言, 請讓我知道, 我將在這兒做個連結.

1.4 回饋

這份 HOWTO 文件, 需要各位讀者協助, 才能越來越好用. 如果您有任何建議, 修正, 或意見, 請告訴作者 ( alsa-howto@alsa-project.org) 我將會在下一版試著加入這些意見.

請注意: 我還沒收到很多關於 ALSA 驅動程式的信件, 任何增加都很歡迎. 即使是 "謝謝你..." 都好. 也許文中加入 "我欣賞大半內容" 或 "這裡我還是看不太懂" 這些話並不是很困難吧! (?) (原文是 Please note: I do not get a lot of mail about the ALSA drivers and any addition is welcome. Even a ``thank you for'' is appreciated - maybe it's not too much work to add a ``I appreciated most'' or ``this-or-that was not immediately clear to me''-section. )

如果您在唯讀光碟上或以硬拷貝形式發行此文件, 請您附送我一份. 請送到我的真實地址. 也請考慮一下對 Linux 文件計畫作點奉獻, 以支持 Linux 的免費文件. 請和 Linux HOWTO 協調人 Tim Bynum ( linux-howto@metalab.unc.edu ) 聯絡以得到更多資訊.

1.5 散布時的注意事項

Copyright 1998/1999 Valentijn Sessink

本中文版之版權為 Valentijn Sessink 及 伍永康 所有 (1999)

(版權宣言原文照登)

This HOWTO is free documentation; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

本 HOWTO 是自由文件; 您可以在合乎由自由軟體基金會出版的 GNU 一般公開執照所載的條件下重新散布及/或修改它. 您可以選用該執照之第二版或(任您選)其後的版本.

This document is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.

本文件之散布, 是希望能有用, 但不提供任何保證; 即使是 商業上合於特定用途 的隱含保證亦無. 詳情請看 GNU 一般公開執照.

You can obtain a copy of the GNU General Public License by writing to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

您可以寫信到 自由軟體基金會, 地址是 675 Mass Ave, Cambridge, MA 02139, USA. 來取得 GNU 一般公開執照.


Next Previous Contents