Rename Cdda to CDDA

This commit is contained in:
Jonas Kvinge
2025-06-09 04:21:17 +02:00
parent ae13fe7f52
commit bf0704f6b2
9 changed files with 53 additions and 53 deletions

View File

@@ -120,7 +120,7 @@ DeviceManager::DeviceManager(const SharedPtr<TaskManager> task_manager,
// CD devices are detected via the DiskArbitration framework instead on MacOs.
#if defined(HAVE_AUDIOCD) && !defined(Q_OS_MACOS)
AddLister(new CddaLister);
AddLister(new CDDALister);
#endif
#ifdef HAVE_UDISKS2
AddLister(new Udisks2Lister);
@@ -133,7 +133,7 @@ DeviceManager::DeviceManager(const SharedPtr<TaskManager> task_manager,
#endif
#ifdef HAVE_AUDIOCD
AddDeviceClass<CddaDevice>();
AddDeviceClass<CDDADevice>();
#endif
AddDeviceClass<FilesystemDevice>();