ALSA: hda: Fix stream fifo_size initialization
authorCezary Rojewski <cezary.rojewski@intel.com>
Fri, 6 Oct 2023 10:28:56 +0000 (12:28 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 6 Oct 2023 12:30:19 +0000 (14:30 +0200)
commit956b610c4974c99a55c95542c4fca6025dee579f
tree216e1ab22ab9cb34e65905dadeabfe6472fd051b
parentf93dc90c2e8ed664985e366aa6459ac83cdab236
ALSA: hda: Fix stream fifo_size initialization

SDxFIFOS register indicates the fifo size directly. There is no need to
modify the value after reading the register.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20231006102857.749143-3-cezary.rojewski@intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_stream.c
sound/pci/hda/hda_intel.c