audio: alsa_utils: change log tag

* Match log tags used elsewhere in the audio HAL to make debugging easier
  (i.e. 'logcat | grep AHAL').
This commit is contained in:
Konsta
2025-10-25 15:31:24 +03:00
parent 5ad2f1d648
commit 3306b79d41
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "alsa_device_profile"
#define LOG_TAG "AHAL_alsa_device_profile"
/*#define LOG_NDEBUG 0*/
/*#define LOG_PCM_PARAMS 0*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "alsa_device_proxy"
#define LOG_TAG "AHAL_alsa_device_proxy"
/*#define LOG_NDEBUG 0*/
/*#define LOG_PCM_PARAMS 0*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "alsa_format"
#define LOG_TAG "AHAL_alsa_format"
/*#define LOG_NDEBUG 0*/
#include "include/alsa_format.h"

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "alsa_logging"
#define LOG_TAG "AHAL_alsa_logging"
/*#define LOG_NDEBUG 0*/
#include <string.h>