RME96_WCR_EMP 1025 sound/pci/rme96.c rme96->wcreg &= ~(RME96_WCR_PRO | RME96_WCR_DOLBY | RME96_WCR_EMP); RME96_WCR_EMP 1810 sound/pci/rme96.c if (rme96->wcreg & RME96_WCR_EMP) { RME96_WCR_EMP 2115 sound/pci/rme96.c val |= (aes->status[0] & IEC958_AES0_PRO_EMPHASIS_5015) ? RME96_WCR_EMP : 0; RME96_WCR_EMP 2117 sound/pci/rme96.c val |= (aes->status[0] & IEC958_AES0_CON_EMPHASIS_5015) ? RME96_WCR_EMP : 0; RME96_WCR_EMP 2126 sound/pci/rme96.c aes->status[0] |= (val & RME96_WCR_EMP) ? IEC958_AES0_PRO_EMPHASIS_5015 : 0; RME96_WCR_EMP 2128 sound/pci/rme96.c aes->status[0] |= (val & RME96_WCR_EMP) ? IEC958_AES0_CON_EMPHASIS_5015 : 0; RME96_WCR_EMP 2185 sound/pci/rme96.c rme96->wcreg &= ~(RME96_WCR_PRO | RME96_WCR_DOLBY | RME96_WCR_EMP);