Home
last modified time | relevance | path

Searched refs:IEC958_AES0_PRO_FS_NOTID (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/sound/
Dcs8403.h69 case 0x18: diga->status[0] |= IEC958_AES0_PRO_FS_NOTID; break; in SND_CS8403_DECODE()
136 case IEC958_AES0_PRO_FS_NOTID: bits |= 0x18; break; in SND_CS8403_ENCODE()
195 case 0x60: diga->status[0] |= IEC958_AES0_PRO_FS_NOTID; break; in SND_CS8404_DECODE()
237 case IEC958_AES0_PRO_FS_NOTID: bits |= 0x00; break; in SND_CS8404_ENCODE()
Dasoundef.h41 #define IEC958_AES0_PRO_FS_NOTID (0<<6) /* fs not indicated */ macro
/linux-3.4.99/sound/i2c/
Dcs8427.c581 default: status[0] |= IEC958_AES0_PRO_FS_NOTID; break; in snd_cs8427_iec958_pcm()