Other Parts Discussed in Thread: WL1837, BEAGLEBOARD-X15
Tool/software: Linux
Hi Folks,
I was trying to get audio streaming/capture over the PCM interface, I am using linux version 4.4, bluez version 5.41 and pulseaudio-9.
I was able to capture audio, but it was via uart interface and not via PCM, is there some sort of init I am missing to get it working with the PCM interface.
We have MCASP2 connected to BT PCM, the pinmux is done and enabled as well:
mcasp@48464000 {
compatible = "ti,dra7-mcasp-audio";
ti,hwmods = "mcasp2";
reg = <0x48464000 0x2000 0x45c00000 0x1000>;
reg-names = "mpu", "dat";
interrupts = <0x0 0x95 0x4 0x0 0x94 0x4>;
interrupt-names = "tx", "rx";
dmas = <0xaf 0x83 0x1 0xaf 0x82 0x1>;
dma-names = "tx", "rx";
clocks = <0xf5 0xf6 0xf7>;
clock-names = "fck", "ahclkx", "ahclkr";
op-mode = <0x0>;
tdm-slots = <0x2>;
serial-dir = <0x1 0x2 0x0 0x0>;
tx-num-evt = <0x20>;
rx-num-evt = <0x20>;
status = "okay";
};
Thanks,
Mike