alsa: Rename spa_alsa_device_factory to spa_alsa_pcm_device_factory

This makes it clear that this is specifically a factory for PCM nodes.
This commit is contained in:
Carlos Rafael Giani 2023-08-30 22:50:12 +02:00 committed by Wim Taymans
parent 1e3a39a76e
commit 61518e71fc
2 changed files with 3 additions and 3 deletions

View file

@ -551,7 +551,7 @@ impl_enum_interface_info(const struct spa_handle_factory *factory,
return 1;
}
const struct spa_handle_factory spa_alsa_device_factory = {
const struct spa_handle_factory spa_alsa_pcm_device_factory = {
SPA_VERSION_HANDLE_FACTORY,
SPA_NAME_API_ALSA_PCM_DEVICE,
NULL,