diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-02-04 10:16:31 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-02-14 07:19:53 (GMT) |
commit | d91517839e5d95adc0cf4b28caa7af62a71de526 (patch) | |
tree | 49cec86cfef936ebfa3f383f6d384ab6cde09261 /sound/aoa/codecs/toonie.c | |
parent | 9cbb2808ccfb3c64300151baf73bd5f11feab77f (diff) | |
download | linux-d91517839e5d95adc0cf4b28caa7af62a71de526.tar.xz |
ALSA: aoa: Use SNDRV_DEV_CODEC for AOA codec objects
... instead of SNDRV_DEV_LOWLEVEL.
No functional change at this point.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/aoa/codecs/toonie.c')
-rw-r--r-- | sound/aoa/codecs/toonie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/codecs/toonie.c b/sound/aoa/codecs/toonie.c index 69d2cb6..7e8c341 100644 --- a/sound/aoa/codecs/toonie.c +++ b/sound/aoa/codecs/toonie.c @@ -92,7 +92,7 @@ static int toonie_init_codec(struct aoa_codec *codec) if (toonie->codec.connected != 1) return -ENOTCONN; - if (aoa_snd_device_new(SNDRV_DEV_LOWLEVEL, toonie, &ops)) { + if (aoa_snd_device_new(SNDRV_DEV_CODEC, toonie, &ops)) { printk(KERN_ERR PFX "failed to create toonie snd device!\n"); return -ENODEV; } |