diff options
author | Roger Monk <r-monk@ti.com> | 2009-02-18 14:05:11 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-18 15:13:51 +0100 |
commit | 9485db7d15f237dea8cc841e6a1b5bc4930f15da (patch) | |
tree | 0dfce75146fe7e24d93eb0fc688cfe91fa464f89 /packages/dsplink/files/do-not-panic-on-mixer-failure.patch | |
parent | 09b88241b5e95c441544a02c50db885cbf6d8ee8 (diff) |
codec-engine: fix lpm build and clean up old files
Diffstat (limited to 'packages/dsplink/files/do-not-panic-on-mixer-failure.patch')
-rw-r--r-- | packages/dsplink/files/do-not-panic-on-mixer-failure.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/packages/dsplink/files/do-not-panic-on-mixer-failure.patch b/packages/dsplink/files/do-not-panic-on-mixer-failure.patch deleted file mode 100644 index 20e1aece72..0000000000 --- a/packages/dsplink/files/do-not-panic-on-mixer-failure.patch +++ /dev/null @@ -1,31 +0,0 @@ -Index: dmai_1_20_00_06/packages/ti/sdo/dmai/linux/Sound_alsa.c -=================================================================== ---- dmai_1_20_00_06.orig/packages/ti/sdo/dmai/linux/Sound_alsa.c 2009-02-11 19:19:23.000000000 -0600 -+++ dmai_1_20_00_06/packages/ti/sdo/dmai/linux/Sound_alsa.c 2009-02-11 19:19:25.000000000 -0600 -@@ -139,7 +139,7 @@ - - snd_mixer_selem_id_free (sid); - snd_mixer_close (rcMixer); -- -+ - return Dmai_EOK; - } - -@@ -431,14 +431,13 @@ - Sound_alsa_delete(hSound); - return NULL; - } -- -+ - if (setMixerVolume (attrs) <0) { -- Sound_alsa_delete (hSound); -- return NULL; -+ Dmai_dbg2("Failed to set the mixer volume on %s (%s)\n", -+ AUDIO_DEVICE, snd_strerror(status)); - } - } - -- - return hSound; - } - |