9 Jan
2013
9 Jan
'13
5:45 p.m.
On 01/09/2013 04:22 PM, Takashi Iwai wrote:
- wcLock = status & HDSPM_AES32_wcLock;
- wcSync = wcLock && (status & HDSPM_AES32_wcSync);
- snd_iprintf(buffer, "Word: %s Frequency: %d\n",
(status & HDSPM_AES32_wcLock) ? "Sync " : "No Lock",
(wcLock) ? (wcSync ? "Sync " : "Lock") : "No Lock",
I guess you wanted to align the string size by extra spaces after "Sync", but forgot after "Lock"?
Wow, good catch. Though it's purely cosmetic, feel free to add the missing three spaces to please the viewer's eye. ;)
Cheers