Skip to content

Commit 2164167

Browse files
committed
ALSA: via82xx: Replace the words whitelist
Follow the recent inclusive terminology guidelines and replace the words "whitelist" appropriately. Only comment or variable renames, no functional changes. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 03fa2a7 commit 2164167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sound/pci/via82xx.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,7 @@ static const struct via823x_info via823x_cards[] = {
24192419
* auto detection of DXS channel supports.
24202420
*/
24212421

2422-
static const struct snd_pci_quirk dxs_whitelist[] = {
2422+
static const struct snd_pci_quirk dxs_allowlist[] = {
24232423
SND_PCI_QUIRK(0x1005, 0x4710, "Avance Logic Mobo", VIA_DXS_ENABLE),
24242424
SND_PCI_QUIRK(0x1019, 0x0996, "ESC Mobo", VIA_DXS_48K),
24252425
SND_PCI_QUIRK(0x1019, 0x0a81, "ECS K7VTA3 v8.0", VIA_DXS_NO_VRA),
@@ -2467,9 +2467,9 @@ static int check_dxs_list(struct pci_dev *pci, int revision)
24672467
{
24682468
const struct snd_pci_quirk *w;
24692469

2470-
w = snd_pci_quirk_lookup(pci, dxs_whitelist);
2470+
w = snd_pci_quirk_lookup(pci, dxs_allowlist);
24712471
if (w) {
2472-
dev_dbg(&pci->dev, "DXS white list for %s found\n",
2472+
dev_dbg(&pci->dev, "DXS allow list for %s found\n",
24732473
snd_pci_quirk_name(w));
24742474
return w->value;
24752475
}

0 commit comments

Comments
 (0)