]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda: Fix all stream interrupts definition
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Mon, 14 Oct 2024 09:49:58 +0000 (11:49 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 14 Oct 2024 10:00:52 +0000 (12:00 +0200)
commit52345d35622026b99271edc1c58ad7cfef3b7567
treec604156480140b397656c74318773fc89ead7c45
parent0ddf2784d6c29e59409a62b8f32dc5abe56135a4
ALSA: hda: Fix all stream interrupts definition

It is defined in header to 0xFF, which only allows to set values for 8
streams. In specification it is defined as bits from 0 to 29. In
practice there is no HW with 29 streams, but as the only place where the
value is used is chip initialization, it is best to make sure that all
bits are reset properly.

Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://patch.msgid.link/20241014094958.708563-1-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/hda_register.h