summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorChristopher N. Hesse <raymanfx@gmail.com>2017-01-28 14:02:15 +0100
committerChristopher N. Hesse <raymanfx@gmail.com>2017-01-30 21:39:20 +0000
commitc8502b9ea8df2abc915f4a6227e9723077299e46 (patch)
tree667446474a0bce51fdf94b686c83b1b6fe881f2b /audio
parent052094be3ba44e091f24abbddec0acdeef6f2ad0 (diff)
downloadhardware_samsung-c8502b9ea8df2abc915f4a6227e9723077299e46.tar.gz
hardware_samsung-c8502b9ea8df2abc915f4a6227e9723077299e46.tar.bz2
hardware_samsung-c8502b9ea8df2abc915f4a6227e9723077299e46.zip
audio: Update module name/author
Change-Id: I744742d6be18a4b599e58f3c005154d5a944bd0f
Diffstat (limited to 'audio')
-rw-r--r--audio/audio_hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 31b1621..e260a77 100644
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -4479,8 +4479,8 @@ struct audio_module HAL_MODULE_INFO_SYM = {
.module_api_version = AUDIO_MODULE_API_VERSION_0_1,
.hal_api_version = HARDWARE_HAL_API_VERSION,
.id = AUDIO_HARDWARE_MODULE_ID,
- .name = "NVIDIA Tegra Audio HAL",
- .author = "The Android Open Source Project",
+ .name = "Samsung Audio HAL",
+ .author = "The LineageOS Project",
.methods = &hal_module_methods,
},
};