1. 24 3月, 2018 3 次提交
    • N
      ALSA: usb-audio: FIX native DSD support for TEAC UD-501 DAC · 74dc71f8
      Nobutaka Okabe 提交于
      There are two versions of TEAC UD-501, the normal version and
      the vendor updated version(UD-501V2).
      
      They have the same VID/PID, but the num of the altsetting is different,
      UD-501 has 2 altsets for stream, and UD-501V2 has 3.
      
      So, add the logic to distinguish them by the Product Name, not by the PID.
      Signed-off-by: NNobutaka Okabe <nob77413@gmail.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      74dc71f8
    • N
      ALSA: usb-audio: Add native DSD support for Luxman DA-06 · 71426535
      Nobutaka Okabe 提交于
      Add native DSD support quirk for Luxman DA-06 DAC, by adding the
      PID/VID 1852:5065.
      
      Rename "is_marantz_denon_dac()" function to "is_itf_usb_dsd_2alts_dac()"
      to cover broader device family sharing the same USB audio
      implementation(*).
      For the same reason, rename "is_teac_dsd_dac()" function to
      "is_itf_usb_dsd_3alts_dac()".
      
      (*)
      These devices have the same USB controller "ITF-USB DSD", supplied by
      INTERFACE Co., Ltd.
      "ITF-USB DSD" USB controller has two patterns,
      
      Pattern 1. (2 altsets version)
      - Altset 0: for control
      - Altset 1: for stream (S32)
      - Altset 2: for stream (S32, DSD_U32)
      
      Pattern 2. (3 altsets version)
      - Altset 0: for control
      - Altset 1: for stream (S16)
      - Altset 2: for stream (S32)
      - Altset 3: for stream (S32, DSD_U32)
      
      "is_itf_usb_dsd_2alts_dac()" returns true, if the DAC has "Pattern 1"
      USB controller, and "is_itf_usb_dsd_3alts_dac()" returns true, if
      "Pattern2".
      Signed-off-by: NNobutaka Okabe <nob77413@gmail.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      71426535
    • N
      ALSA: usb-audio: Add native DSD support for TEAC UD-301 · b0021486
      Nobutaka Okabe 提交于
      Add native DSD support quirk for TEAC UD-301 DAC,
      by adding the PID/VID 0644:804a.
      Signed-off-by: NNobutaka Okabe <nob77413@gmail.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b0021486
  2. 20 3月, 2018 1 次提交
  3. 12 2月, 2018 1 次提交
  4. 07 12月, 2017 1 次提交
  5. 02 11月, 2017 1 次提交
  6. 16 10月, 2017 1 次提交
  7. 09 10月, 2017 2 次提交
  8. 21 9月, 2017 1 次提交
  9. 22 8月, 2017 1 次提交
  10. 18 8月, 2017 1 次提交
  11. 15 8月, 2017 1 次提交
  12. 13 8月, 2017 1 次提交
  13. 15 5月, 2017 1 次提交
  14. 10 1月, 2017 1 次提交
  15. 28 12月, 2016 1 次提交
  16. 13 12月, 2016 1 次提交
  17. 29 8月, 2016 1 次提交
  18. 22 8月, 2016 2 次提交
  19. 09 8月, 2016 2 次提交
  20. 12 5月, 2016 1 次提交
  21. 29 4月, 2016 1 次提交
  22. 06 4月, 2016 1 次提交
  23. 04 4月, 2016 1 次提交
  24. 01 4月, 2016 1 次提交
  25. 20 3月, 2016 1 次提交
  26. 16 3月, 2016 2 次提交
  27. 01 3月, 2016 1 次提交
  28. 30 1月, 2016 1 次提交
  29. 29 1月, 2016 3 次提交
  30. 26 1月, 2016 1 次提交
  31. 11 1月, 2016 1 次提交
  32. 14 12月, 2015 1 次提交