Module Name: src Committed By: isaki Date: Thu Apr 25 13:49:39 UTC 2019
Modified Files: src/sys/arch/evbarm/mini2440 [isaki-audio2]: audio_mini2440.c src/sys/dev/ic [isaki-audio2]: uda1341.c uda1341var.h Log Message: Adapt to audio2. - The sample rate seems to be determined by peripherals so move uda1341_formats[] structure from ic/uda1341.c to audio_mini2440.c. - XXX Resetting the device in open() (and close()) might be harmful but I don't know details about what does this reset do. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.2.1 src/sys/arch/evbarm/mini2440/audio_mini2440.c cvs rdiff -u -r1.1.56.1 -r1.1.56.2 src/sys/dev/ic/uda1341.c cvs rdiff -u -r1.1 -r1.1.56.1 src/sys/dev/ic/uda1341var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.