diff options
| author | Steve Kondik <shade@chemlab.org> | 2013-04-07 23:48:23 -0700 |
|---|---|---|
| committer | Steve Kondik <shade@chemlab.org> | 2013-04-08 02:23:23 -0700 |
| commit | 06a8727b06f9f9630bf93cd037d73c3028d26612 (patch) | |
| tree | 1e02f70a3fbefa194d913dde9ae5547ba181c213 /audio/audio_hw.h | |
| parent | eb084f936a6b3ed20ef64e155b5bd064a819c262 (diff) | |
| download | device_samsung_t0lte-06a8727b06f9f9630bf93cd037d73c3028d26612.tar.gz device_samsung_t0lte-06a8727b06f9f9630bf93cd037d73c3028d26612.tar.bz2 device_samsung_t0lte-06a8727b06f9f9630bf93cd037d73c3028d26612.zip | |
t0lte: Allow extension by carrier-specific configurations
Change-Id: Icf1cf20fda21579950ede21da7a0e455046087c7
Diffstat (limited to 'audio/audio_hw.h')
| -rw-r--r-- | audio/audio_hw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h index e70f2b1..a35fd5a 100644 --- a/audio/audio_hw.h +++ b/audio/audio_hw.h @@ -18,6 +18,8 @@ * limitations under the License. */ +#define CONFIG_FILE "/system/etc/sound/tiny_hw.xml" + /* ALSA cards for WM1811 */ #define CARD_DEFAULT 0 |
