linux/sound/pci
Takashi Iwai 6014e9021b ALSA: hda: Move codec drivers into sound/hda/codecs directory
Now move the all remaining codec drivers from sound/pci/hda to
sound/hda/codecs subdirectory.  Some drivers are put under the further
vendor subdirectory, and the vendor helper code (*_helper.c) are put
under helpers subdirectory.  Also the sub-codec drivers are moved under
a different subdirectory, sound/hda/codecs/sub-codecs, for
distinguishing from the main HD-audio codec drivers.

The prefix patch_ and hda_ as well as the suffix _helper are dropped
from file names as they are mostly superfluous.

No functional changes but just file path shuffling.

Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250709160434.1859-7-tiwai@suse.de
2025-07-11 09:55:37 +02:00
..
ac97 ALSA: ac97: Copy string more safely 2025-07-11 09:53:35 +02:00
ali5451 ALSA: ali5451: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:17 +02:00
asihpi ALSA: asihpi: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:17 +02:00
au88x0 ALSA: au88x0: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:18 +02:00
aw2 ALSA: aw2: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:18 +02:00
ca0106 ALSA: ca0106: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:18 +02:00
cs46xx ALSA: cs46xx: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:19 +02:00
cs5535audio ALSA: cs5535audio: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:19 +02:00
ctxfi ALSA: ctxfi: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:19 +02:00
echoaudio ALSA: echoaudio: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:19 +02:00
emu10k1 ALSA: emu10k1: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:20 +02:00
ice1712 ALSA: ice1724: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:20 +02:00
korg1212 ALSA: korg1212: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:21 +02:00
lola ALSA: lola: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:21 +02:00
lx6464es ALSA: lx6464es: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:21 +02:00
mixart ALSA: mixart: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:21 +02:00
nm256 ALSA: nm256: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:21 +02:00
oxygen ALSA: oxygen: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:22 +02:00
pcxhr ALSA: pcxhr: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:22 +02:00
riptide ALSA: riptide: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:22 +02:00
rme9652 ALSA: rme9652: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:22 +02:00
trident ALSA: trident: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:34 +02:00
vx222 ALSA: vx222: Use pure devres PCI 2025-04-24 09:21:34 +02:00
ymfpci ALSA: ymfpci: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:34 +02:00
ad1889.c ALSA: ad1889: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:17 +02:00
ad1889.h
ak4531_codec.c ALSA: ak4531: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:17 +02:00
als300.c ALSA: als300: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:17 +02:00
als4000.c ALSA: als4000: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:17 +02:00
atiixp.c ALSA: atiixp: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:17 +02:00
atiixp_modem.c ALSA: atiixp: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:17 +02:00
azt3328.c ALSA: azt3328: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:18 +02:00
azt3328.h
bt87x.c ALSA: bt87x: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:18 +02:00
cmipci.c ALSA: cmipci: Copy string more safely 2025-07-11 09:53:35 +02:00
cs4281.c ALSA: cs4281: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:19 +02:00
cs5530.c ALSA: cs5530: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:19 +02:00
ens1370.c ALSA: ens1370: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:20 +02:00
ens1371.c
es1938.c ALSA: es1938: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:20 +02:00
es1968.c ALSA: es1968: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:20 +02:00
fm801.c ALSA: fm801: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:20 +02:00
intel8x0.c ALSA: intel8x0: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:21 +02:00
intel8x0m.c ALSA: intel8x0: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:21 +02:00
Kconfig ALSA: hda: Move codec drivers into sound/hda/codecs directory 2025-07-11 09:55:37 +02:00
maestro3.c ALSA: maestro3: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:21 +02:00
Makefile ALSA: hda: Move codec drivers into sound/hda/codecs directory 2025-07-11 09:55:37 +02:00
rme32.c ALSA: rme32: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:22 +02:00
rme96.c ALSA: rme96: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:22 +02:00
sis7019.c ALSA: sis7019: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:24 +02:00
sis7019.h
sonicvibes.c ALSA: sonicvibes: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:34 +02:00
via82xx.c ALSA: via82xx: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:34 +02:00
via82xx_modem.c ALSA: via82xx: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:34 +02:00