firmware_locations.patch 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. diff -Naur alsa-tools-1.0.18/hdsploader/Makefile.in alsa-tools-1.0.18-patched/hdsploader/Makefile.in
  2. --- alsa-tools-1.0.18/hdsploader/Makefile.in 2008-10-29 14:48:40.000000000 +0200
  3. +++ alsa-tools-1.0.18-patched/hdsploader/Makefile.in 2008-10-31 11:36:40.000000000 +0200
  4. @@ -158,7 +158,7 @@
  5. # # Process this file with automake to produce Makefile.in.
  6. MYNAME = hdsploader
  7. -AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
  8. +AM_CFLAGS = -DDATAPATH=\"/lib/firmware/$(MYNAME)\"
  9. hdsploader_SOURCES = hdsploader.c
  10. EXTRA_DIST = gitcompile depcomp
  11. all: all-am
  12. diff -Naur alsa-tools-1.0.18/mixartloader/Makefile.in alsa-tools-1.0.18-patched/mixartloader/Makefile.in
  13. --- alsa-tools-1.0.18/mixartloader/Makefile.in 2008-10-29 14:48:56.000000000 +0200
  14. +++ alsa-tools-1.0.18-patched/mixartloader/Makefile.in 2008-10-31 11:36:58.000000000 +0200
  15. @@ -159,7 +159,7 @@
  16. # # Process this file with automake to produce Makefile.in.
  17. AUTOMAKE_OPTIONS = 1.3 foreign
  18. MYNAME = mixartloader
  19. -AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
  20. +AM_CFLAGS = -DDATAPATH=\"/lib/firmware/$(MYNAME)\"
  21. mixartloader_SOURCES = mixartloader.c
  22. EXTRA_DIST = gitcompile depcomp
  23. all: all-am
  24. diff -Naur alsa-tools-1.0.18/pcxhrloader/Makefile.in alsa-tools-1.0.18-patched/pcxhrloader/Makefile.in
  25. --- alsa-tools-1.0.18/pcxhrloader/Makefile.in 2008-10-29 14:49:00.000000000 +0200
  26. +++ alsa-tools-1.0.18-patched/pcxhrloader/Makefile.in 2008-10-31 11:37:27.000000000 +0200
  27. @@ -159,7 +159,7 @@
  28. # # Process this file with automake to produce Makefile.in.
  29. AUTOMAKE_OPTIONS = 1.3 foreign
  30. MYNAME = pcxhrloader
  31. -AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
  32. +AM_CFLAGS = -DDATAPATH=\"/lib/firmware/$(MYNAME)\"
  33. pcxhrloader_SOURCES = pcxhrloader.c
  34. EXTRA_DIST = gitcompile depcomp
  35. all: all-am
  36. diff -Naur alsa-tools-1.0.18/usx2yloader/Makefile.in alsa-tools-1.0.18-patched/usx2yloader/Makefile.in
  37. --- alsa-tools-1.0.18/usx2yloader/Makefile.in 2008-10-29 14:49:27.000000000 +0200
  38. +++ alsa-tools-1.0.18-patched/usx2yloader/Makefile.in 2008-10-31 11:37:46.000000000 +0200
  39. @@ -163,7 +163,7 @@
  40. # # Process this file with automake to produce Makefile.in.
  41. AUTOMAKE_OPTIONS = 1.3 foreign
  42. MYNAME = usx2yloader
  43. -AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
  44. +AM_CFLAGS = -DDATAPATH=\"/lib/firmware/$(MYNAME)\"
  45. usx2yloader_SOURCES = usx2yloader.c
  46. EXTRA_DIST = gitcompile depcomp tascam_fw.usermap tascam_fw.in tascam_fpga.in
  47. hotplug_files = tascam_fw.usermap tascam_fw tascam_fpga
  48. diff -Naur alsa-tools-1.0.18/vxloader/Makefile.in alsa-tools-1.0.18-patched/vxloader/Makefile.in
  49. --- alsa-tools-1.0.18/vxloader/Makefile.in 2008-10-29 14:49:31.000000000 +0200
  50. +++ alsa-tools-1.0.18-patched/vxloader/Makefile.in 2008-10-31 11:38:09.000000000 +0200
  51. @@ -159,7 +159,7 @@
  52. # # Process this file with automake to produce Makefile.in.
  53. AUTOMAKE_OPTIONS = 1.3 foreign
  54. MYNAME = vxloader
  55. -AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
  56. +AM_CFLAGS = -DDATAPATH=\"/lib/firmware/$(MYNAME)\"
  57. vxloader_SOURCES = vxloader.c
  58. EXTRA_DIST = gitcompile depcomp
  59. all: all-am