Péter Ujfalusi
Péter Ujfalusi
Replacing #3958, now with the correct branch! Hi, this series will enable the use of the SOF Linux stack without DSP offloading. In this mode no firmware loading will happen,...
…RIGGER_RELEASE During DMA stop/config/start the read/write pointer of HD-DMA is not reset unlike other DMAs (GPDMA, DMAC). Only call the audio_stream_reset() if the link is not serviced by HD-DMA. Link:...
**Describe the bug** Doing pause/resume cycle can result in 'metallic' sounding audio. The number of cycles are random, but it can be reproduced with few iterations. Further pause/resume can recover...
**Describe the bug** During audio playback (`aplay -i`, mpalyer/mpv/vlc using ALSA directly) pausing/resuming the playback will cause the kernel reported delay to increase with each cycle. **To Reproduce** `aplay -Dhw:0,0...
topology2: Revisit period and buffer size settings To be pragmatic about the period/buffer size values: period_size_min = 192 is for Stereo, S16_le, 48Khz, 1ms period_size_max = 19200 is for Stereo,...
If a PCM is set to use ChainDMA then add it to the card->components string after a marker of iec61937-pcm:, for example on current HDA platforms where HDMI is set...
Hi, needs comment and commit message updates, just to show the idea I had regarding to #4867 I think there is one issue that this might have is if the...
Hi, The PR will introduce a generic `HdmiDevice` macro, which can replace duplicated conditions in sof UCM files and potentially used by other devices to generate the needed section for...
…ination Extend the HDMI only configuration to support idsip + DMIC setups.
Hi, new token set is added by https://github.com/thesofproject/sof/pull/9202 to indicate that the pause operation is supported or not on the given PCM device. Use this information in hda-pcm.c to disable...