Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113695
b: refs/heads/master
c: e78cc18
h: refs/heads/master
i:
  113693: 8f49e49
  113691: f2f5cf5
  113687: 65e65a2
  113679: 06751f7
  113663: e6a0e50
v: v3
  • Loading branch information
Jarkko Nikula authored and Takashi Iwai committed Oct 13, 2008
1 parent cbea916 commit 1a5456a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5e357952b186555afa0ff4da87431c16503a8ad7
refs/heads/master: e78cc18d91f23edd9c5319bc1b15a540e351d942
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/tlv320aic3x.c
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ EXPORT_SYMBOL_GPL(aic3x_headset_detected);
SNDRV_PCM_FMTBIT_S24_3LE | SNDRV_PCM_FMTBIT_S32_LE)

struct snd_soc_dai aic3x_dai = {
.name = "aic3x",
.name = "tlv320aic3x",
.playback = {
.stream_name = "Playback",
.channels_min = 1,
Expand Down Expand Up @@ -1055,7 +1055,7 @@ static int aic3x_init(struct snd_soc_device *socdev)
struct aic3x_setup_data *setup = socdev->codec_data;
int reg, ret = 0;

codec->name = "aic3x";
codec->name = "tlv320aic3x";
codec->owner = THIS_MODULE;
codec->read = aic3x_read_reg_cache;
codec->write = aic3x_write;
Expand Down

0 comments on commit 1a5456a

Please sign in to comment.