Searched refs:IEC958_AES3_CON_FS_32000 (Results 1 – 2 of 2) sorted by relevance
46 case 0x04: diga->status[3] |= IEC958_AES3_CON_FS_32000; break; in SND_CS8403_DECODE()107 case IEC958_AES3_CON_FS_32000: bits |= 0x04; break; in SND_CS8403_ENCODE()168 case 0x02: diga->status[3] |= IEC958_AES3_CON_FS_32000; break; in SND_CS8404_DECODE()211 case IEC958_AES3_CON_FS_32000: bits |= 0x02; break; in SND_CS8404_ENCODE()
117 #define IEC958_AES3_CON_FS_32000 (3<<0) /* 32kHz */ macro
Completed in 9 milliseconds