Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157662
b: refs/heads/master
c: 8b83a19
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jun 30, 2009
1 parent c8eb4b2 commit ac94bfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb11d39ead79e5bc8ca42de86b9df8dec8b88681
refs/heads/master: 8b83a19367dc3bdfef07634646bbad90f6cba898
7 changes: 4 additions & 3 deletions trunk/sound/soc/codecs/wm8974.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* wm8974.c -- WM8974 ALSA Soc Audio driver
*
* Copyright 2006 Wolfson Microelectronics PLC.
* Copyright 2006-2009 Wolfson Microelectronics PLC.
*
* Author: Liam Girdwood <linux@wolfsonmicro.com>
*
Expand Down Expand Up @@ -357,7 +357,7 @@ static void pll_factors(unsigned int target, unsigned int source)

if ((Ndiv < 6) || (Ndiv > 12))
printk(KERN_WARNING
"WM8974 N value %u outwith recommended range!d\n",
"WM8974 N value %u outwith recommended range!\n",
Ndiv);

pll_div.n = Ndiv;
Expand Down Expand Up @@ -546,6 +546,7 @@ static int wm8974_pcm_hw_params(struct snd_pcm_substream *substream,
adn |= 0x1 << 1;
break;
case SNDRV_PCM_RATE_44100:
case SNDRV_PCM_RATE_48000:
break;
}

Expand Down Expand Up @@ -822,7 +823,7 @@ MODULE_DEVICE_TABLE(i2c, wm8974_i2c_id);

static struct i2c_driver wm8974_i2c_driver = {
.driver = {
.name = "WM8974 I2C Codec",
.name = "WM8974",
.owner = THIS_MODULE,
},
.probe = wm8974_i2c_probe,
Expand Down

0 comments on commit ac94bfe

Please sign in to comment.