diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-05-14 00:39:24 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-05-14 00:39:24 +0000 |
commit | 403abb94bcb70f93b7788e996382235086c18f9b (patch) | |
tree | 8ac0f0949d724a860c7f7aa99dc06abc638145e2 /firmware | |
parent | 449a7a66430e2bd28a6b20ba8d03404d70e5c18c (diff) |
Add svn:kewords and svn:eol-style properties. Fix a comment in as3514.c.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17500 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/drivers/audio/as3514.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/as3514.c b/firmware/drivers/audio/as3514.c index 940cc36c5f..e1f325c3fe 100644 --- a/firmware/drivers/audio/as3514.c +++ b/firmware/drivers/audio/as3514.c @@ -277,7 +277,7 @@ void audiohw_mute(bool mute) } } -/* Nice shutdown of WM8758 codec */ +/* Nice shutdown of AS3514 audio codec */ void audiohw_close(void) { /* mute headphones */ |