Searched refs:IEC958_AES3_CON_FS_48000 (Results 1 – 3 of 3) sorted by relevance
60 case 0x02: diga->status[3] |= IEC958_AES3_CON_FS_48000; break; in SND_CS8403_DECODE()121 case IEC958_AES3_CON_FS_48000: bits |= 0x02; break; in SND_CS8403_ENCODE()184 case 0x04: diga->status[3] |= IEC958_AES3_CON_FS_48000; break; in SND_CS8404_DECODE()225 case IEC958_AES3_CON_FS_48000: bits |= 0x04; break; in SND_CS8404_ENCODE()
131 #define IEC958_AES3_CON_FS_48000 (2<<0) /* 48kHz */ macro
1197 (IEC958_AES3_CON_FS_48000<<24))