lkml.org 
[lkml]   [2018]   [Feb]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 148/167] ALSA: usb: add more device quirks for USB DSD devices
    Date
    4.14-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Daniel Mack <daniel@zonque.org>

    commit 7c74866baef1827e18f8269aec85030063520bd4 upstream.

    Add some more devices that need quirks to handle DSD modes correctly.

    Signed-off-by: Daniel Mack <daniel@zonque.org>
    Reported-and-tested-by: Thomas Gresens <tgresens@gmail.com>
    Cc: <stable@vger.kernel.org>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    sound/usb/quirks.c | 7 +++++--
    1 file changed, 5 insertions(+), 2 deletions(-)

    --- a/sound/usb/quirks.c
    +++ b/sound/usb/quirks.c
    @@ -1369,8 +1369,11 @@ u64 snd_usb_interface_dsd_format_quirks(
    return SNDRV_PCM_FMTBIT_DSD_U32_BE;
    break;

    - /* Amanero Combo384 USB interface with native DSD support */
    - case USB_ID(0x16d0, 0x071a):
    + /* Amanero Combo384 USB based DACs with native DSD support */
    + case USB_ID(0x16d0, 0x071a): /* Amanero - Combo384 */
    + case USB_ID(0x2ab6, 0x0004): /* T+A DAC8DSD-V2.0, MP1000E-V2.0, MP2000R-V2.0, MP2500R-V2.0, MP3100HV-V2.0 */
    + case USB_ID(0x2ab6, 0x0005): /* T+A USB HD Audio 1 */
    + case USB_ID(0x2ab6, 0x0006): /* T+A USB HD Audio 2 */
    if (fp->altsetting == 2) {
    switch (le16_to_cpu(chip->dev->descriptor.bcdDevice)) {
    case 0x199:

    \
     
     \ /
      Last update: 2018-02-21 14:52    [W:2.739 / U:0.440 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site