ALSA: firewire-motu: detect SPH source of sampling clock
[linux-2.6-block.git] / sound / firewire / motu / motu-protocol-v2.c
index a42f77fc38580dae2fd9ede5e7862cf2fadb7ef4..2757e5b42b9b19c5eba8b5506d015d8f4c436824 100644 (file)
@@ -114,6 +114,9 @@ static int v2_get_clock_source(struct snd_motu *motu,
        case 2:
                *src = SND_MOTU_CLOCK_SOURCE_SPDIF_ON_COAX;
                break;
+       case 3:
+               *src = SND_MOTU_CLOCK_SOURCE_SPH;
+               break;
        case 4:
                *src = SND_MOTU_CLOCK_SOURCE_WORD_ON_BNC;
                break;