Message ID | 20231006102857.749143-1-cezary.rojewski@intel.com |
---|---|
Headers | show |
Series | ALSA: hda: Stream setup fixes | expand |
On Fri, 06 Oct 2023 12:28:54 +0200, Cezary Rojewski wrote: > > Follow up to the recent hdac_stream-related series of mine [1]. > Addresses three topics: > > - false-positive timeout (-110) messages that appear during firmware > loading procedure > - null-ptr-deref when assigning stub substream of COUPLED type. 'Stub' > as precisely those kind of substreams are utilized for code-loading > procedure > - hstream->fifo_size initialization, superfluous '+1' > > The two fixes lead the way, there is no dependency of patch 3/3 on > either of them. > > > [1]: https://lore.kernel.org/alsa-devel/20230926080623.43927-1-cezary.rojewski@intel.com/ > > Cezary Rojewski (3): > ALSA: hda: Fix possible null-ptr-deref when assigning a stream > ALSA: hda: Fix stream fifo_size initialization > ALSA: hda: Add code_loading parameter to stream setup Applied all three patches now. Thanks. Takashi