All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tobias <toszlanyi@yahoo.de>
To: "alexander@tsoy.me" <alexander@tsoy.me>,
	"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>
Cc: Takashi Iwai <tiwai@suse.de>
Subject: Re: [alsa-devel] USB Audio Interface / Denon MC7000 and MC8000 controller
Date: Mon, 3 Feb 2020 11:23:18 +0100	[thread overview]
Message-ID: <d9cdf599-6e53-29bc-e42f-a2a8acee85be@yahoo.de> (raw)
In-Reply-To: <1697977016.25666627.1579681629054@mail.yahoo.com>

Dear Alexander - unfortunately I did hot hear back from you. I guess 
this may not be your highest priority but still - do you have any other 
idea to make the MC7000 sound device working? Thanks a lot.


Am 22.01.20 um 09:27 schrieb Oszlanyi Tobias:
> Hello Alexander. I compiled the kernel with your patch but the result unfortunately it's the same. The audio device is still not working, dmesg shows the same message that clock source is not valid. Any other idea?
> Thanks a lotTobias
>
> Gesendet von Yahoo Mail auf Android
>   
>    Am Di., Jan. 21, 2020 at 12:00 schrieb Alexander Tsoy<alexander@tsoy.me>:   Please try the patch below. Make sure that no other patches are applied.
>
> diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
> index 82184036437b..7264f57d3188 100644
> --- a/sound/usb/quirks.c
> +++ b/sound/usb/quirks.c
> @@ -1553,6 +1553,13 @@ void snd_usb_ctl_msg_quirk(struct usb_device *dev, unsigned int pipe,
>           && (requesttype & USB_TYPE_MASK) == USB_TYPE_CLASS)
>           msleep(20);
>   
> +    /*
> +    * Denon MC7000
> +    */
> +    if (chip->usb_id == USB_ID(0x15e4, 0x8004) &&
> +        (requesttype & USB_TYPE_MASK) == USB_TYPE_CLASS)
> +        msleep(20);
> +
>       /* Zoom R16/24, Logitech H650e, Jabra 550a needs a tiny delay here,
>       * otherwise requests like get/set frequency return as failed despite
>       * actually succeeding.
>
>
> В Вт, 21/01/2020 в 09:17 +0100, Tobias пишет:
>> Thanks a lot for the hint Alexander. Anyhow, I am not sure where to put
>> that.
>> Also Takashi Iwai was involved already and I would like to prevent
>> mixing up things or double work.
>>
>> Please advise in detail what I would need to do as I am not a programmer.
>>
>> Thanks a lot.
>> Tobias
>>
>> Am 20.01.20 um 09:22 schrieb Alexander Tsoy:
>>> В Сб, 14/12/2019 в 09:24 +0100, Tobias пишет:
>>>> Hello dear ALSA developers.
>>>>
>>>> I have purchased a MC7000 controller in order to control MIXXX on
>>>> Ubuntu
>>>> 16.04. According to the Denon specification the controller should
>>>> have
>>>> been class compliant but there is an issue with the Audio interface
>>>> to
>>>> work properly giving following message ...
>>>>
>>>> $ dmesg
>>>> ...
>>>>> [  74.522831] usb 1-1.3: new high-speed USB device number 6 using
>>>>> xhci_hcd
>>>> [  74.623784] usb 1-1.3: New USB device found, idVendor=15e4,
>>>> idProduct=8004
>>>> [  74.623789] usb 1-1.3: New USB device strings: Mfr=1, Product=2,
>>>> SerialNumber=3
>>>> [  74.623793] usb 1-1.3: Product: DENON DJ MC7000
>>>> [  74.623796] usb 1-1.3: Manufacturer: DENON DJ
>>>> [  74.623798] usb 1-1.3: SerialNumber: 201603
>>>> [  74.625134] usb 1-1.3: clock source 65 is not valid, cannot use
>>>>
>>>> "|||clock source 65 is not valid, cannot use" is repeated
>>>> uncountable
>>>> times then
>>>>
>>> Please try to add delay after each class control request in
>>> snd_usb_ctl_msg_quirk():
>>>
>>>        if (chip->usb_id == USB_ID(0x15e4, 0x8004) &&
>>>            (requesttype & USB_TYPE_MASK) == USB_TYPE_CLASS)
>>>            msleep(20);
>>>
>    
>

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

  reply	other threads:[~2020-02-03 10:24 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <9457db14-4084-c0dd-5c89-821b35c3db66.ref@yahoo.de>
2019-12-14  8:24 ` [alsa-devel] USB Audio Interface / Denon MC7000 and MC8000 controller Tobias
2020-01-13 13:58   ` Tobias
2020-01-14 14:16     ` Takashi Iwai
2020-01-16 11:58       ` Tobias
2020-01-16 13:47         ` Takashi Iwai
2020-01-16 17:45           ` Tobias
2020-01-16 20:28             ` Takashi Iwai
2020-01-17  8:46               ` Tobias
2020-01-20  8:22   ` Alexander Tsoy
2020-01-21  8:17     ` Tobias
2020-01-21  8:44       ` Takashi Iwai
2020-01-21 10:59       ` Alexander Tsoy
2020-01-22  8:27         ` Oszlanyi Tobias
2020-02-03 10:23           ` Tobias [this message]
2020-02-05 19:07             ` Alexander Tsoy
2020-02-06 10:06               ` Tobias
2020-02-06 22:09                 ` Alexander Tsoy
2020-02-07  8:15                   ` Takashi Iwai
2020-02-07 14:39                     ` Tobias
2020-02-07 17:45                       ` Alexander Tsoy
2020-02-07 18:49                         ` Tobias
2020-02-07 19:11                           ` Alexander Tsoy
2020-02-07 20:15                             ` Tobias
2020-02-07 16:59                     ` Alexander Tsoy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d9cdf599-6e53-29bc-e42f-a2a8acee85be@yahoo.de \
    --to=toszlanyi@yahoo.de \
    --cc=alexander@tsoy.me \
    --cc=alsa-devel@alsa-project.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.