Searched refs:IEC958_AES0_PRO_FS_NOTID (Results 1 – 2 of 2) sorted by relevance
69 case 0x18: diga->status[0] |= IEC958_AES0_PRO_FS_NOTID; break; in SND_CS8403_DECODE()136 case IEC958_AES0_PRO_FS_NOTID: bits |= 0x18; break; in SND_CS8403_ENCODE()195 case 0x60: diga->status[0] |= IEC958_AES0_PRO_FS_NOTID; break; in SND_CS8404_DECODE()237 case IEC958_AES0_PRO_FS_NOTID: bits |= 0x00; break; in SND_CS8404_ENCODE()
41 #define IEC958_AES0_PRO_FS_NOTID (0<<6) /* fs not indicated */ macro