summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/adau1761.h
blob: a9e0d288301e9ea7f77676909397c8d7ccb3368d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * ADAU1361/ADAU1461/ADAU1761/ADAU1961 driver
 *
 * Copyright 2014 Analog Devices Inc.
 *  Author: Lars-Peter Clausen <lars@metafoo.de>
 *
 * Licensed under the GPL-2.
 */

#ifndef __SOUND_SOC_CODECS_ADAU1761_H__
#define __SOUND_SOC_CODECS_ADAU1761_H__

#include <linux/regmap.h>
#include "adau17x1.h"

struct device;

int adau1761_probe(struct device *dev, struct regmap *regmap,
	enum adau17x1_type type, void (*switch_mode)(struct device *dev));

extern const struct regmap_config adau1761_regmap_config;

#endif
ummary='commit info' class='commit-info'> authorRafał Miłecki <rafal@milecki.pl>2017-01-13 12:23:35 +0100 committerKalle Valo <kvalo@codeaurora.org>2017-01-17 14:23:44 +0200 commit7195439d1d71bc4a6c33cfb57bc669a7cd041041 (patch) tree793ac65a1ec8a172e9af7b0538d2aaabeb8522e9 /drivers/usb/musb/jz4740.c parent60f59ce0278557f7896d5158ae6d12a4855a72cc (diff)
Revert "bcma: init serial console directly from ChipCommon code"
This reverts commit 4c81acab3816 ("bcma: init serial console directly from ChipCommon code") as it broke IRQ assignment. Getting IRQ with bcma_core_irq helper on SoC requires MIPS core to be set. It happens *after* ChipCommon initialization so we can't do this so early. This fixes a user reported regression. It wasn't critical as serial was still somehow working but lack of IRQs was making in unreliable. Fixes: 4c81acab3816 ("bcma: init serial console directly from ChipCommon code") Reported-by: Felix Fietkau <nbd@nbd.name> Cc: stable@vger.kernel.org # 4.6+ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/usb/musb/jz4740.c')