mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
Merge remote-tracking branch 'asoc/topic/pcm1681' into asoc-next
This commit is contained in:
commit
7b1ad40204
@ -73,7 +73,7 @@ static bool pcm1681_accessible_reg(struct device *dev, unsigned int reg)
|
||||
return !((reg == 0x00) || (reg == 0x0f));
|
||||
}
|
||||
|
||||
static bool pcm1681_writeable_reg(struct device *dev, unsigned register reg)
|
||||
static bool pcm1681_writeable_reg(struct device *dev, unsigned int reg)
|
||||
{
|
||||
return pcm1681_accessible_reg(dev, reg) &&
|
||||
(reg != PCM1681_ZERO_DETECT_STATUS);
|
||||
|
@ -59,7 +59,7 @@ static bool pcm179x_accessible_reg(struct device *dev, unsigned int reg)
|
||||
return reg >= 0x10 && reg <= 0x17;
|
||||
}
|
||||
|
||||
static bool pcm179x_writeable_reg(struct device *dev, unsigned register reg)
|
||||
static bool pcm179x_writeable_reg(struct device *dev, unsigned int reg)
|
||||
{
|
||||
bool accessible;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user