Searched refs:IEC958_AES0_PRO_EMPHASIS_5015 (Results 1 – 2 of 2) sorted by relevance
58 case 0x40: diga->status[0] |= IEC958_AES0_PRO_EMPHASIS_5015; break; in SND_CS8403_DECODE()125 case IEC958_AES0_PRO_EMPHASIS_5015: bits |= 0x40; break; in SND_CS8403_ENCODE()184 case 0x01: diga->status[0] |= IEC958_AES0_PRO_EMPHASIS_5015; break; in SND_CS8404_DECODE()226 case IEC958_AES0_PRO_EMPHASIS_5015: bits |= 0x01; break; in SND_CS8404_ENCODE()
22 #define IEC958_AES0_PRO_EMPHASIS_5015 (3<<2) /* 50/15us emphasis */ macro