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/drivers/audio | |
parent | 449a7a66430e2bd28a6b20ba8d03404d70e5c18c (diff) | |
download | rockbox-403abb94bcb70f93b7788e996382235086c18f9b.tar.gz rockbox-403abb94bcb70f93b7788e996382235086c18f9b.zip |
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/drivers/audio')
-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) | |||
277 | } | 277 | } |
278 | } | 278 | } |
279 | 279 | ||
280 | /* Nice shutdown of WM8758 codec */ | 280 | /* Nice shutdown of AS3514 audio codec */ |
281 | void audiohw_close(void) | 281 | void audiohw_close(void) |
282 | { | 282 | { |
283 | /* mute headphones */ | 283 | /* mute headphones */ |