projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
631fdd1
)
doc/test-runner: Add audio config options
author
Frédéric Danis
<frederic.danis@collabora.com>
Fri, 10 Jun 2022 16:38:18 +0000
(18:38 +0200)
committer
Ayush Garg
<ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000
(14:55 +0530)
List the build options for an AC97 audio card necessary for test with
audio daemon.
Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
doc/test-runner.txt
patch
|
blob
|
history
diff --git
a/doc/test-runner.txt
b/doc/test-runner.txt
index
683c622
..
019c231
100755
(executable)
--- a/
doc/test-runner.txt
+++ b/
doc/test-runner.txt
@@
-54,6
+54,11
@@
For Bluetooth functionality:
CONFIG_UHID=y
+For Audio functionality:
+ CONFIG_SYSVIPC=y
+ CONFIG_SOUND=y
+ CONFIG_SND=y
+ CONFIG_SND_INTEL8X0=y
These options should be installed as .config in the kernel source directory
followed by this command.