Skip to content
Snippets Groups Projects
Commit 3733e424 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: Use KBUILD_MODNAME for pci_driver.name entries


The convention for pci_driver.name entry in kernel drivers seem to be
the module name or equivalent ones.  But, so far, almost all PCI sound
drivers use more verbose name like "ABC Xyz (12)", and these are fairly
confusing when appearing as a file name.

This patch converts the all pci_driver.name entries in sound/pci/* to
use KBUILD_MODNAME for more unified appearance.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 59c5f46f
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment