Page MenuHomeFreeBSD

D47167.1775106215.diff
No OneTemporary

Size
417 B
Referenced Files
None
Subscribers
None

D47167.1775106215.diff

diff --git a/sys/dev/sound/macio/onyx.c b/sys/dev/sound/macio/onyx.c
--- a/sys/dev/sound/macio/onyx.c
+++ b/sys/dev/sound/macio/onyx.c
@@ -197,7 +197,6 @@
if (strcmp(name, "codec") == 0) {
if (iicbus_get_addr(dev) != PCM3052_IICADDR)
return (ENXIO);
- } else if (strcmp(name, "codec") == 0) {
compat = ofw_bus_get_compat(dev);
if (compat == NULL || strcmp(compat, "pcm3052") != 0)
return (ENXIO);

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 2, 5:03 AM (2 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28241926
Default Alt Text
D47167.1775106215.diff (417 B)

Event Timeline