1. 09 9月, 2010 3 次提交
  2. 30 8月, 2010 2 次提交
  3. 13 8月, 2010 1 次提交
    • T
      ALSA: hda - Restrict PCM parameters per ELD information over HDMI · bbbe3390
      Takashi Iwai 提交于
      When a device is plugged over HDMI, it passes some information in ELD
      including the supported PCM parameters like formats, rates, channels.
      This patch adds the check to PCM open callback of HDMI streams so that
      only valid parameters the device supports are used.
      
      When no device is plugged, the parameters the codec supports are used;
      it's mostly all parameters the hardware can work.  This is for apps
      that are started before device plugging and do probing (e.g. a sound
      daemon), so that at least, probing would work even before the device
      plugging.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      bbbe3390
  4. 19 3月, 2010 1 次提交
  5. 23 12月, 2009 1 次提交
  6. 15 12月, 2009 3 次提交
  7. 18 11月, 2009 2 次提交
  8. 16 11月, 2009 6 次提交
  9. 12 11月, 2009 1 次提交
  10. 11 11月, 2009 1 次提交
    • T
      ALSA: hda - Add power on/off counter · a2f6309e
      Takashi Iwai 提交于
      Added the power on/off counter and expose via sysfs files.
      The sysfs files, power_on_acct and power_off_acct, are created under
      each codec hwdep sysfs directory (e.g. /sys/class/sound/hwC0D0).
      The files show the msec length of the codec power-on and power-off,
      respectively.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      a2f6309e
  11. 30 10月, 2009 1 次提交
    • W
      ALSA: hda - vectorize intelhdmi · 54a25f87
      Wu Fengguang 提交于
      The Intel IbexPeak HDMI codec supports 2 converters and 3 pins,
      which requires converting the cvt_nid/pin_nid to arrays.
      
      The active pin number (the one connected with a live HDMI monitor/sink)
      will be dynamically identified on hotplug events.
      
      It exports two HDMI devices, so that user space can choose the A/V pipe
      for sending the audio samples.
      
      It's still undefined behavior when there are two active monitors
      connected and routed to the same audio converter.
      Signed-off-by: NWu Fengguang <fengguang.wu@intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      54a25f87
  12. 24 8月, 2009 1 次提交
  13. 27 7月, 2009 1 次提交
  14. 24 6月, 2009 1 次提交
  15. 23 3月, 2009 1 次提交
  16. 03 3月, 2009 1 次提交
  17. 26 2月, 2009 1 次提交
  18. 23 2月, 2009 1 次提交
  19. 13 2月, 2009 1 次提交
    • T
      ALSA: hda - Add snd_hda_multi_out_dig_cleanup() · 9411e21c
      Takashi Iwai 提交于
      Added the helper function snd_hda_multi_out_dig_cleanup() to clean up
      the digital outputs with multi setup.  This call is needed in cases
      the codec supports multiple digital outputs as slaves.  Otherwise the
      slave widgets aren't properly cleaned up.
      
      For a single digital output (e.g. in patch_conexant.c), this call isn't
      needed.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9411e21c
  20. 12 2月, 2009 1 次提交
  21. 06 2月, 2009 1 次提交
  22. 21 1月, 2009 1 次提交
  23. 20 1月, 2009 1 次提交
  24. 30 11月, 2008 1 次提交
    • M
      ALSA: hda - Add a new function to seek for a codec ID · 2eda3445
      Mauro Carvalho Chehab 提交于
      Gateway notebooks have their ID inside codec vendor ID, not at PCI ID. Due to
      that, model auto-detection were not possible with the standard seek method.
      
      This is what is found at lspci -vnn:
      
      00:14.2 Audio device [0403]: ATI Technologies Inc SB450 HDA Audio [1002:437b] (rev 01)
              Subsystem: ATI Technologies Inc SB450 HDA Audio [1002:437b]
      
      Yet, autodetection is possible, since the codec properly reflects the vendor at
      the Subsystem ID:
      
      $ cat /proc/asound/card0/codec#0 |head -4
      
      Codec: SigmaTel STAC9250
      Address: 0
      Vendor Id: 0x83847634
      Subsystem Id: 0x107b0367
      
      This patch adds a new autodetection function that seeks for codec subsystem ID.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      2eda3445
  25. 21 11月, 2008 3 次提交
  26. 19 11月, 2008 2 次提交