diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-02-09 13:15:48 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-09 13:15:47 -0800 |
| commit | f1fa109c745fd984fb19e53135c5379a2fe7a274 (patch) | |
| tree | 161ff9b6ad77f629544872504c6f2ea9f5373a7e /include/linux | |
| parent | 35f3a9f36e687f5acacc53e0dcac23bddbae6ded (diff) | |
| parent | 6cd1cb7964eec7cb65c0acab47a6f5664cc5939e (diff) | |
Merge "ASoC: qdsp6v2: update afe topology to RTAC driver"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/qdsp6v2/rtac.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/qdsp6v2/rtac.h b/include/linux/qdsp6v2/rtac.h index 3e5433b23a51..eeea0eb0a837 100644 --- a/include/linux/qdsp6v2/rtac.h +++ b/include/linux/qdsp6v2/rtac.h @@ -1,4 +1,5 @@ -/* Copyright (c) 2011, 2013-2015, The Linux Foundation. All rights reserved. +/* Copyright (c) 2011, 2013-2015, 2017, The Linux Foundation. All rights + * reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -95,4 +96,5 @@ int rtac_clear_mapping(uint32_t cal_type); bool rtac_make_afe_callback(uint32_t *payload, u32 payload_size); void rtac_set_afe_handle(void *handle); void get_rtac_adm_data(struct rtac_adm *adm_data); +void rtac_update_afe_topology(u32 port_id); #endif |
