diff options
author | Brian Swetland <swetland@google.com> | 2010-10-10 16:50:26 -0700 |
---|---|---|
committer | Brian Swetland <swetland@google.com> | 2010-10-10 16:50:26 -0700 |
commit | a6c454af757af25532f3ddaaf33f6193d9ee019d (patch) | |
tree | e3f3405a74ccd361b1a83223aa296d0f22f8484f /libaudio2 | |
parent | ec19c5a973442d05c2e2ae51e32bb23723ce373d (diff) | |
download | device_samsung_crespo-a6c454af757af25532f3ddaaf33f6193d9ee019d.zip device_samsung_crespo-a6c454af757af25532f3ddaaf33f6193d9ee019d.tar.gz device_samsung_crespo-a6c454af757af25532f3ddaaf33f6193d9ee019d.tar.bz2 |
libaudio2: disable routing hack to help repro driver bug
Change-Id: I293c6fff5d569eb08d4cdf096fbfa9dcef4be074
Diffstat (limited to 'libaudio2')
-rw-r--r-- | libaudio2/aplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libaudio2/aplay.c b/libaudio2/aplay.c index 5f28e32..0ac0ac0 100644 --- a/libaudio2/aplay.c +++ b/libaudio2/aplay.c @@ -83,7 +83,7 @@ int play_file(unsigned rate, unsigned channels, int fd, unsigned count) /* HACK: remove */ if (ctl) { - mixer_ctl_select(ctl, "SPK"); + //mixer_ctl_select(ctl, "SPK"); ctl = 0; } } |