[Alsa-user] Dell Latitude 5175 Dock Issue

2018-01-16 Thread Jackson Wiegman
Hi Having a problem with the Dell Latitude 5175 audio coming out of the dock headphone jack. By default, the dock headphone jack is shown as an unconnected pin, and connecting to it does nothing (does not mute the speaker, no audio out). If I enable this using hdajackretask, the auto-mute now wor

Re: [Alsa-user] Strange i/o problem

2018-01-16 Thread Robert Bielik
FYI, I finally got it working, by replacing the snd_pcm_wait construct with (pseudo code): while (true) { poll_result = do_poll(); if (poll_result == capture) { capture.getBuffer(in_buffer); } if (poll_result == playback) { do_calbacks(in_buffer, out_buffer);