Searched refs:IEC958_AES0_PRO_FS_32000 (Results 1 – 2 of 2) sorted by relevance
51 case 0x00: diga->status[0] |= IEC958_AES0_PRO_FS_32000; break; in SND_CS8403_DECODE()117 case IEC958_AES0_PRO_FS_32000: bits |= 0x00; break; in SND_CS8403_ENCODE()177 case 0x00: diga->status[0] |= IEC958_AES0_PRO_FS_32000; break; in SND_CS8404_DECODE()218 case IEC958_AES0_PRO_FS_32000: bits |= 0x00; break; in SND_CS8404_ENCODE()
29 #define IEC958_AES0_PRO_FS_32000 (3<<6) /* 32kHz */ macro