ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file()
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Thu, 11 Apr 2024 11:08:12 +0000 (12:08 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 18 Apr 2024 06:43:19 +0000 (08:43 +0200)
commit89015f962ffb5effb5bba0c6f5b2cc75d343ae32
tree646e0f46b2bfcfe894e5e40ff5e4021cda8b9711
parent068fc7f326c68dd80c428d2fb3eaebf36cdf2115
ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file()

In every case the 'dir' argument to cs35l41_request_firmware_file() is passed
the string "cirrus/", so this is a redundant argument and can be removed.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Message-ID: <20240411110813.330483-7-sbinding@opensource.cirrus.com>
sound/pci/hda/cs35l41_hda.c