Move all audio drivers to audio/

This commit is contained in:
bjorn3
2024-02-28 21:30:02 +01:00
parent c75b560def
commit 0e98dc4a05
21 changed files with 10 additions and 9 deletions
+5 -4
View File
@@ -1,15 +1,11 @@
[workspace]
members = [
"ac97d",
"acpid",
"bgad",
"common",
"fbcond",
"ihdad",
"pcid",
"pcspkrd",
"ps2d",
"sb16d",
"vboxd",
"vesad",
"xhcid",
@@ -20,6 +16,11 @@ members = [
"virtio-gpud",
"virtio-core",
"audio/ac97d",
"audio/ihdad",
"audio/pcspkrd",
"audio/sb16d",
"net/alxd",
"net/driver-network",
"net/e1000d",
+2 -2
View File
@@ -5,7 +5,7 @@ edition = "2018"
[dependencies]
bitflags = "1"
common = { path = "../common" }
common = { path = "../../common" }
log = "0.4"
redox-daemon = "0.1"
redox-log = "0.1"
@@ -13,4 +13,4 @@ redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
redox_syscall = "0.4"
spin = "0.9"
pcid = { path = "../pcid" }
pcid = { path = "../../pcid" }
+2 -2
View File
@@ -12,5 +12,5 @@ redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
redox_syscall = "0.4"
spin = "0.9"
common = { path = "../common" }
pcid = { path = "../pcid" }
common = { path = "../../common" }
pcid = { path = "../../pcid" }
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2018"
[dependencies]
bitflags = "1"
common = { path = "../common" }
common = { path = "../../common" }
log = "0.4"
redox-daemon = "0.1"
redox-log = "0.1"