HDSP_LineOut 2712 sound/pci/rme9652/hdsp.c return (hdsp->control_register & HDSP_LineOut) ? 1 : 0; HDSP_LineOut 2718 sound/pci/rme9652/hdsp.c hdsp->control_register |= HDSP_LineOut; HDSP_LineOut 2720 sound/pci/rme9652/hdsp.c hdsp->control_register &= ~HDSP_LineOut; HDSP_LineOut 3328 sound/pci/rme9652/hdsp.c snd_iprintf(buffer, "Line out: %s\n", (hdsp->control_register & HDSP_LineOut) ? "on" : "off"); HDSP_LineOut 3645 sound/pci/rme9652/hdsp.c HDSP_LineOut;