[Bug 14559] Rosetta stone v3 microphone detection

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 21 05:52:51 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=14559





--- Comment #8 from xbx <xavierb at gmail.com>  2009-05-21 05:52:51 ---
got it wrong, sorry.

  ===== MixerInit: elem: Master, playback: 1, capture: 0
  ===== MixerInit: elem: PCM, playback: 1, capture: 0
  ===== MixerInit: elem: IEC958, playback: 0, capture: 0
  ===== MixerInit: elem: IEC958 Default PCM, playback: 0, capture: 0
  ===== MixerInit: elem: Digital, playback: 0, capture: 1
  ===== MixerInit: elem: Docking Mic, playback: 1, capture: 1
  ===== MixerInit: elem: External Mic, playback: 1, capture: 1
  ===== MixerInit: elem: Internal Mic, playback: 1, capture: 1


with this code
TRACE(" ===== MixerInit: elem: %s, playback: %d, capture: %d\n",
snd_mixer_selem_get_name(elem), snd_mixer_selem_has_playback_volume(elem),
snd_mixer_selem_has_capture_volume(elem));

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list