Re: How to test if sound is working?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: James Hozier
Date: Monday, November 8, 2010 - 3:04 pm

> From: Fred Crowson <fred.crowson@gmail.com>
sound is working?
misc@openbsd.org
2010 17:10, James
Patching file azalia_codec.c using Plan A...
1 out of 1 hunks failed--saving rejects to
file failed, the code
file called
If it had worked it would have given you a message like:
azalia_codec.c using Plan A...
the trailing garbage.

$ cat azalia_codec.c.rej
@@ -64,6 +64,13 @@
    this->name = NULL;
    this->qrks = AZ_QRK_NONE;
switch (this->vid) {
+    case 0x10134206:
+        this->name = "Cirrus Logic
CS4206";
+        if (this->subid == 0x106b4d00) {    /* APPLE_MBP55 */
+
this->qrks |= AZ_QRK_GPIO_UNMUTE_1 |
+                AZ_QRK_GPIO_UNMUTE_3;
+
}
+        break;
    case 0x10ec0260:
        this->name = "Realtek ALC260";
break;

What does this mean? It looks like a snippet of code from the original
patch file?
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: How to test if sound is working?, James Hozier, (Mon Nov 8, 3:04 pm)
Re: How to test if sound is working?, Fred Crowson, (Mon Nov 8, 3:55 pm)
Re: How to test if sound is working?, Fred Crowson, (Mon Nov 8, 3:57 pm)