diff options
author | James O'Shannessy <james.oshannessy@fiberdyne.com.au> | 2018-09-15 00:43:34 -0700 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-10-26 17:27:27 +1100 |
commit | 38d172808a61a6d0b404abea4db95cd4ee03b06e (patch) | |
tree | 1e4aeb397835e3182c1ba82b95059014e5638395 /loopback/Kconfig | |
parent | 5594ba3d7b122052ef3a1de6812cca5d92cdbbc8 (diff) |
Adding groundwork for loopback
Added a skeleton for the loopback audiopath.
Signed-off-by: James O'Shannessy <james.oshannessy@fiberdyne.com.au>
Diffstat (limited to 'loopback/Kconfig')
-rw-r--r-- | loopback/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/loopback/Kconfig b/loopback/Kconfig new file mode 100644 index 0000000..6293c5c --- /dev/null +++ b/loopback/Kconfig @@ -0,0 +1,12 @@ +# +# AVIRT Loopback Audio Path +# + +config AVIRT_LOOPBACKAP + tristate "LoopbackAP" + select SND_PCM + ---help--- + Say Y here if you want to add loopback audio path. + + To compile this driver as a module, choose M here: the + module will be called avirt_loopbackap. |