ALSA: ymfpci: Use register macro in place of integer literal
authorTasos Sahanidis <tasos@tasossah.com>
Wed, 29 Mar 2023 04:39:18 +0000 (07:39 +0300)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 Mar 2023 06:29:04 +0000 (08:29 +0200)
commit2fa98a4283c165715e6d36f5cd3acbc6f3c029f2
treec32f22244914799c94fe20520e421e70912a65db
parenta8752868b74c0ce4491d0b62805fc99b0f6c3b15
ALSA: ymfpci: Use register macro in place of integer literal

The macro for said register already exists, so just use it, to make the
code more readable.

Signed-off-by: Tasos Sahanidis <tasos@tasossah.com>
Link: https://lore.kernel.org/r/20230329043918.179352-1-tasos@tasossah.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ymfpci/ymfpci_main.c