Hi,
I ran into a problem of "choppy" audio when using a USB codec on a
i.MX53 (with the chipidea driver)
The problem occurs on 4.4.47 but not on an old 3.19
It also does not occur on the latest 4.10.
The codec is :
Bus 001 Device 003: ID 08bb:29c0 Texas Instruments Japan PCM2900C Audio
CODE
On 22/02/17 10:06, Oliver Neukum wrote:
Am Dienstag, den 21.02.2017, 17:06 +0100 schrieb Martin Fuzzey:
However the revert commit message doesn't really indicate that it is
a
bug fix.
The links in the revert commit are describing scenarios involving
multiple codecs, whereas I am only
Hi,
On Wed, Nov 14, 2012 at 12:55 PM, Michael Grzeschik
wrote:
> @@ -213,6 +216,15 @@ static int __devinit ci13xxx_imx_probe(struct
> platform_device *pdev)
> goto put_np;
> }
>
> + if (usbmisc_ops && usbmisc_ops->post) {
> + ret = usbmisc_ops->post(&p
> This is because that series is based on Peter Chen's work. I should have
> mentioned this in the cover-letter mail. You can merge his master branch
> before adding my series:
Ok thanks for the very rapid reply.
I've now built this together with patch 2 "ci13xxx_imx: add 2nd and
3rd clock to sup
Hi Fabiio,
On Sun, Oct 5, 2014 at 2:09 PM, Fabio Estevam wrote:
> From: Fabio Estevam
>
> There is only one mx21 based hardware currently supported in the
> kernel: arch/arm/mach-imx/mach-mx21ads.c.
>
> mx21ads does not register the USB host driver, which makes imx21-hcd
> to not have any user.
Hi Peter,
I'm trying to create device tree nodes for USB devices (use case a USB
device providing GPIO and I2C controllers)
Your patch (now merged)
69bec725 "USB: core: let USB device know device node"
looks just like what I need but I have a couple of problems.
First it doesn't work at