summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/imx-audmux.h
blob: 38a4209af7c6f6e43e5ebe4cd74aae9895e09896 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __IMX_AUDMUX_H
#define __IMX_AUDMUX_H

#include <dt-bindings/sound/fsl-imx-audmux.h>

int imx_audmux_v1_configure_port(unsigned int port, unsigned int pcr);

int imx_audmux_v2_configure_port(unsigned int port, unsigned int ptcr,
		unsigned int pdcr);

#endif /* __IMX_AUDMUX_H */
right'>2017-01-11 21:56:31 +0300 committerKonrad Rzeszutek Wilk <konrad@kernel.org>2017-01-15 12:37:24 -0500 commit602d9858f07c72eab64f5f00e2fae55f9902cfbe (patch) tree274545ab1eed32ac6528047ad363c169753b1f7e /net/mac80211 parent7453c549f5f6485c0d79cad7844870dcc7d1b34d (diff)
swiotlb: ensure that page-sized mappings are page-aligned
Some drivers do depend on page mappings to be page aligned. Swiotlb already enforces such alignment for mappings greater than page, extend that to page-sized mappings as well. Without this fix, nvme hits BUG() in nvme_setup_prps(), because that routine assumes page-aligned mappings. Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Konrad Rzeszutek Wilk <konrad@kernel.org>
Diffstat (limited to 'net/mac80211')