summaryrefslogtreecommitdiff
path: root/trafgen_dump.h
blob: 860a9560c9027202ecafe858fe14e63223f2c0fd (plain)
1
2
3
4
5
6
7
8
#ifndef TRAFGEN_DUMP_H
#define TRAFGEN_DUMP_H

#include "trafgen_conf.h"

extern int packet_dump_fd(struct packet *pkt, int fd);

#endif /* TRAFGEN_DUMP_H */
m.submit();'>mode:
authorAdam Thomson <Adam.Thomson.Opensource@diasemi.com>2016-09-26 14:29:20 +0100
committerMark Brown <broonie@kernel.org>2016-09-26 09:39:40 -0700
commita7f16ea90ecffde4d4915eb7c81b11428e636920 (patch)
treed154b8b1069cb4e594349e24d65f30f0c18cea4c /sound
parent8339f0b6b209b640afe8381aa9b5d7accfeaf848 (diff)
ASoC: da7219: Reset codec gracefully, if still active
Currently the reset code in i2c_probe only resets the AAD part of the device and not the entire codec. This patch updates the driver to resolve this and ensures that if the codec is still active from a previous boot then the audio paths are powered down prior to reset. Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')